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

10 lines
360 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "ECharselectionCameraLocation.h"
#include "Templates/SubclassOf.h"
#include "ShowViewer3DSignatureDelegate.generated.h"
class AActor;
UDELEGATE(BlueprintCallable) DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FShowViewer3DSignature, TSubclassOf<AActor>, Actor, ECharselectionCameraLocation, selectionLocation);