Skip to content

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 to AnimCharacter_Talk.Id.
  • VoiceId (FName): ID of the voice clip to play alongside the animation (linked to Voice.Id).

📚 References