Tala Esenlikler

EInteractionRuntimeVariantSelectionScope

Scope used when resolving automatic variants.

Interaction Framework 1.0.0 UE5.8 Enum InteractionRuntimeTargetDefinition.h

Scope used when resolving automatic variants.

Module InteractionFrameworkRuntime
Category authoring
UENUM(BlueprintType)
enum class EInteractionRuntimeVariantSelectionScope : uint8

Values

Shared 0
Resolve this automatic variant on the target and share it with every interactor.
PerInteractor 1
Resolve this automatic variant independently for each requesting interactor.

Related Docs