Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_EditablePinBase
- UK2Node_FunctionTerminator
- UK2Node_FunctionEntry
- UK2Node_FunctionResult
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_FunctionTerminator.h |
| Include | #include "K2Node_FunctionTerminator.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UK2Node_FunctionTerminator : public UK2Node_EditablePinBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMemberReference | FunctionReference | Reference to the function signature. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_FunctionTerminator
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | CreateUniquePinName
(
FName SourcePinName |
||
| UFunction * | Returns the UFunction that this node actually represents, this will work for both inherited and newly created functions | ||
| FString | GetFindReferenceSearchString_Impl
(
EGetFindReferenceSearchStringFlags InFlags |
||
| bool | HasExternalDependencies
(
TArray< class UStruct* >* OptionalOutput |
||
| void | |||
| void | PromoteFromInterfaceOverride
(
bool bIsPrimaryTerminator |
Promotes the node from being a part of an interface override to a full function that allows for parameter and result pin additions |
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 | |
|---|---|---|---|
| FLinearColor | |||
| bool | Return true if adding/removing this node requires calling MarkBlueprintAsStructurallyModified on the Blueprint | ||
| void | Serialize
(
FArchive& Ar |
||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |