Choose your operating system:
Windows
macOS
Linux
| ISceneGraphNode
|
Module |
|
Header |
/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithAnimationElements.h |
Include |
#include "DatasmithAnimationElements.h" |
class IDatasmithVisibilityAnimationElement : public IDatasmithBaseAnimationElement
IDatasmithVisibilityAnimationElement holds the frames for an actor's visibility animation
Name | Description | |
---|---|---|
|
~IDatasmithVisibilityAnimationElement() |
Name | Description | ||
---|---|---|---|
|
AddFrame ( |
Add a frame to the animation |
|
|
EDatasmithCu... |
GetCurveInterpMode() |
Get the interpolation mode of the animation |
|
const FDatas... |
GetFrame ( |
Return the frame of the animation at the given index or an invalid frame if the index was out of bounds |
|
GetFramesCount() |
Return the number of frames of the animation |
|
|
GetPropagateToChildren() |
Gets whether this animation will be duplicated to all children (recursively) when imported |
|
|
RemoveFrame ( |
Remove the frame at the given index from the animation |
|
|
SetCurveInterpMode ( |
Set the interpolation mode of the animation |
|
|
SetPropagateToChildren ( |
Sets whether this animation will be duplicated to all children (recursively) when imported |