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::TickEngine
(
class UWorld * InWorld,
double InDeltaTime
)
}
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).