Choose your operating system:
Windows
macOS
Linux
| ISceneGraphNode
|
Module |
|
Header |
/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithAnimationElements.h |
Include |
#include "DatasmithAnimationElements.h" |
class IDatasmithSubsequenceAnimationElement : public IDatasmithBaseAnimationElement
IDatasmithSubsequenceAnimationElement holds a reference to a IDatasmithLevelSequenceElement, to be played as a subsequence
Name | Description | |
---|---|---|
|
~IDatasmithSubsequenceAnimationElement() |
Name | Description | ||
---|---|---|---|
|
GetDuration() |
Get the subsequence duration in number of frames |
|
|
GetStartTime() |
Get the frame where the subsequence starts |
|
|
GetSubsequence() |
Get a pointer to the subsequence that this element references |
|
|
float |
GetTimeScale() |
Get the time scale used for the subsequence |
|
SetDuration ( |
Set the subsequence duration in number of frames |
|
|
SetStartTime ( |
Set the frame where the subsequence starts |
|
|
SetSubsequence |
Set the subsequence that this element references |
|
|
SetTimeScale ( |
Set the time scale used for the subsequence |