Navigation
API > API/Editor > API/Editor/AnimGraph
| Name | UAnimGraphNode_LayeredBoneBlend |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_LayeredBoneBlend.h |
| Include Path | #include "AnimGraphNode_LayeredBoneBlend.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimGraphNode_LayeredBoneBlend : public UAnimGraphNode_BlendListBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UAnimGraphNode_Base → UAnimGraphNode_BlendListBase → UAnimGraphNode_LayeredBoneBlend
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimGraphNode_LayeredBoneBlend
(
const FObjectInitializer& ObjectInitializer |
AnimGraphNode_LayeredBoneBlend.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Node | FAnimNode_LayeredBoneBlend | AnimGraphNode_LayeredBoneBlend.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddPinToBlendByFilter() |
Adds a new pose pin. | AnimGraphNode_LayeredBoneBlend.h | |
virtual void RemovePinFromBlendByFilter
(
UEdGraphPin* Pin |
AnimGraphNode_LayeredBoneBlend.h |
Overridden from UAnimGraphNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Can customize details tab | AnimGraphNode_LayeredBoneBlend.h | |
virtual FString GetNodeCategory() |
Gets the menu category this node belongs in. | AnimGraphNode_LayeredBoneBlend.h | |
virtual void ValidateAnimNodeDuringCompilation
(
USkeleton* ForSkeleton, |
Gives each visual node a chance to validate that they are still valid in the context of the compiled class, giving a last shot at error or warning generation after primary compilation is finished. | AnimGraphNode_LayeredBoneBlend.h |
Overridden from UK2Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PreloadRequiredAssets() |
AnimGraphNode_LayeredBoneBlend.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetNodeContextMenuActions
(
UToolMenu* Menu, |
AnimGraphNode_LayeredBoneBlend.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
AnimGraphNode_LayeredBoneBlend.h | ||
virtual FLinearColor GetNodeTitleColor() |
AnimGraphNode_LayeredBoneBlend.h | ||
virtual FText GetTooltipText() |
AnimGraphNode_LayeredBoneBlend.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
AnimGraphNode_LayeredBoneBlend.h | ||
virtual void PostLoad() |
AnimGraphNode_LayeredBoneBlend.h | ||
virtual void Serialize
(
FArchive& Ar |
AnimGraphNode_LayeredBoneBlend.h |