Struct LatentActionInfo
Latent action info
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 LatentActionInfo
Fields
| Improve this Doc View SourceExecutionFunction
Declaration
public Name ExecutionFunction
Field Value
Type | Description |
---|---|
Name |
Linkage
Declaration
public int Linkage
Field Value
Type | Description |
---|---|
System.Int32 |
UUID
Declaration
public int UUID
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
| Improve this Doc View SourceCallbackTarget
Object to execute the function on.
Declaration
public UObject CallbackTarget { get; set; }
Property Value
Type | Description |
---|---|
UObject |