Tala Esenlikler

EInteractionUIProjectionSourceKind

Source that produced a UI projection bundle.

Interaction Framework 1.0.0 UE5.7 Enum InteractionViewModel.h

Source that produced a UI projection bundle.

Module InteractionFrameworkAPI
Category ui
UENUM(BlueprintType)
enum class EInteractionUIProjectionSourceKind : uint8

Values

OwnerProjection 0
Projection was produced for the owning interactor.
FocusedHandle 1
Projection was produced from the currently focused point handle.
VisibleHandle 2
Projection was produced from a visible point handle.
OutOfRangeHandle 3
Projection was produced for a point outside interaction range.

Related Docs