mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-02 04:03:46 +00:00
9 lines
246 B
C++
9 lines
246 B
C++
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "OnBeginSpectatingDelegate.generated.h"
|
|
|
|
class AFortPlayerStateZone;
|
|
|
|
UDELEGATE(BlueprintCallable) DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FOnBeginSpectating, AFortPlayerStateZone*, Spectator);
|
|
|