Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Commandlets
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Commandlets/Commandlet.h |
| Include | #include "Commandlets/Commandlet.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Commandlets/Commandlet.cpp |
namespace CommandletHelpers
{
void CommandletHelpers&58;&58;TickEngine
&40;
class UWorld &42; InWorld,
double InDeltaTime
&41;
}
Remarks
Simulate an engine frame tick. Can be used by commandlets to tick various subsystems. If running with -AllowCommandletRendering, this will also tick rendering for the provided world scene(s).