Struct Redirector
This is used for redirecting old name to new name We use manually parsing array, but that makes harder to modify from property setting
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 Redirector
Remarks
So adding this USTRUCT to support it properly
Fields
| Improve this Doc View SourceNewName
Declaration
public Name NewName
Field Value
Type | Description |
---|---|
Name |
OldName
Declaration
public Name OldName
Field Value
Type | Description |
---|---|
Name |