Struct EdGraphTerminalType
Struct used to define information for terminal types, e.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public struct EdGraphTerminalType
Remarks
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.
Fields
| Improve this Doc View SourcebTerminalIsConst
Declaration
public bool bTerminalIsConst
Field Value
Type | Description |
---|---|
System.Boolean |
bTerminalIsWeakPointer
Declaration
public bool bTerminalIsWeakPointer
Field Value
Type | Description |
---|---|
System.Boolean |
TerminalCategory
Declaration
public Name TerminalCategory
Field Value
Type | Description |
---|---|
Name |
TerminalSubCategory
Declaration
public Name TerminalSubCategory
Field Value
Type | Description |
---|---|
Name |