Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/ModelParametersGenerator
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Model.h |
| Include | #include "MuR/Model.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/Model.cpp |
ParametersPtr GetRandomInstance
&40;
TFunctionRef< float()> RandomGenerator
&41;
Remarks
Return the parameters of one of a random instance of the model.
Parameters
| Name | Description |
|---|---|
| randomGenerator | This function will be used to generate random values for the continuous parameters of the instance. |