◆ s_ApplyVolumesFunc
Initial value:= {
{plMakeHashedString("ApplyVolumes"), plMakeArrayPtr(s_ApplyVolumesTypes), 5, plExpression::RegisterType::Float},
&ApplyVolumes,
&ApplyVolumesValidate,
}
◆ s_GetInstanceSeedFunc
Initial value:= {
{plMakeHashedString("GetInstanceSeed"), plMakeArrayPtr(&s_GetInstanceSeedTypes, 0), 0, plExpression::RegisterType::Int},
&GetInstanceSeed,
&GetInstanceSeedValidate,
}
The documentation for this struct was generated from the following files:
- Code/EnginePlugins/ProcGenPlugin/Tasks/Utils.h
- Code/EnginePlugins/ProcGenPlugin/Tasks/Implementation/Utils.cpp