UCommandlet::CreateCustomEngine

Allows commandlets to override the default behavior and create a custom engine class for the commandlet.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Commandlets/Commandlet.h

Include

#include "Commandlets/Commandlet.h"

Syntax

virtual void CreateCustomEngine
(
    const FString & Params
)

Remarks

Allows commandlets to override the default behavior and create a custom engine class for the commandlet. If the commandlet implements this function, it should fully initialize the UEngine object as well. Commandlets should indicate that they have implemented this function by assigning the custom UEngine to GEngine.

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