Show / Hide Table of Contents

Struct ExposedValueCopyRecord

Exposed Value Copy Record

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 ExposedValueCopyRecord

Fields

| Improve this Doc View Source

bInstanceIsTarget

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

DestArrayIndex

Declaration
public int DestArrayIndex
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Size

Declaration
public int Size
Field Value
Type Description
System.Int32
| Improve this Doc View Source

SourceArrayIndex

Declaration
public int SourceArrayIndex
Field Value
Type Description
System.Int32
| Improve this Doc View Source

SourcePropertyName

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

SourceSubPropertyName

Declaration
public Name SourceSubPropertyName
Field Value
Type Description
Name

Properties

| Improve this Doc View Source

CachedSourceProperty

cached source property

Declaration
public Property CachedSourceProperty { get; set; }
Property Value
Type Description
Property
| Improve this Doc View Source

CachedSourceStructSubProperty

Cached Source Struct Sub Property

Declaration
public Property CachedSourceStructSubProperty { get; set; }
Property Value
Type Description
Property
| Improve this Doc View Source

DestProperty

Dest Property

Declaration
public Property DestProperty { get; set; }
Property Value
Type Description
Property
  • Improve this Doc
  • View Source
Back to top Generated by DocFX