Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_SaveCachedPose
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_SaveCachedPose.h |
| Include | #include "AnimGraphNode_SaveCachedPose.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimGraphNode_SaveCachedPose : public UAnimGraphNode_Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | CacheName | ||
| FAnimNode_SaveCachedPose | Node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_SaveCachedPose
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText | |||
| bool | IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
||
| bool | |||
| TSharedPtr< class INameValidatorInterface > | |||
| void | OnRenameNode
(
const FString& NewName |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
||
| FString | Gets the menu category this node belongs in. | ||
| void | GetRequiredExtensions
(
TArray< TSubclassOf< UAnimBlueprintExtension > >& OutExtensions |
Get the extension types that this node type holds on the anim blueprint. Some extension types are always requested by the system. | |
| bool | IsSinkNode () |
Is this node a sink that has no pose outputs? |