Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/FAnimNode_RandomPlayer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRandomAnimPlayData & GetPlayData
(
ERandomDataIndexType Type |
Return the play data for either the currently playing animation or the next animation to blend into. | AnimNodes/AnimNode_RandomPlayer.h | |
const FRandomAnimPlayData & GetPlayData
(
ERandomDataIndexType Type |
AnimNodes/AnimNode_RandomPlayer.h |
GetPlayData(ERandomDataIndexType)
Description
Return the play data for either the currently playing animation or the next animation to blend into.
| Name | GetPlayData |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_RandomPlayer.h |
| Include Path | #include "AnimNodes/AnimNode_RandomPlayer.h" |
| Source | /Engine/Source/Runtime/AnimGraphRuntime/Private/AnimNodes/AnimNode_RandomPlayer.cpp |
FRandomAnimPlayData & GetPlayData
(
ERandomDataIndexType Type
)
GetPlayData(ERandomDataIndexType)
| Name | GetPlayData |
| Type | function |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_RandomPlayer.h |
| Include Path | #include "AnimNodes/AnimNode_RandomPlayer.h" |
| Source | /Engine/Source/Runtime/AnimGraphRuntime/Private/AnimNodes/AnimNode_RandomPlayer.cpp |
const FRandomAnimPlayData & GetPlayData
(
ERandomDataIndexType Type
) const