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/CustomizableObjectNodeProjectorParameter.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNodeProjectorParameter.h" |
Syntax
UCLASS&40;HideCategories&61;&40;CustomizableObjectHide&41;&41;
class UCustomizableObjectNodeProjectorParameter : public UCustomizableObjectNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | BoneComboBoxForwardDirection | Temporary variable where to put the direction information for bone combo box selection changes (in FCustomizableObjectNodeProjectorParameterDetails) | |
| FVector | BoneComboBoxLocation | Temporary variable where to put the location information for bone combo box selection changes (in FCustomizableObjectNodeProjectorParameterDetails) | |
| FVector | BoneComboBoxUpDirection | Temporary variable where to put the direction information for bone combo box selection changes (in FCustomizableObjectNodeProjectorParameterDetails) | |
| FCustomizableObjectProjector | DefaultValue | ||
| FString | ParameterName | ||
| int32 | ParameterSetModified | Flag to know which parameters have been modified of the node in the details tab. | |
| FMutableParamUIMetadata | ParamUIMetadata | ||
| float | ProjectionAngle | ||
| ECustomizableObjectProjectorType | ProjectionType | ||
| FName | ProjectorBone | ||
| uint32 | ReferenceSkeletonIndex |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | ProjectorPin () |
Overridden from UCustomizableObjectNode
| Type | Name | Description | |
|---|---|---|---|
| void | AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
Specialization of AllocateDefaultPins UEdGraphNode function. | |
| bool | Used during compilation process to cache the node for all LODs, or generate it specifically for each of them. |
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 |