Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
| Name | FInterchangeMeshPayLoadKey |
| Type | struct |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeMeshNode.h |
| Include Path | #include "InterchangeMeshNode.h" |
Syntax
USTRUCT (BlueprintType )
struct FInterchangeMeshPayLoadKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| InterchangeMeshNode.h | |||
FInterchangeMeshPayLoadKey
(
const FString& InUniqueId, |
InterchangeMeshNode.h | ||
FInterchangeMeshPayLoadKey
(
const FString& InUniqueId, |
InterchangeMeshNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameNumber | int32 | InterchangeMeshNode.h |
|
|
| Type | EInterchangeMeshPayLoadType | InterchangeMeshNode.h |
|
|
| UniqueId | FString | InterchangeMeshNode.h |
|
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetTransformString
(
const FTransform& Transform |
Return the translator key merge with the transform. | InterchangeMeshNode.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FInterchangeMeshPayLoadKey& Other |
InterchangeMeshNode.h |