Skip to content

📘 EnqueueCondition Data Guide

🧩 Struct: FB1EnqueueConditionTableRow

Defines a set of conditions that must be satisfied before entering an interaction queue.

Properties

  • Id (FName): Unique identifier for this condition entry.
  • EnqueueConditions (TArray<FB1Condition>): List of logic conditions required for queuing.

📚 References