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 SourcebInstanceIsTarget
Declaration
public bool bInstanceIsTarget
Field Value
| Type | Description |
|---|---|
| System.Boolean |
DestArrayIndex
Declaration
public int DestArrayIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Size
Declaration
public int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SourceArrayIndex
Declaration
public int SourceArrayIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SourcePropertyName
Declaration
public Name SourcePropertyName
Field Value
| Type | Description |
|---|---|
| Name |
SourceSubPropertyName
Declaration
public Name SourceSubPropertyName
Field Value
| Type | Description |
|---|---|
| Name |
Properties
| Improve this Doc View SourceCachedSourceProperty
cached source property
Declaration
public Property CachedSourceProperty { get; set; }
Property Value
| Type | Description |
|---|---|
| Property |
CachedSourceStructSubProperty
Cached Source Struct Sub Property
Declaration
public Property CachedSourceStructSubProperty { get; set; }
Property Value
| Type | Description |
|---|---|
| Property |
DestProperty
Dest Property
Declaration
public Property DestProperty { get; set; }
Property Value
| Type | Description |
|---|---|
| Property |