FConfigValue::CollapseValue

Given an expanded config value, try and produce a collapsed version of it (adding 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 bool CollapseValue
(
    const FString & InExpandedValue,
    FString & OutCollapsedValue
)

Remarks

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

Returns

true if collapsing occurred, false if the collapsed and expanded values are equal.

Parameters

Parameter

Description

InExpandedValue

The expanded config value to try and expand.

OutCollapsedValue

String to fill with the collapsed version of the config value.

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