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

10 lines
318 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "UObject/NoExportTypes.h"
#include "Templates/SubclassOf.h"
#include "SpawnActorDelegateDelegate.generated.h"
class AActor;
UDELEGATE(BlueprintCallable) DECLARE_DYNAMIC_DELEGATE_TwoParams(FSpawnActorDelegate, TSubclassOf<AActor>, Actor, const FTransform&, Transform);