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" |
UFUNCTION (BlueprintCallable, Category=CustomizableObject)
void GetProjectorParameterDefaultValue
(
UPARAM="Parameter Name") const FString & InParameterName,
UPARAM="Position") FVector3f & OutPos,
UPARAM="Direction") FVector3f & OutDirection,
UPARAM="Up") FVector3f & OutUp,
UPARAM="Scale") FVector3f & OutScale,
UPARAM="Angle") float & OutAngle,
UPARAM="Type") ECustomizableObjectProjectorType & OutType
) 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. |