FElement

Element of the priority queue

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Ticker.h

Include

#include "Containers/Ticker.h"

Syntax

struct FElement

Remarks

Element of the priority queue

Variables

Name Description

Public variable

float

 

DelayTime

Delay that this delegate was scheduled with.

Public variable

FTickerDelegate

 

Delegate

Delegate to fire

Public variable

double

 

FireTime

Time that this delegate must not fire before

Constructors

Name Description

Public function

FElement()

Default ctor is only required to implement CurrentElement handling without making it a pointer.

Public function

FElement

(
    double InFireTime,
    float InDelayTime,
    const FTickerDelegate& InDelegate
)

This is the ctor that the code will generally use.

Functions

Name Description

Public function

bool

 

Fire

(
    float DeltaTime
)

Fire the delegate if it is fireable

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss