Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeGroomComponentFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeGroomComponentFactoryNode.h |
| Include Path | #include "InterchangeGroomComponentFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeGroomComponentFactoryNode : public UInterchangeSceneComponentFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeSceneComponentFactoryNode → UInterchangeGroomComponentFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomGroomBindingUidKey | const UE::Interchange::FAttributeKey | InterchangeGroomComponentFactoryNode.h | ||
| Macro_CustomGroomUidKey | const UE::Interchange::FAttributeKey | InterchangeGroomComponentFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetGroomBindingDependencyUid
(
FString& AttributeValue |
Get the groom binding asset to apply on the groom component | InterchangeGroomComponentFactoryNode.h |
|
bool GetGroomDependencyUid
(
FString& AttributeValue |
Get the groom asset to apply on the groom component | InterchangeGroomComponentFactoryNode.h |
|
bool SetGroomBindingDependencyUid
(
const FString& AttributeValue |
Set the groom binding asset to apply on the groom component | InterchangeGroomComponentFactoryNode.h |
|
bool SetGroomDependencyUid
(
const FString& AttributeValue |
Set the groom asset to apply on the groom component | InterchangeGroomComponentFactoryNode.h |
|
Public Virtual
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetObjectClass() |
InterchangeGroomComponentFactoryNode.h |
Overridden from UInterchangeBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetTypeName() |
InterchangeGroomComponentFactoryNode.h |