unreal.MetasoundCommentNodeIntVector

class unreal.MetasoundCommentNodeIntVector(x: int = 0, y: int = 0)

Bases: IntVector2

Migratory type to avoid adding dependency on Slate FDeprecateSlateVector2D, and by extension, bring in unnecessary Engine dependencies therein. At one point, this dependency was incorrectly added leading to in-determinant serialization as either a double or a float vector. This type exists to resolve that discrepancy properly. Considered soft deprecated and not to be used for runtime.

C++ Source:

  • Plugin: Metasound

  • Module: MetasoundFrontend

  • File: MetasoundFrontendDocument.h

Editor Properties: (see get_editor_property/set_editor_property)

  • x (int32): [Read-Write]

  • y (int32): [Read-Write]