Skip to content
Snippets Groups Projects
Commit 807b1a54 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

chore(interaction): fixes DisplayName of InteractionRayVisibility still using the old system

parent bf2d95fd
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ enum EInteractionRayVisibility
Visible UMETA(DisplayName = "Interaction ray visible"),
VisibleOnHoverOnly UMETA(
DisplayName =
"Interaction ray only visible when hovering over Clickable or Targetable objects, or interactable widgets"),
"Interaction ray only visible when hovering over interactable world UI widgets"),
Invisible UMETA(DisplayName = "Interaction ray invisible")
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment