5#include "CoreMinimal.h"
7#include "HintManager.generated.h"
31 void HintActivated(
bool Activate);
36 UPROPERTY(BlueprintAssignable)
37 FOnHintActivated OnHintActivated;
#define DECLARE_EVENT_HANDLER(TEvent)
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FOnHintActivated, bool, Activate)
It provides functionalities for handling events, sending events, and managing a private owner....
Manager that provides functionality for managing hint activation events.
FOnHintActivated OnHintActivated
Event delegate for hint activation.
DECLARE_EVENT_HANDLER(UInitializationEvent)
Event called when we on init experience.