Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
Include |
#include "EdGraph/EdGraphNode.h" |
struct FEdGraphTerminalType
Struct used to define information for terminal types, e.g. types that can be contained by a container. Currently can represent strong/weak references to a type (only UObjects), a structure, or a primitive. Support for "Container of Containers" is done by wrapping a structure, rather than implicitly defining names for containers.
Name | Description | ||
---|---|---|---|
|
bTerminalIsConst |
Whether or not this pin is a immutable const value |
|
|
bTerminalIsUObjectWrapper |
Whether or not this is a "wrapped" Unreal object ptr type (e.g. TSubclassOf |
|
|
bTerminalIsWeakPointer |
Whether or not this is a weak reference |
|
|
TerminalCategory |
Category |
|
|
TerminalSubCategory |
Sub-category |
|
|
TWeakObjectPtr<... |
TerminalSubCategoryObject |
Sub-category object |
Name | Description | |
---|---|---|
|
FEdGraphTerminalType() |
Name | Description | ||
---|---|---|---|
|
FEdGraphTerm... |
FromPinType ( |
Creates a TerminalType from the primary portion of the PinType |