Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Model
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 |
void GetProjectorDefaultValue
&40;
int32 Index,
PROJECTOR_TYPE &42; OutProjectionType,
FVector3f &42; OutPos,
FVector3f &42; OutDir,
FVector3f &42; OutUp,
FVector3f &42; OutScale,
float &42; OutProjectionAngle
&41; const
Remarks
Return the default value of a projector parameter, as a 4x4 matrix. The matrix is supposed to be a linear transform in column-major.
The parameter specified by index is a T_PROJECTOR.
Parameters
| Name | Description |
|---|---|
| Index | Index of the parameter from 0 to GetCount()-1 |
| OutPos | Pointer to where the object-space position coordinates of the projector will be stored. |
| OutDir | Pointer to where the object-space direction vector of the projector will be stored. |
| OutUp | Pointer to where the object-space vertically up direction vector of the projector will be stored. This controls the "roll" angle of the projector. |
| OutScale | Pointer to the projector-space scaling of the projector. |