Tala Esenlikler

EInteractionRuntimeIntegerComparisonOperator

Integer comparison operation used by count-based requirements.

Interaction Framework 1.0.0 UE5.8 Enum InteractionRuntimeLocalPlayerCountRequirement.h

Integer comparison operation used by count-based requirements.

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

Values

Equal 0
Passes when values are equal.
NotEqual 1
Passes when values are not equal.
LessThan 2
Passes when the actual value is lower than the configured value.
LessThanOrEqual 3
Passes when the actual value is lower than or equal to the configured value.
GreaterThan 4
Passes when the actual value is greater than the configured value.
GreaterThanOrEqual 5
Passes when the actual value is greater than or equal to the configured value.

Related Docs