Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_Variable
- UK2Node_StructOperation
- UK2Node_StructMemberGet
- UK2Node_BreakStruct
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_BreakStruct.h |
| Include | #include "K2Node_BreakStruct.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_BreakStruct : public UK2Node_StructMemberGet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMadeAfterOverridePinRemoval | Helper property to handle upgrades from an old system of displaying pins for the override values that properties referenced as a conditional of being set in a struct |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_BreakStruct
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanBeBroken
(
const UScriptStruct* Struct, |
Returns false if: | |
| bool | CanBeSplit
(
const UScriptStruct* Struct |
Can this struct be used as a split pin | |
| void | |||
| void | PreSave
(
FObjectPreSaveContext SaveContext |
Overridden from UK2Node_StructMemberGet
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText |
Overridden from UK2Node_Variable
| Type | Name | Description | |
|---|---|---|---|
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | ConvertDeprecatedNode
(
UEdGraph* Graph, |
Performs a node-specific deprecation fixup, which may delete this node and replace it with another one | |
| FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
||
| ERedirectType | DoPinsMatchForReconstruction
(
const UEdGraphPin* NewPin, |
Whether or not two pins match for purposes of reconnection after reconstruction. | |
| bool | Return whether to draw this node as a small variable node | ||
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| FText | Override to provide a default category for specific node types to be listed under. | ||
| FLinearColor | |||
| bool | IsNodePure () |
Returns whether this node is considered 'pure' by the compiler | |
| bool | Return true if adding/removing this node requires calling MarkBlueprintAsStructurallyModified on the Blueprint | ||
| void | Called before compilation begins, giving a blueprint time to force the linker to load data | ||
| void | Serialize
(
FArchive& Ar |
||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |