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
5
#include "
uLang/Common/Common.h
"
6
#include "
uLang/CompilerPasses/CompilerTypes.h
"
// for SCommandLine
7
8
namespace
uLang
9
{
10
namespace
CommandLine
11
{
12
VERSECOMPILER_API
void
Init
(
int
ArgC
,
char
*
ArgV
[]);
13
VERSECOMPILER_API
void
Init
(
const
SCommandLine
& Rhs);
14
15
VERSECOMPILER_API
bool
IsSet
();
16
VERSECOMPILER_API
const
SCommandLine
&
Get
();
17
}
18
}
// namespace uLang
CompilerTypes.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
Init
void Init()
Definition
LockFreeList.h:4
Common.h
ERequestedCultureOverrideLevel::CommandLine
@ CommandLine
uLang::CommandLine::Get
VERSECOMPILER_API const SCommandLine & Get()
Definition
CommandLine.cpp:68
uLang::CommandLine::IsSet
VERSECOMPILER_API bool IsSet()
Definition
CommandLine.cpp:63
uLang
Definition
VVMEngineEnvironment.h:23
uLang::SCommandLine
Definition
CompilerTypes.h:93
Engine
Source
Runtime
VerseCompiler
Public
uLang
Toolchain
CommandLine.h
Generated by
1.9.8