| 4 | #include "Regex.h" |
| 5 | |
| 6 | UPyCommandlet::UPyCommandlet(const FObjectInitializer& ObjectInitializer) |
| 7 | : Super(ObjectInitializer) |
| 8 | { |
| 9 | LogToConsole = 1; |
| 10 | } |
| 11 | |
| 12 | int32 UPyCommandlet::Main(const FString& CommandLine) |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected