Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_SequencePlayer.h |
Include |
#include "AnimGraphNode_SequencePlayer.h" |
class UAnimGraphNode_SequencePlayer : public UAnimGraphNode_AssetPlayerBase
Name | Description | ||
---|---|---|---|
|
Node |
Name | Description | |
---|---|---|
|
UAnimGraphNode_SequencePlayer ( |
Name | Description | ||
---|---|---|---|
|
SetAnimationAsset ( |
Name | Description | ||
---|---|---|---|
|
BakeDataDuringCompilation ( |
Gives each visual node a chance to update the node template before it is inserted in the compiled class. |
|
|
CustomizeDetails ( |
Can customize details tab |
|
|
CustomizePinData ( |
Customize pin data based on the input |
|
|
DoesSupportTimeForTransitionGetter() |
BEGIN Interface to support transition getter if you return true for DoesSupportExposeTimeForTransitionGetter you should implement all below functions |
|
|
GetAllAnimationSequencesReferred ( |
Populate the supplied arrays with the currently reffered to animation assets. |
|
|
UAnimationAs... |
GetAnimationAsset() |
|
|
TSubclassOf<... |
GetAnimationAssetClass() |
|
|
GetOutputLinkAttributes ( |
Get the named attribute types that this node provides as outputs. Other attributes are assumed to 'pass through' this node. |
|
|
const TCHAR ... |
GetTimePropertyName() |
|
|
UScriptStruc... |
GetTimePropertyStruct() |
|
|
OnOverrideAssets |
Override point for OverrideAssets. |
|
|
ReplaceReferredAnimations ( |
Replace references to animations that exist in the supplied maps. |
|
|
EAnimAssetHa... |
SupportsAssetClass ( |
Returns whether this node supports the supplied asset class |
|
ValidateAnimNodeDuringCompilation ( |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
Name | Description | ||
---|---|---|---|
|
GetMenuActions |
Replacement for GetMenuEntries(). |
|
|
GetMenuCategory() |
Override to provide a default category for specific node types to be listed under. |
|
|
PreloadRequiredAssets() |
Called before compilation begins, giving a blueprint time to force the linker to load data |
Name | Description | ||
---|---|---|---|
|
GetIconAndTint ( |
||
|
GetNodeContextMenuActions ( |
Gets a list of actions that can be done to this particular node |
|
|
GetNodeTitle ( |
Gets the name of this node, shown in title bar |
|
|
GetNodeTitleColor() |
Gets the draw color of a node's title bar |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
Serialize ( |
UObject interface |