Skip to content

Commit

Permalink
Add developer comment data field to Widget Blueprint Hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Sep 16, 2024
1 parent ededb80 commit d9a389c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified Mods/SML/Content/RootGameInstanceModule_SML.uasset
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ class SML_API UWidgetBlueprintHookData : public UDataAsset {
public:
UWidgetBlueprintHookData();

/** Use this field to leave future you notes about what this hook is supposed to accomplish */
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Default", meta = (MultiLine = "true"))
FString DeveloperComment;

/** Widget Blueprint to hook */
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Default", BlueprintSetter = SetWidgetClass)
TSoftClassPtr<UUserWidget> WidgetClass;
Expand Down

0 comments on commit d9a389c

Please sign in to comment.