B1DecorationSpawnInfo
- Holds runtime spawn information for a single decoration instance in the world,
* including its ID, object ID, FX class, and world transform.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | Runtime identifier assigned to this decoration spawn instance. | |
| ObjectId | FName | Object ID of the decoration to spawn. | Category: B1DecorationSpawnInfo |
| FxObject | TSubclassOf | FX object class associated with this decoration spawn. | Category: B1DecorationSpawnInfo |
| SpawnTransform | FTransform | World transform at which this decoration is spawned. |