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

16 lines
477 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "UObject/NoExportTypes.h"
#include "GunTowerModuleAnimInstance.h"
#include "RandomFireModuleAnimInstance.generated.h"
UCLASS(Blueprintable, NonTransient)
class URandomFireModuleAnimInstance : public UGunTowerModuleAnimInstance {
GENERATED_BODY()
public:
UPROPERTY(BlueprintReadWrite, EditAnywhere, Transient, meta=(AllowPrivateAccess=true))
FRotator OtherLookatRotation;
URandomFireModuleAnimInstance();
};