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 FString CollapseValue
&40;
const FString & InExpandedValue
&41;
Remarks
Given an expanded config value, try and produce a collapsed version of it (adding any placeholder tokens). The collapsed version of the config value.
Parameters
| Name | Description |
|---|---|
| InExpandedValue | The expanded config value to try and expand. |