SerializedInterfaceReference

Namespace: UAssetAPI.ExportTypes

Represents an interface that a UClass (ClassExport) implements.

public struct SerializedInterfaceReference

Inheritance ObjectValueTypeSerializedInterfaceReference

Fields

Class

public int Class;

PointerOffset

public int PointerOffset;

bImplementedByK2

public bool bImplementedByK2;

Constructors

SerializedInterfaceReference(Int32, Int32, Boolean)

SerializedInterfaceReference(int class, int pointerOffset, bool bImplementedByK2)

Parameters

class Int32

pointerOffset Int32

bImplementedByK2 Boolean