Skip to main content

B1StaticMeshAnimData

  • Defines the animation data for a single static mesh component, including transform curves and playback settings.
PropertyTypeDescriptionMetadata
MeshNameFNameThe name of the static mesh component this animation applies to.Category: B1StaticMeshAnimData
LocationTObjectPtrThe curve defining the world-space location over time.Category: B1StaticMeshAnimData
RotationTObjectPtrThe curve defining the world-space rotation over time.Category: B1StaticMeshAnimData
ScaleTObjectPtrThe curve defining the world-space scale over time.Category: B1StaticMeshAnimData
bReversePlayboolWhether the animation should play in reverse.Category: B1StaticMeshAnimData
bLoopboolWhether the animation should loop continuously.Category: B1StaticMeshAnimData
bPendingFinishOnStopboolWhether to wait for the current animation to finish before stopping when a stop request is received.Category: B1StaticMeshAnimData