Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FConfigValue > ExpandValue
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 ExpandValue
&40;
const FString & InCollapsedValue
&41;
Remarks
Given a collapsed config value, try and produce an expanded version of it (removing any placeholder tokens). The expanded version of the config value.
Parameters
Name | Description |
---|---|
InCollapsedValue | The collapsed config value to try and expand. |