π CompanyCondition Data Guide¶
π§© Struct: FB1CompanyConditionTableRow¶
Defines a list of conditions that must be satisfied to unlock or validate company progression logic.
Properties¶
- Id (
FName
): Unique identifier for this condition entry. - DisplayName (
FString
): Localization key for the conditionβs display name. (StringTableKey = "Id") - Conditions (
TArray<FB1Condition>
): List of logic conditions used in rank advancement or availability.