UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ParseExecCommands.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreTypes.h
"
6
#include "
CoreFwd.h
"
7
8
namespace
ParseExecCommands
9
{
10
ENGINE_API
TArray<FString>
ParseExecCmds
(
const
FString&
Line
);
11
ENGINE_API
TArray<FString>
ParseExecCmdsFromCommandLine
(
const
FString&
InKey
);
12
ENGINE_API
void
QueueDeferredCommands
(
const
TArray<FString>
&
CommandArray
);
13
ENGINE_API
void
QueueDeferredCommands
(
const
FString&
Line
);
14
}
CoreFwd.h
CoreTypes.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
EIntersectionType::Line
@ Line
TArray
Definition
Array.h:670
ParseExecCommands
Definition
ParseExecCommands.cpp:10
ParseExecCommands::ParseExecCmds
TArray< FString > ParseExecCmds(const FString &Line)
Definition
ParseExecCommands.cpp:11
ParseExecCommands::ParseExecCmdsFromCommandLine
TArray< FString > ParseExecCmdsFromCommandLine(const FString &InKey)
Definition
ParseExecCommands.cpp:57
ParseExecCommands::QueueDeferredCommands
void QueueDeferredCommands(const TArray< FString > &CommandArray)
Definition
ParseExecCommands.cpp:71
Engine
Source
Runtime
Engine
Public
ParseExecCommands.h
Generated by
1.9.8