Navigation
API > API/Runtime > API/Runtime/Engine
Description
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).
| Name | CommandletHelpers::TickEngine |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Commandlets/Commandlet.h |
| Include Path | #include "Commandlets/Commandlet.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Commandlets/Commandlet.cpp |
namespace CommandletHelpers
{
void CommandletHelpers::TickEngine
(
class UWorld * InWorld,
double InDeltaTime
)
}