unreal.NiagaraToolsetInstancedValue¶
- class unreal.NiagaraToolsetInstancedValue¶
Bases:
StructBaseWrapper struct for FInstancedStruct that simplifies JSON conversion.
Represents an instanced value that can be one of multiple allowed struct types. The allowed types are determined by BaseStruct metadata (auto-discovered derived types) and optional AdditionalTypes metadata (explicitly specified types).
When working with this type, check the JSON schema’s oneOf array to see all valid types. Specialized types (derived from BaseStruct) are listed first, followed by additional types.
C++ Source:
Plugin: NiagaraToolsets
Module: NiagaraToolsets
File: NiagaraToolsetJsonConverters.h
Editor Properties: (see get_editor_property/set_editor_property)
struct(ScriptStruct): [Read-Write] The struct type for this instanced value. Must match one of the allowed types in the schema.