Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeGroomCacheFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeGroomCacheFactoryNode.h |
| Include Path | #include "InterchangeGroomCacheFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeGroomCacheFactoryNode : public UInterchangeFactoryBaseNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeGroomCacheFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomEndFrameKey | const UE::Interchange::FAttributeKey | InterchangeGroomCacheFactoryNode.h | ||
| Macro_CustomFrameRateKey | const UE::Interchange::FAttributeKey | InterchangeGroomCacheFactoryNode.h | ||
| Macro_CustomGroomAssetPathKey | const UE::Interchange::FAttributeKey | InterchangeGroomCacheFactoryNode.h | ||
| Macro_CustomGroomCacheAttributesKey | const UE::Interchange::FAttributeKey | InterchangeGroomCacheFactoryNode.h | ||
| Macro_CustomImportTypeKey | const UE::Interchange::FAttributeKey | InterchangeGroomCacheFactoryNode.h | ||
| Macro_CustomNumFramesKey | const UE::Interchange::FAttributeKey | InterchangeGroomCacheFactoryNode.h | ||
| Macro_CustomStartFrameKey | const UE::Interchange::FAttributeKey | InterchangeGroomCacheFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomEndFrame
(
int32& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool GetCustomFrameRate
(
double& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool GetCustomGroomAssetPath
(
FSoftObjectPath& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool GetCustomGroomCacheAttributes
(
EInterchangeGroomCacheAttributes& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool GetCustomGroomCacheImportType
(
EInterchangeGroomCacheImportType& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool GetCustomNumFrames
(
int32& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool GetCustomStartFrame
(
int32& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool SetCustomEndFrame
(
const int32& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool SetCustomFrameRate
(
const double& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool SetCustomGroomAssetPath
(
const FSoftObjectPath& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool SetCustomGroomCacheAttributes
(
const EInterchangeGroomCacheAttributes& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool SetCustomGroomCacheImportType
(
const EInterchangeGroomCacheImportType& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool SetCustomNumFrames
(
const int32& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
|
bool SetCustomStartFrame
(
const int32& AttributeValue |
InterchangeGroomCacheFactoryNode.h |
|
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetObjectClass() |
InterchangeGroomCacheFactoryNode.h |
Overridden from UInterchangeBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetTypeName() |
InterchangeGroomCacheFactoryNode.h |