FCacheEventTrack::PushEvent

Pushes an event to the track, this will perform a copy of the event and store it inside the track

Windows
MacOS
Linux

References

Module

ChaosCaching

Header

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/CacheEvents.h

Include

#include "Chaos/CacheEvents.h"

Syntax

template<typename T>
void PushEvent
(
    float TimeStamp,
    const T & InEvent
)

Remarks

Pushes an event to the track, this will perform a copy of the event and store it inside the track

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