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
8namespace ParseExecCommands
9{
13 ENGINE_API void QueueDeferredCommands(const FString& Line);
14}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Array.h:670
Definition ParseExecCommands.cpp:10
TArray< FString > ParseExecCmds(const FString &Line)
Definition ParseExecCommands.cpp:11
TArray< FString > ParseExecCmdsFromCommandLine(const FString &InKey)
Definition ParseExecCommands.cpp:57
void QueueDeferredCommands(const TArray< FString > &CommandArray)
Definition ParseExecCommands.cpp:71