B1DoorTemplateSetting
- Defines the animation, sound, and timing settings for a door template.
* Used to configure how a specific door type opens, closes, and plays effects.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DoorAnimationType | EB1DoorAnimationType | The type of door animation to use (hinged, sliding, garage, double). | Category: B1DoorTemplateSetting |
| DoorOpenAudioId | FName | Audio resource ID played when the door opens. | Category: Sound ReferTo: DT_AudioResources |
| DoorCloseAudioId | FName | Audio resource ID played when the door closes. | Category: Sound ReferTo: DT_AudioResources |
| bDoorAnimUse | bool | Whether to play the door animation logic. | Category: B1DoorTemplateSetting |
| bDoorLockNotUse | bool | Whether door lock functionality is disabled for this door. | Category: B1DoorTemplateSetting |
| DoorMeshName | FName | The name of the primary door mesh component. | Category: Expression |
| SecondDoorMeshName | FName | The name of the secondary door mesh component (for double hinged doors). | Category: Expression |
| MaxDoorOpeningAngle | float | Maximum opening angle for hinged doors (degrees). | Category: Expression ClampMin: 0 |
| DoorLocationCurve | TObjectPtr | Curve defining door location movement for sliding and garage doors. | Category: Expression ClampMin: 0 |
| DoorRotationCurve | TObjectPtr | Curve defining door rotation movement for garage doors. | Category: Expression ClampMin: 0 |
| DoorOpeningTime | float | Duration in seconds for the door to fully open. | Category: Expression ClampMin: 0 |
| DoorClosingTime | float | Duration in seconds for the door to fully close. | Category: Expression ClampMin: 0 |
| DoorOpenAnimId1 | FName | Character animation ID played when the door is opened (primary). | Category: Animation ReferTo: DT_AnimCharacter |
| DoorOpenAnimId2 | FName | Character animation ID played when the door is opened (secondary). | Category: Animation ReferTo: DT_AnimCharacter |