FDelegate

Namespace: UAssetAPI.PropertyTypes.Objects

Describes a function bound to an Object.

public class FDelegate

Inheritance ObjectFDelegate

Fields

Object

References the main actor export

public FPackageIndex Object;

Delegate

The name of the delegate

public FName Delegate;

Constructors

FDelegate(FPackageIndex, FName)

public FDelegate(FPackageIndex _object, FName delegate)

Parameters

_object FPackageIndex

delegate FName

FDelegate()

public FDelegate()

FDelegate(AssetBinaryReader)

public FDelegate(AssetBinaryReader reader)

Parameters

reader AssetBinaryReader

Methods

Write(AssetBinaryWriter)

public int Write(AssetBinaryWriter writer)

Parameters

writer AssetBinaryWriter

Returns

Int32