You've already forked LuckyWorld
Optimize WB_SelectGoalMenu
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
|
||||
class UComboBoxString;
|
||||
class UPathfindingSelectorUserWidget;
|
||||
class USizeBox;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@ -26,14 +27,39 @@ public:
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
UPathfindingSelectorUserWidget* NavigateSimpleEnvironments;
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
UUserWidget* CreatedUserWidget;
|
||||
|
||||
public:
|
||||
FTimerHandle DelayAddGoalTimerHandle;
|
||||
|
||||
public:
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
bool bInitAddOption;
|
||||
|
||||
public:
|
||||
UFUNCTION(BlueprintCallable, BlueprintImplementableEvent)
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void DoSelectionChanged(const FString& SelectedItem);
|
||||
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void DoCloseWindow();
|
||||
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void DoAutoConfirm();
|
||||
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void DoAddGoalAndStopTracing();
|
||||
|
||||
void DelayAddGoal();
|
||||
public:
|
||||
UFUNCTION(BlueprintPure, BlueprintImplementableEvent)
|
||||
UComboBoxString* GetComboBoxString();
|
||||
|
||||
UFUNCTION(BlueprintPure, BlueprintImplementableEvent)
|
||||
USizeBox* GetSizeBox();
|
||||
|
||||
UFUNCTION(BlueprintCallable, BlueprintImplementableEvent)
|
||||
void DoSendDetail(const FString& Explanationn);
|
||||
|
||||
UFUNCTION(BlueprintCallable, BlueprintImplementableEvent)
|
||||
void DoSaveGoalsBTNClick();
|
||||
};
|
||||
|
Reference in New Issue
Block a user