UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CommandLine.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "uLang/CompilerPasses/CompilerTypes.h" // for SCommandLine
7
8namespace uLang
9{
10namespace CommandLine
11{
12 VERSECOMPILER_API void Init(int ArgC, char* ArgV[]);
13 VERSECOMPILER_API void Init(const SCommandLine& Rhs);
14
17}
18} // namespace uLang
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
void Init()
Definition LockFreeList.h:4
VERSECOMPILER_API const SCommandLine & Get()
Definition CommandLine.cpp:68
VERSECOMPILER_API bool IsSet()
Definition CommandLine.cpp:63
Definition VVMEngineEnvironment.h:23
Definition CompilerTypes.h:93