B1DreamAnimInfo
- Holds animation information for a single dream, linking a posture
* to character and face animation assets.
| Property | Type | Description | Metadata |
|---|---|---|---|
| PostureId | FName | ID of the posture used during this dream animation. | Category: B1DreamAnimInfo Foreign: Posture.Id |
| AnimId | FName | Character animation ID for the dream posture. | Category: B1DreamAnimInfo Foreign: AnimCharacter_Posture.Id |
| FaceAnimId | FName | Facial animation ID for the dream posture. | Category: B1DreamAnimInfo Foreign: AnimCharacter_Posture.Id |