Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UCustomizableObjectNode
- UCustomizableObjectNodeTextureProject
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNodeTextureProject.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeTextureProject.h" |
Syntax
UCLASS&40;&41;
class UCustomizableObjectNodeTextureProject : public UCustomizableObjectNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableAngleFadeOutForAlpha | ||
| bool | bEnableAngleFadeOutForRGB | ||
| bool | bEnableTextureSeamCorrection | When this is enable, additional operations will happen to correct projections that go over a texture UV seam to prevent interpolation artifacts. | |
| uint8 | Layout | Layout to use for the generated images. | |
| ETextureProjectMinFilterMethod | MinFilterMethod | ||
| TObjectPtr< UTexture2D > | ReferenceTexture | Reference Texture used to decide the texture properties of the mutable-generated textures connected to this material (e.g. LODBias, Size X,...). | |
| ETextureProjectSamplingMethod | SamplingMethod | ||
| uint32 | Textures | ||
| uint32 | TextureSizeX | Set the width of the Texture. If greater than zero, it overrides the Reference Texture width. | |
| uint32 | TextureSizeY | Set the height of the Texture. If greater than zero, it overrides the Reference Texture height. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | |||
| UEdGraphPin * | |||
| int32 | |||
| int32 | |||
| UEdGraphPin * | MeshMaskPin () |
||
| UEdGraphPin * | MeshPin () |
||
| UEdGraphPin * | OutputPins
(
int32 Index |
||
| UEdGraphPin * | ProjectorPin () |
||
| UEdGraphPin * | TexturePins
(
int32 Index |
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 |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | Handles reading, writing, and reference collecting using FArchive. |