UAnimGraphNode_MakeDynamicAdditive

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_MakeDynamicAdditive.h

Include

#include "AnimGraphNode_MakeDynamicAdditive.h"

Syntax

class UAnimGraphNode_MakeDynamicAdditive : public UAnimGraphNode_Base

Variables

Name Description

Public variable

FAnimNode_MakeD...

 

Node

Constructors

Name Description

Public function

UAnimGraphNode_MakeDynamicAdditive

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UAnimGraphNode_Base

Name Description

Public function Virtual Const

FString

 

GetNodeCategory()

Gets the menu category this node belongs in.

Public function Virtual

void

 

ValidateAnimNodeDuringCompilation

(
    USkeleton* ForSkeleton,
    FCompilerResultsLog& MessageLog
)

Gives each visual node a chance to do final validation before it's node is harvested for use at runtime.

Overridden from UEdGraphNode

Name Description

Public function Virtual Const

FText

 

GetNodeTitle

(
    ENodeTitleType::Type TitleType
)

Gets the name of this node, shown in title bar

Public function Virtual Const

FLinearColor

 

GetNodeTitleColor()

Gets the draw color of a node's title bar

Public function Virtual Const

FText

 

GetTooltipText()

Gets the tooltip to display when over the node

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss