Tala Esenlikler

EInteractionRuntimePlayerCountSource

Player-count source used by the player count requirement.

Interaction Framework 1.0.0 UE5.7 Enum InteractionRuntimeLocalPlayerCountRequirement.h

Player-count source used by the player count requirement.

Module InteractionFrameworkRuntime
Category requirements
UENUM(BlueprintType)
enum class EInteractionRuntimePlayerCountSource : uint8

Values

LocalPlayers 0
Counts local players, including split-screen players.
SessionPlayers 1
Counts session players, including server/remote participants where available.

Related Docs