Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/ProjectorUtils__GetEquivalentPro-
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Public/MuCO/MutableProjectorTypeUtils.h |
| Include | #include "MuCO/MutableProjectorTypeUtils.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Private/MuCO/MutableProjectorTypeUtils.cpp |
namespace ProjectorUtils
{
CUSTOMIZABLEOBJECT_API ECustomizableObjectProjectorType ProjectorUtils&58;&58;GetEquivalentProjectorType
&40;
mu::PROJECTOR_TYPE ProjectorType
&41;
}
Remarks
Get with the equivalent type of CO projector provided a mutable internal projector type. The equivalent projector type to the one provided to be used with the CO and COI systems.
Parameters
| Name | Description |
|---|---|
| ProjectorType | The mutable internal projector type to get the unreal's equivalent projector type. |