Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObject > API/Plugins/CustomizableObject/MuCO/UCustomizableObject/GetProjectorPara-
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObject.h |
| Include | #include "MuCO/CustomizableObject.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObject.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;CustomizableObject&41;
void GetProjectorParameterDefaultValue
&40;
const FString & InParameterName,
FVector3f & OutPos,
FVector3f & OutDirection,
FVector3f & OutUp,
FVector3f & OutScale,
float & OutAngle,
ECustomizableObjectProjectorType & OutType
&41; const
Remarks
Get the default value of a parameter of type Projector.
Parameters
| Name | Description |
|---|---|
| InParameterName | The name of the Projector parameter to get the default value of. |
| OutPos | The default position of the Projector. |
| OutDirection | The default projection direction of the Projector. |
| OutUp | The default up vector of the Projector. |
| OutScale | The default scale of the Projector. |
| OutAngle | The default angle of the Projector. |
| OutType | The default type of the Projector. |