Requirement that compares the current player count against an authored value.
UCLASS(BlueprintType, EditInlineNew, DefaultToInstanced, CollapseCategories, DisplayName = "Player Count Requirement")
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionRuntimeLocalPlayerCountRequirement : public UInteractionRuntimeRequirement
Properties
Local Player Count Requirement
EInteractionRuntimeIntegerComparisonOperator Comparison
Comparison applied between the actual count and PlayerCount.
Use Cases
- Use UInteractionRuntimeLocalPlayerCountRequirement in the core-concepts workflow.