Skip to content

📘 ObjectCondition Data Guide

🧩 Struct: FB1ObjectConditionTableRow

Defines the conditions under which an object becomes enabled or available in-game.

Properties

  • Id (FName): Unique identifier for this condition entry.
  • EnableConditions (TArray<FB1Condition>): List of conditions that must be met to enable the object.

📚 References