FB1BodyAnimInfo
🧩 Struct: FB1BodyAnimInfo¶
Defines a pairing between a body animation and a voice clip, typically used for synchronized talk or reaction sequences.
Properties¶
- BodyAnimId (
FName
): ID of the body animation to play, typically linked toAnimCharacter_Talk.Id
. - VoiceId (
FName
): ID of the voice clip to play alongside the animation (linked toVoice.Id
).