Struct EdGraphPinType
Struct used to define the type of information carried on this pin
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 EdGraphPinType
Fields
| Improve this Doc View SourcebIsConst
Declaration
public bool bIsConst
Field Value
Type | Description |
---|---|
System.Boolean |
bIsReference
Declaration
public bool bIsReference
Field Value
Type | Description |
---|---|
System.Boolean |
bIsWeakPointer
Declaration
public bool bIsWeakPointer
Field Value
Type | Description |
---|---|
System.Boolean |
PinCategory
Declaration
public Name PinCategory
Field Value
Type | Description |
---|---|
Name |
PinSubCategory
Declaration
public Name PinSubCategory
Field Value
Type | Description |
---|---|
Name |