Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSettings
Description
Called after intialization to construct the list of all overridable params. In Editor, it will first gather all the overridable properties names and labels, based on their metadata. Can request a "reset" if something changed in the settings. And then, in Editor and Runtime, will gather the FProperty*.
| Name | InitializeCachedOverridableParams |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSettings.h |
| Include Path | #include "PCGSettings.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGSettings.cpp |
void InitializeCachedOverridableParams
(
bool bReset
)