unreal.MetaSoundDocumentInfo

class unreal.MetaSoundDocumentInfo(document_version: MetasoundFrontendVersionNumber = Ellipsis, is_preset: bool = False)

Bases: StructBase

Meta Sound Document Info

C++ Source:

  • Plugin: Metasound

  • Module: MetasoundFrontend

  • File: MetasoundAssetManager.h

Editor Properties: (see get_editor_property/set_editor_property)

  • document_version (MetasoundFrontendVersionNumber): [Read-Write] Version of document

  • is_preset (bool): [Read-Write] Whether asset is a preset or not.

property document_version: MetasoundFrontendVersionNumber

[Read-Only] Version of document

Type:

(MetasoundFrontendVersionNumber)

property is_preset: bool

[Read-Only] Whether asset is a preset or not.

Type:

(bool)