Show / Hide Table of Contents

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 Source

NewName

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

OldName

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