Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
Struct enabling property migration of data that must be applied prior to versioning logic.
| Name | IPropertyVersionTransform |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include Path | #include "MetasoundFrontendDocumentBuilder.h" |
Syntax
struct IPropertyVersionTransform
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPropertyVersionTransform() |
MetasoundFrontendDocumentBuilder.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Transform
(
FMetaSoundFrontendDocumentBuilder& Builder |
MetasoundFrontendDocumentBuilder.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FMetasoundFrontendDocument & GetDocumentUnsafe
(
const FMetaSoundFrontendDocumentBuilder& Builder |
Allows for unsafe access to a document for property migration. | MetasoundFrontendDocumentBuilder.h |