Tala Esenlikler

EInteractionUIProjectionVisibilityScope

Visibility scope for a projected interaction UI payload.

Interaction Framework 1.0.0 UE5.8 Enum InteractionViewModel.h

Visibility scope for a projected interaction UI payload.

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

Values

None 0
No projection should be visible.
OwnerOnly 1
Projection is intended for the owning/local interactor only.
SharedPassive 2
Projection can be shown passively to other viewers.
SharedInteractive 3
Projection can be shown and interacted with by shared viewers.

Related Docs