FIniFilename

[FIniFilename](API\Runtime\Core\Misc\FIniFilename) struct.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h

Include

#include "Misc/ConfigCacheIni.h"

Syntax

struct FIniFilename

Remarks

FIniFilename struct.

Helper struct for generating ini files.

Variables

Name Description

Public variable

bool

 

bRequired

If true this ini file is required to generate the output ini.

Public variable

FString

 

CacheKey

Used as ID for looking up an INI Hierarchy

Public variable

FString

 

Filename

Ini filename

Constructors

Name Description

Public function

FIniFilename()

Public function

FIniFilename

(
    const FString& InFilename,
    bool InIsRequired,
    FString InCacheKey
)

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