Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_GetSubsystem
- UK2Node_GetEditorSubsystem
- UK2Node_GetEngineSubsystem
- UK2Node_GetSubsystemFromPC
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetSubsystem.h |
| Include | #include "K2Node_GetSubsystem.h" |
Syntax
UCLASS ()
class UK2Node_GetSubsystem : public UK2Node
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< USubsystem > | CustomClass |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| UEdGraphPin * | GetClassPin
(
const TArray< UEdGraphPin* >* InPinsToSearch |
Get the blueprint input pin | |
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| UEdGraphPin * | GetResultPin () |
Get the result output pin | |
| FText | |||
| UEdGraphPin * | Get the world context input pin, can return NULL | ||
| void | Initialize
(
UClass* NodeClass |
||
| bool | IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
||
| void | ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node | |
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| FText | Override to provide a default category for specific node types to be listed under. | ||
| void | GetNodeAttributes
(
TArray< TKeyValuePair< FString, FString > >& OutNodeAttributes |
This function returns an arbitrary number of attributes that describe this node for analytics events | |
| FLinearColor | |||
| bool | IsNodePure () |
Returns whether this node is considered 'pure' by the compiler | |
| bool | Query if this is a node that is safe to ignore (e.g., a comment node or other non-structural annotation that can be pruned with no warnings). | ||
| void | |||
| void | ReallocatePinsDuringReconstruction
(
TArray< UEdGraphPin* >& OldPins |
Reallocate pins during reconstruction; by default ignores the old pins and calls AllocateDefaultPins() If you override this to create additional pins you likely need to call RestoreSplitPins to restore any pins that have been split (e.g. a vector pin split into its components) | |
| void | Serialize
(
FArchive& Ar |
||
| bool | Should draw compact |