Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Ticker.h |
| Include | #include "Containers/Ticker.h" |
template<typename FunctorType>
void ExecuteOnGameThread
(
const TCHAR * DebugName,
FunctorType && Functor
)
Remarks
Schedules execution of the given functor on the game thread at a particular moment of a frame when interference with other systems is minimal.