![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneCommonAnimationTrack.h>
Public Member Functions | |
| FMovieSceneSkeletalAnimRootMotionTrackParams () | |
Public Attributes | |
| FFrameTime | FrameTick |
| FFrameTime | StartFrame |
| FFrameTime | EndFrame |
| bool | bRootMotionsDirty |
| bool | bHaveRootMotion |
| FTransform | RootMotionStartOffset |
Struct to hold the cached root motion positions based upon how we calculated them. Also provides way to get the root motion at a particular time.
|
inline |
Get the Root Motion transform at the specified time.
| bool FMovieSceneSkeletalAnimRootMotionTrackParams::bHaveRootMotion |
| bool FMovieSceneSkeletalAnimRootMotionTrackParams::bRootMotionsDirty |
| FFrameTime FMovieSceneSkeletalAnimRootMotionTrackParams::EndFrame |
| FFrameTime FMovieSceneSkeletalAnimRootMotionTrackParams::FrameTick |
| FTransform FMovieSceneSkeletalAnimRootMotionTrackParams::RootMotionStartOffset |
| FFrameTime FMovieSceneSkeletalAnimRootMotionTrackParams::StartFrame |