Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeProjectorParameter
- UCustomizableObjectNodeGroupProjectorParameter
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeGroupProjectorParameter.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeGroupProjectorParameter.h" |
Syntax
UCLASS&40;HideCategories&61;&40;CustomizableObjectHide&41;&41;
class UCustomizableObjectNodeGroupProjectorParameter : public UCustomizableObjectNodeProjectorParameter
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AlternateProjectionResolutionFactor | ||
| FString | AlternateProjectionResolutionStateName | ||
| bool | bShareProjectionTexturesBetweenLODs | ||
| FName | DataTableTextureColumnName | Name of the column in the Option Images Data Table with the additional option images, (UTexture2D assets). | |
| int32 | DropProjectionTextureAtLOD | ||
| FString | MaskedOutAreaMaterialChannelName | ||
| FString | MaterialChannelNameToConnect | ||
| TArray< FGroupProjectorParameterImage > | OptionImages | ||
| TObjectPtr< UDataTable > | OptionImagesDataTable | Table where additional option images besides Option Images are read. | |
| TArray< FGroupProjectorParameterPose > | OptionPoses | ||
| int32 | ProjectionTextureSize | ||
| TObjectPtr< UTexture2D > | ReferenceTexture | Reference Texture used to decide the texture properties of the mutable-generated textures connected to this material. | |
| int32 | UVLayout |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGroupProjectorParameterImage > | Returns the final option images without repeated elements in the option names, the data table has preference over elements in the OptionImages array | ||
| TArray< FGroupProjectorParameterImage > | Return array with the sticker name and UTexture2D for projection |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| void | Add backwards compatible code here. |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FLinearColor | Gets the draw color of a node's title bar | ||
| FText | Gets the tooltip to display when over the node |