UI behavior when a client-side requirement denies availability.
UENUM(BlueprintType)
enum class EInteractionRuntimeRequirementUIPolicy : uint8
Values
-
Inactive
0 - Show the prompt as inactive/blocked.
-
ForcePOI
1 - Force point-of-interest visibility even when interaction is denied.
-
Hide
2 - Hide the prompt or point from UI.