Navigation
API > API/Plugins > API/Plugins/CurveExpressionEditor
Inheritance Hierarchy
- UAnimGraphNode_Base
- IRemapCurvesDebuggingProvider
- 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 | |
|---|---|---|---|
| void | CustomizePinData
(
UEdGraphPin* Pin, |
||
| FText | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| void | GetOutputLinkAttributes
(
FNodeAttributeArray& OutAttributes |
||
| FText | |||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
UObject override. | |
| bool |
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 |