Show / Hide Table of Contents

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 Source

ExecutionFunction

Declaration
public Name ExecutionFunction
Field Value
Type Description
Name
| Improve this Doc View Source

Linkage

Declaration
public int Linkage
Field Value
Type Description
System.Int32
| Improve this Doc View Source

UUID

Declaration
public int UUID
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

CallbackTarget

Object to execute the function on.

Declaration
public UObject CallbackTarget { get; set; }
Property Value
Type Description
UObject
  • Improve this Doc
  • View Source
Back to top Generated by DocFX