Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_EditablePinBase
- UK2Node_Tunnel
- UK2Node_Composite
- UK2Node_MathExpression
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MathExpression.h |
| Include | #include "K2Node_MathExpression.h" |
Syntax
UCLASS ()
class UK2Node_MathExpression : public UK2Node_Composite
Remarks
This node type acts like a collapsed node, a single node that represents a larger sub-network of nodes (contained within a sub-graph). This node will take the math expression it was named with, and attempt to convert it into a series of math nodes. If it is unsuccessful, then it generates a series of actionable errors.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMadeAfterRotChange | ||
| FString | Expression | The math expression to evaluate. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_MathExpression
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FindDiffs
(
UEdGraphNode* OtherNode, |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| bool |
Overridden from UK2Node_Composite
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< class INameValidatorInterface > | |||
| void | OnRenameNode
(
const FString& NewName |
||
| void |
Overridden from UK2Node_Tunnel
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Overridden from UK2Node_EditablePinBase
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateUserDefinedPin
(
const FEdGraphPinType& InPinType, |
Queries if a user defined pin of the passed type can be constructed on this node. |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
||
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| bool | IsNodePure () |
Returns whether this node is considered 'pure' by the compiler | |
| void | |||
| void | Serialize
(
FArchive& Ar |
||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |