Navigation
API > API/Plugins > API/Plugins/CurveExpressionEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_MakeCurveExpressionMap
References
| Module | CurveExpressionEditor |
| Header | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Editor/Public/K2Node_MakeCurveExpressionMap.h |
| Include | #include "K2Node_MakeCurveExpressionMap.h" |
Syntax
UCLASS&40;&41;
class UK2Node_MakeCurveExpressionMap : public UK2Node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCurveExpressionList | Expressions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, FString > | |||
| UEdGraphPin * | GetOutputPin () |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
||
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| FText | Override to provide a default category for specific node types to be listed under. | ||
| bool | IsNodePure () |
Returns whether this node is considered 'pure' by the compiler | |
| bool | Return whether the node's properties display in the blueprint details panel |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Allocate default pins for a given node, based only the NodeType, which should already be filled in. | ||
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FText | Gets the tooltip to display when over the node | ||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
Constants
| Name | Description |
|---|---|
| OutputPinName |