Navigation
API > API/Editor > API/Editor/AnimGraph
| Name | UAnimGraphNode_RotationOffsetBlendSpace |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_RotationOffsetBlendSpace.h |
| Include Path | #include "AnimGraphNode_RotationOffsetBlendSpace.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimGraphNode_RotationOffsetBlendSpace : public UAnimGraphNode_BlendSpaceBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UAnimGraphNode_Base → UAnimGraphNode_AssetPlayerBase → UAnimGraphNode_BlendSpaceBase → UAnimGraphNode_RotationOffsetBlendSpace
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimGraphNode_RotationOffsetBlendSpace
(
const FObjectInitializer& ObjectInitializer |
AnimGraphNode_RotationOffsetBlendSpace.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Node | FAnimNode_RotationOffsetBlendSpace | AnimGraphNode_RotationOffsetBlendSpace.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedNodeTitles | FNodeTitleTextTable | Constructing FText strings can be costly, so we cache the node's title | AnimGraphNode_RotationOffsetBlendSpace.h |
Functions
Public
Overridden from UAnimGraphNode_AssetPlayerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetAnimationAsset
(
UAnimationAsset* Asset |
AnimGraphNode_RotationOffsetBlendSpace.h |
Overridden from UAnimGraphNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Can customize details tab | AnimGraphNode_RotationOffsetBlendSpace.h | |
virtual void CustomizePinData
(
UEdGraphPin* Pin, |
Customize pin data based on the input | AnimGraphNode_RotationOffsetBlendSpace.h | |
virtual void GetAllAnimationSequencesReferred
(
TArray< UAnimationAsset* >& AnimAssets |
Populate the supplied arrays with the currently reffered to animation assets. | AnimGraphNode_RotationOffsetBlendSpace.h | |
virtual UAnimationAsset * GetAnimationAsset() |
AnimGraphNode_RotationOffsetBlendSpace.h | ||
virtual void OnOverrideAssets
(
IAnimBlueprintNodeOverrideAssetsContext& InContext |
Override point for OverrideAssets. | AnimGraphNode_RotationOffsetBlendSpace.h | |
virtual void ReplaceReferredAnimations
(
const TMap< UAnimationAsset*, UAnimationAsset* >& AnimAssetReplacementMap |
Replace references to animations that exist in the supplied maps | AnimGraphNode_RotationOffsetBlendSpace.h | |
virtual EAnimAssetHandlerType SupportsAssetClass
(
const UClass* AssetClass |
Returns whether this node supports the supplied asset class | AnimGraphNode_RotationOffsetBlendSpace.h | |
virtual void ValidateAnimNodeDuringCompilation
(
USkeleton* ForSkeleton, |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. | AnimGraphNode_RotationOffsetBlendSpace.h |
Overridden from UK2Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
AnimGraphNode_RotationOffsetBlendSpace.h | ||
virtual FBlueprintNodeSignature GetSignature() |
AnimGraphNode_RotationOffsetBlendSpace.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetNodeContextMenuActions
(
UToolMenu* Menu, |
AnimGraphNode_RotationOffsetBlendSpace.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
AnimGraphNode_RotationOffsetBlendSpace.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
AnimGraphNode_RotationOffsetBlendSpace.h | ||
virtual void Serialize
(
FArchive& Ar |
UObject interface | AnimGraphNode_RotationOffsetBlendSpace.h |