Navigation
API > API/Plugins > API/Plugins/CurveExpressionEditor
Inheritance Hierarchy
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_RemapCurves
References
| Module | CurveExpressionEditor |
| Header | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Editor/Public/AnimGraphNode_RemapCurves.h |
| Include | #include "AnimGraphNode_RemapCurves.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimGraphNode_RemapCurves :
public UAnimGraphNode_Base ,
public IRemapCurvesDebuggingProvider
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_RemapCurves | Node |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizePinData
(
UEdGraphPin* Pin, |
Customize pin data based on the input | |
| FText | |||
| void | GetOutputLinkAttributes
(
FNodeAttributeArray& OutAttributes |
Get the named attribute types that this node provides as outputs. Other attributes are assumed to 'pass through' this node. | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
UObject override. | |
| bool | If using CopyPoseFromMesh, the AnimBlueprint Compiler will cache this off for optimizations. |
Overridden from IRemapCurvesDebuggingProvider
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns true if the expressions can be verified against an actively debugged anim graph instance | ||
| void | Trigger expression verification against an actively debugged anim graph instance |