Navigation
API > API/Plugins > API/Plugins/PCG
Description
Advanced method to gather override params when you don't have access to FPCGContext (and therefore don't have access to automatic param override). Limitation: Only support metadata types for T.
| Name | PCGSettingsHelpers::GetOverrideValue |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGSettingsHelpers.h |
| Include Path | #include "Helpers/PCGSettingsHelpers.h" |
namespace PCGSettingsHelpers
{
template<typename T>
bool PCGSettingsHelpers::GetOverrideValue
(
const FPCGDataCollection & InInputData,
const UPCGSettings * InSettings,
const FName InPropertyName,
const T & InDefaultValue,
T & OutValue
)
}