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()