Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FConfigValue > API/Runtime/Core/Misc/FConfigValue/CollapseValue
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 |
static bool CollapseValue
&40;
const FString & InExpandedValue,
FString & OutCollapsedValue
&41;
Remarks
Given an expanded config value, try and produce a collapsed version of it (adding any placeholder tokens). true if collapsing occurred, false if the collapsed and expanded values are equal.
Parameters
Name | Description |
---|---|
InExpandedValue | The expanded config value to try and expand. |
OutCollapsedValue | String to fill with the collapsed version of the config value. |