Show / Hide Table of Contents

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 Source

bIsConst

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

bIsReference

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

bIsWeakPointer

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

PinCategory

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

PinSubCategory

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