Source that supplied prompt text for a UI row.
UENUM(BlueprintType)
enum class EInteractionUIPromptSourceKind : uint8
Values
-
None
0 - No prompt source was used.
-
RequirementProvider
1 - A requirement-specific provider supplied the prompt text.
-
CommandProvider
2 - A command-specific provider supplied the prompt text.
-
DefaultProvider
3 - The default prompt provider supplied fallback text.