Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h |
Include |
#include "Animation/AnimationAsset.h" |
struct FDeltaTimeRecord
Used when sampling a given animation asset, this structure will contain the previous frame's internal sample time alongside the 'effective' delta time leading into the current frame.
An 'effective' delta time represents a value that has undergone all side effects present in the corresponding asset's TickAssetPlayer call including but not limited to syncing, play rate adjustment, looping, etc.
For montages Delta isn't always abs(CurrentPosition-PreviousPosition) because a Montage can jump or repeat or loop
Name | Description | ||
---|---|---|---|
|
float |
Delta |
Name | Description | ||
---|---|---|---|
|
float |
GetPrevious() |
|
|
IsPreviousValid() |
||
|
Set ( |
||
|
SetPrevious ( |