Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include | #include "MetasoundFrontendDocument.h" |
Syntax
class FMetasoundFrontendDocumentModifyContext
Remarks
Struct containing any modified data breadcrumbs to inform what the editor/view layer must synchronize or refresh.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddInterfaceModified
(
FName InInterfaceModified |
Adds an interface name to the set of interfaces that have been modified since last context reset/construction. | |
| void | AddInterfacesModified
(
const TSet< FName >& InInterfacesModified |
Performs union of provided interface set with the set of interfaces that have been modified since last context reset/construction. | |
| void | AddMemberIDModified
(
const FGuid& InMemberNodeIDModified |
Adds a MemberID to the set of MemberIDs that have been modified since last context reset/construction. | |
| void | AddMemberIDsModified
(
const TSet< FGuid >& InMemberIDsModified |
Performs union of provided MemberIDs set with the set of MemberIDs that have been modified since last context reset/construction. | |
| void | AddNodeIDModified
(
const FGuid& InNodeIDModified |
Performs union of provided NodeID set with the set of NodeIDs that have been modified since last context reset/construction. | |
| void | AddNodeIDsModified
(
const TSet< FGuid >& InNodeIDsModified |
Performs union of provided NodeID set with the set of NodeIDs that have been modified since last context reset/construction. | |
| void | |||
| bool | |||
| bool | |||
| const TSet< FName > & | |||
| const TSet< FGuid > & | |||
| const TSet< FGuid > & | |||
| void | Reset () |
||
| void | |||
| void |