DRG-Femboy-Voice/Source/FSD/Public/CoolDownProgressDelegateDelegate.h
2025-04-15 12:39:31 -07:00

9 lines
332 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "CoolDownProgressStyle.h"
#include "CoolDownProgressDelegateDelegate.generated.h"
class UObject;
UDELEGATE(BlueprintCallable) DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams(FCoolDownProgressDelegate, UObject*, CoolDownObject, const FCoolDownProgressStyle&, Style, float, Progress);