FTemplateConfigValue

Does not require reflection exposure

Windows
MacOS
Linux

References

Module

GameProjectGeneration

Header

/Engine/Source/Editor/GameProjectGeneration/Classes/TemplateProjectDefs.h

Include

#include "TemplateProjectDefs.h"

Syntax

struct FTemplateConfigValue

Remarks

Does not require reflection exposure

Variables

Name Description

Public variable

bool

 

bShouldReplaceExistingValue

Public variable

FString

 

ConfigFile

Public variable

FString

 

ConfigKey

Public variable

FString

 

ConfigSection

Public variable

FString

 

ConfigValue

Constructors

Name Description

Public function

FTemplateConfigValue

(
    const FString& InFile,
    const FString& InSection,
    const FString& InKey,
    const FString& InValue,
    bool InShouldReplaceExistingValue
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss