📘 RelationshipEvent Data Guide¶
🧩 Struct: FB1RelationshipEventTableRow¶
Defines a relationship event triggered by specific conditions and executed with scripts.
Properties¶
- Id (
FName
): Unique identifier for the event. - TriggerData (
FB1RelationshipEventTriggerData
): Event trigger information. - EventConditions (
TArray<FB1Condition>
): Conditions that must be met to trigger this event. - EventExecutes (
TArray<FB1Execute>
): List of script applied when the event occurs.