mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +00:00
Allow SetFocusProperly to be called by blueprints
This commit is contained in:
parent
407eedf59c
commit
cbca5e9cc9
@ -14,7 +14,7 @@ class STEVESUEHELPERS_API UFocusableUserWidget : public UUserWidget
|
|||||||
public:
|
public:
|
||||||
/// UWidget::SetFocus is not virtual FFS. This does the same as SetFocus by default but can be overridden,
|
/// UWidget::SetFocus is not virtual FFS. This does the same as SetFocus by default but can be overridden,
|
||||||
/// e.g. to delegate focus to specific children
|
/// e.g. to delegate focus to specific children
|
||||||
UFUNCTION(BlueprintNativeEvent)
|
UFUNCTION(BlueprintNativeEvent, BlueprintCallable)
|
||||||
void SetFocusProperly();
|
void SetFocusProperly();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user