Navigation
API > API/Plugins > API/Plugins/HairStrandsMutableEditor
Imports a Groom into the Customizable Object graph
| Name | UCustomizableObjectNodeGroomConstant |
| Type | class |
| Header File | /Engine/Plugins/Experimental/HairStrandsMutable/Source/HairStrandsMutableEditor/Public/CustomizableObjectNodeGroomConstant.h |
| Include Path | #include "CustomizableObjectNodeGroomConstant.h" |
Syntax
UCLASS ()
class UCustomizableObjectNodeGroomConstant :
public UCustomizableObjectNodeExtensionDataConstant ,
public ICustomizableObjectExtensionNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UCustomizableObjectNode → UCustomizableObjectNodeExtensionDataConstant → UCustomizableObjectNodeGroomConstant
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GroomData | FGroomPinData | CustomizableObjectNodeGroomConstant.h |
|
Functions
Public
Overridden from UCustomizableObjectNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins
(
UCustomizableObjectNodeRemapPins* RemapPins |
UCustomizableObjectNode interface | CustomizableObjectNodeGroomConstant.h | |
virtual bool IsExperimental() |
CustomizableObjectNodeGroomConstant.h | ||
virtual bool ShouldAddToContextMenu
(
FText& OutCategory |
CustomizableObjectNodeGroomConstant.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
EdGraphNode interface | CustomizableObjectNodeGroomConstant.h | |
virtual FLinearColor GetNodeTitleColor() |
CustomizableObjectNodeGroomConstant.h | ||
virtual FText GetTooltipText() |
CustomizableObjectNodeGroomConstant.h |
Overridden from ICustomizableObjectExtensionNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UE::Mutable::Private::Ptr< UE::Mutable::Private::NodeExtensionData > GenerateMutableNode
(
FExtensionDataCompilerInterface& CompilerInterface |
ICustomizableObjectExtensionNode interface | CustomizableObjectNodeGroomConstant.h |