Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectInstance
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObjectInstance.h |
| Include | #include "MuCO/CustomizableObjectInstance.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstance.cpp |
UFUNCTION (BlueprintCallable, Category=CustomizableObjectInstance)
void GetProjectorValue
(
const FString & ProjectorParamName,
FVector & OutPos,
FVector & OutDirection,
FVector & OutUp,
FVector & OutScale,
float & OutAngle,
ECustomizableObjectProjectorType & OutType,
int32 RangeIndex
) const
Remarks
Get the projector values of a projector parameter with index "ProjectorParamIndex".