MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / UPyCommandlet

Method UPyCommandlet

Source/UnrealEnginePython/Public/PyCommandlet.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "Regex.h"
5
6UPyCommandlet::UPyCommandlet(const FObjectInitializer& ObjectInitializer)
7 : Super(ObjectInitializer)
8{
9 LogToConsole = 1;
10}
11
12int32 UPyCommandlet::Main(const FString& CommandLine)
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected