Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FParameters
| Name | Private |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Internal/MuR/ParametersPrivate.h |
Syntax
class Private
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Model | TSharedPtr< const FModel > | Warning: update FParameters::Clone method if this members change. | ||
| MultiValues | TArray< TMap< TArray< int32 >, FParameterValue > > | If the parameter is multidemensional, the values are stored here. | ||
| Values | TArray< FParameterValue > | Values for the parameters if they are not multidimensional. |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Find
(
const FString& Name |
|||
FProjector GetProjectorValue
(
int32 index, |
|||
bool HasMultipleValues
(
int32 ParamIndex |
Return true if the parameter has any multi-dimensional values set. | ||
void Serialise
(
FOutputArchive& arch |
|||
void Unserialise
(
FInputArchive& arch |