Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
| Name | UInterchangeGeometryCacheNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeMeshNode.h |
| Include Path | #include "InterchangeMeshNode.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UInterchangeGeometryCacheNode : public UInterchangeMeshNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeMeshNode → UInterchangeGeometryCacheNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UInterchangeGeometryCacheNode() |
InterchangeMeshNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomEndFrameKey | const UE::Interchange::FAttributeKey | InterchangeMeshNode.h | ||
| Macro_CustomFrameRateKey | const UE::Interchange::FAttributeKey | InterchangeMeshNode.h | ||
| Macro_CustomHasConstantTopologyKey | const UE::Interchange::FAttributeKey | InterchangeMeshNode.h | ||
| Macro_CustomStartFrameKey | const UE::Interchange::FAttributeKey | InterchangeMeshNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomEndFrame
(
int32& AttributeValue |
Query the end frame of the animated mesh. Return false if the attribute was not set. | InterchangeMeshNode.h |
|
bool GetCustomFrameRate
(
double& AttributeValue |
Query the frame rate of the animated mesh. Return false if the attribute was not set. | InterchangeMeshNode.h |
|
bool GetCustomHasConstantTopology
(
bool& AttributeValue |
Query whether this animated mesh has constant topoplogy. Return false if the attribute was not set. | InterchangeMeshNode.h |
|
bool GetCustomStartFrame
(
int32& AttributeValue |
Query the start frame of the animated mesh. Return false if the attribute was not set. | InterchangeMeshNode.h |
|
bool SetCustomEndFrame
(
const int32& AttributeValue |
Set the end frame of the animated mesh. Return false if the attribute could not be set. | InterchangeMeshNode.h |
|
bool SetCustomFrameRate
(
const double& AttributeValue |
Set the frame rate of the animated mesh. Return false if the attribute could not be set. | InterchangeMeshNode.h |
|
bool SetCustomHasConstantTopology
(
const bool& AttributeValue |
Set the constant topology attribute of this animated mesh. | InterchangeMeshNode.h |
|
bool SetCustomStartFrame
(
const int32& AttributeValue |
Set the start frame of the animated mesh. Return false if the attribute could not be set. | InterchangeMeshNode.h |
|