Table of Contents

Class FDelayedCallback

Namespace
Global
Assembly
Assembly-CSharp.dll
public class FDelayedCallback
Inheritance
FDelayedCallback
Inherited Members

Constructors

FDelayedCallback(Action, float)

public FDelayedCallback(Action func, float delayTime)

Parameters

func Action
delayTime float

Fields

delayTime

public float delayTime

Field Value

float

func

public Action func

Field Value

Action

timeRemaining

public float timeRemaining

Field Value

float

Properties

percentComplete

public float percentComplete { get; }

Property Value

float