Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/System
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/System.h |
| Include | #include "MuR/System.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/System.cpp |
void GetParameterRelevancy
&40;
Instance::ID InstanceID,
const Ptr< const Parameters > & Parameters,
bool &42; Flags
&41;
Remarks
Calculate the relevancy of every parameter. Some parameters may be unused depending on the values of other parameters. This method will set to true the flags for parameters that are relevant, and to false otherwise. This is useful to hide irrelevant parameters in dynamic user interfaces.
Parameters
| Name | Description |
|---|---|
| pModel | The model used to create the Parameters instance. |
| pParameters | Parameter set that we want to find the relevancy of. |
| pFlags | is a pointer to a preallocated array of booleans that contains at least pParameters->GetCount() elements. |