Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeGroomBindingFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeGroomBindingFactoryNode.h |
| Include Path | #include "InterchangeGroomBindingFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeGroomBindingFactoryNode : public UInterchangeFactoryBaseNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeGroomBindingFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomNumInterpolationPointsKey | const UE::Interchange::FAttributeKey | InterchangeGroomBindingFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetNumInterpolationPoints
(
int32& AttributeValue |
Get the number of points used for the rbf interpolation | InterchangeGroomBindingFactoryNode.h |
|
bool SetNumInterpolationPoints
(
int32 AttributeValue |
Set the number of points used for the rbf interpolation | InterchangeGroomBindingFactoryNode.h |
|
Public Virtual
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetObjectClass() |
InterchangeGroomBindingFactoryNode.h |
Overridden from UInterchangeBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetTypeName() |
InterchangeGroomBindingFactoryNode.h |