Show / Hide Table of Contents

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 Source

bTerminalIsConst

Declaration
public bool bTerminalIsConst
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bTerminalIsWeakPointer

Declaration
public bool bTerminalIsWeakPointer
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

TerminalCategory

Declaration
public Name TerminalCategory
Field Value
Type Description
Name
| Improve this Doc View Source

TerminalSubCategory

Declaration
public Name TerminalSubCategory
Field Value
Type Description
Name
  • Improve this Doc
  • View Source
Back to top Generated by DocFX