unreal.ToolsetLibraryNestedStruct

class unreal.ToolsetLibraryNestedStruct(name: str = '', inner: ToolsetLibraryTestStruct = Ellipsis)

Bases: StructBase

Two-level nested struct used for verifying that the unmatched-key path builder reports the full chain (Outer.Inner.unmatchedKey) and that the per-chain-depth path is collision-free when the same field name appears at multiple struct levels.

C++ Source:

  • Plugin: ToolsetRegistry

  • Module: ToolsetRegistry

  • File: ToolsetJsonTest.h

Editor Properties: (see get_editor_property/set_editor_property)

  • inner (ToolsetLibraryTestStruct): [Read-Write]

  • name (str): [Read-Write]

property inner: ToolsetLibraryTestStruct

[Read-Write]

Type:

(ToolsetLibraryTestStruct)

property name: str

[Read-Write]

Type:

(str)