Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
Inheritance Hierarchy
- FMultilayerProjectorLayer
- FMultilayerProjectorVirtualLayer
References
Module | CustomizableObject |
Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Public/MuCO/MultilayerProjector.h |
Include | #include "MuCO/MultilayerProjector.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMultilayerProjectorLayer
Remarks
Data structure representing a Multilayer Projector Layer.
This struct is not actually saved, its values are obtained from the Instance Parameters.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | Angle | Layer angle. |
![]() |
FVector | Direction | Layer direction vector. |
![]() |
FString | Image | Layer selected image. |
![]() |
float | Opacity | Layer image opacity. |
![]() |
FVector | Position | Layer position. |
![]() |
FVector | Scale | Layer scale. |
![]() |
FVector | Up | Layer up direction vector. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Read
(
const FCustomizableObjectInstanceDescriptor& Descriptor, |
Read the Layer from the Instance Parameters. |
![]() ![]() |
void | Write
(
FCustomizableObjectInstanceDescriptor& Descriptor, |
Write to Layer to the Instance Parameters. |