Show / Hide Table of Contents

Struct SubclassOf<T>

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.CoreUObject
Assembly: UE4DotNet.dll
Syntax
public struct SubclassOf<T>

    where T : UObject
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

Class

Declaration
public Class Class { get; set; }
Property Value
Type Description
Class

Operators

| Improve this Doc View Source

Implicit(IntPtr to SubclassOf<T>)

Declaration
public static implicit operator SubclassOf<T>(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
SubclassOf<T>
| Improve this Doc View Source

Implicit(Class to SubclassOf<T>)

Declaration
public static implicit operator SubclassOf<T>(Class c)
Parameters
Type Name Description
Class c
Returns
Type Description
SubclassOf<T>
| Improve this Doc View Source

Implicit(SubclassOf<T> to IntPtr)

Declaration
public static implicit operator IntPtr(SubclassOf<T> s)
Parameters
Type Name Description
SubclassOf<T> s
Returns
Type Description
System.IntPtr
| Improve this Doc View Source

Implicit(SubclassOf<T> to Class)

Declaration
public static implicit operator Class(SubclassOf<T> c)
Parameters
Type Name Description
SubclassOf<T> c
Returns
Type Description
Class
  • Improve this Doc
  • View Source
Back to top Generated by DocFX