Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | FNodeMigrationInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendNodeMigration.h |
| Include Path | #include "MetasoundFrontendNodeMigration.h" |
Syntax
struct FNodeMigrationInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassName | FNodeClassName | ClassName of node which was migrated. | MetasoundFrontendNodeMigration.h | |
| FromModule | FName | MetasoundFrontendNodeMigration.h | ||
| FromPlugin | FName | Prior plugin and module where node was registered. | MetasoundFrontendNodeMigration.h | |
| MajorVersion | int32 | Major version of node when migration happened. | MetasoundFrontendNodeMigration.h | |
| MinorVersion | int32 | Minor version of node when migration happened. | MetasoundFrontendNodeMigration.h | |
| ToModule | FName | MetasoundFrontendNodeMigration.h | ||
| ToPlugin | FName | New plugin and module where node is registered. | MetasoundFrontendNodeMigration.h | |
| UEVersion | FName | UE Version when migration occurred (e.g. "5.6") | MetasoundFrontendNodeMigration.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToString() |
MetasoundFrontendNodeMigration.h |