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 bool ExpandValue
&40;
const FString & InCollapsedValue,
FString & OutExpandedValue
&41;
Remarks
Given a collapsed config value, try and produce an expanded version of it (removing any placeholder tokens). true if expansion occurred, false if the collapsed and expanded values are equal.
Parameters
Name | Description |
---|---|
InCollapsedValue | The collapsed config value to try and expand. |
OutExpandedValue | String to fill with the expanded version of the config value. |