#pragma once #include "CoreMinimal.h" #include "OnPlayerShieldDestroyedDelegate.generated.h" class AActor; UDELEGATE(BlueprintCallable) DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FOnPlayerShieldDestroyed, AActor*, Character);