Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FModel
Description
Return the default value of an image parameter.
The parameter specified by index is a T_IMAGE.
| Name | GetImageDefaultValue |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Model.h |
| Include Path | #include "MuR/Model.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Model.cpp |
FName GetImageDefaultValue
(
int32 Index
) const
The externalId specified when setting the image value (
Parameters
| Name | Remarks |
|---|---|
| Index | Index of the parameter from 0 to GetCount()-1 |
See Also
- SetImageValue)