B1CoopTalkInfo
- Defines all animation, voice, inner thought, and script information for a single coop talk interaction.
| Property | Type | Description | Metadata |
|---|---|---|---|
| bOneTime | bool | Whether this talk can only be triggered once. | Category: B1CoopTalkInfo |
| bFixedStand | bool | Whether participants must stand still during this talk. | Category: B1CoopTalkInfo |
| bCancelCurrentInteraction | bool | Whether the current interaction should be cancelled before this talk starts. | Category: B1CoopTalkInfo |
| TalkMood | EB1TalkBehaviorType | The mood/behavior type of this talk (Positive, Negative, Normal). | Category: B1CoopTalkInfo |
| CoopTalkTags | TArray | Tags associated with this coop talk for filtering and selection. | Category: B1CoopTalkInfo |
| TargetInteractionBagId | FName | Target interaction bag ID used for the listener during this talk. | Category: B1CoopTalkInfo Foreign: InteractionBag_Talk.Id |
| bNotPlayingHostAnim | bool | Whether to skip playing the host character's animation. Used when the partner's montage notify drives it instead. | Category: B1CoopTalkInfo |
| HostAnimInfo | TArray | Full-body animation groups for the host character during this talk. Each group declares the (host, target) condition and its anim entries. | Category: B1CoopTalkInfo |
| HostUpperBodyAnimInfo | TArray | Upper-body animation groups for the host character during this talk. | Category: B1CoopTalkInfo |
| HostFaceAnimInfo | TArray | Facial animation groups for the host character during this talk. | Category: B1CoopTalkInfo |
| HostNotifyScriptIds | TArray | Script IDs triggered on the host character during this talk. | Category: B1CoopTalkInfo Foreign: Script.Id |
| bNotPlayingTargetAnim | bool | Whether to skip playing the target character's animation. | Category: B1CoopTalkInfo |
| TargetAnimInfo | TArray | Full-body animation groups for the target character during this talk. | Category: B1CoopTalkInfo |
| TargetUpperBodyAnimInfo | TArray | Upper-body animation groups for the target character during this talk. | Category: B1CoopTalkInfo |
| TargetFaceAnimInfo | TArray | Facial animation groups for the target character during this talk. | Category: B1CoopTalkInfo |
| TargetNotifyScriptIds | TArray | Script IDs triggered on the target character during this talk. | Category: B1CoopTalkInfo Foreign: Script.Id |
| SpeakerIconInfo | FB1InnerThoughtIconInfo | Inner thought icon shown above the speaker during this talk. | Category: B1CoopTalkInfo |
| ListenerIconInfo | FB1InnerThoughtIconInfo | Inner thought icon shown above the listener during this talk. | Category: B1CoopTalkInfo |
| WalkingIconInfo | FB1InnerThoughtIconInfo | Inner thought icon shown while characters are walking during this talk. | Category: B1CoopTalkInfo |
| StartScriptIds | TArray | Script IDs executed when this talk starts. | Category: B1CoopTalkInfo Foreign: Script_Talk.Id |
| FinishScriptIds | TArray | Script IDs executed when this talk finishes. | Category: B1CoopTalkInfo Foreign: Script_Talk.Id |
| StartHowlingInfos | TArray | Howling triggers auto-activated when this coop talk branch starts. Auto-recovered on MainInteraction finish. | Category: B1CoopTalkInfo |