FConfigValue::ExpandValue

Given a collapsed config value, try and produce an expanded version of it (removing any placeholder tokens).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/ConfigCacheIni.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp

Syntax

static FString ExpandValue
(
    const FString & InCollapsedValue
)

Remarks

Given a collapsed config value, try and produce an expanded version of it (removing any placeholder tokens).

Returns

The expanded version of the config value.

Parameters

Parameter

Description

InCollapsedValue

The collapsed config value to try and expand.

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