Tala Esenlikler

UInteractionRuntimeLocalPlayerCountRequirement

Requirement that compares the current player count against an authored value.

Interaction Framework 1.0.0 UE5.7 Class InteractionRuntimeLocalPlayerCountRequirement.h

Requirement that compares the current player count against an authored value.

Module InteractionFrameworkRuntime
Category requirements
UCLASS(BlueprintType, EditInlineNew, DefaultToInstanced, CollapseCategories, DisplayName = "Player Count Requirement")
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionRuntimeLocalPlayerCountRequirement : public UInteractionRuntimeRequirement

Properties

Local Player Count Requirement

Player Count

Authored player count used by the comparison.

int32

Use Cases

  • Use UInteractionRuntimeLocalPlayerCountRequirement in the core-concepts workflow.

Related Docs