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

20 lines
561 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "Animation/AnimInstance.h"
#include "CoreInfuserPlatformAnimInstance.generated.h"
UCLASS(Blueprintable, NonTransient)
class UCoreInfuserPlatformAnimInstance : public UAnimInstance {
GENERATED_BODY()
public:
protected:
UPROPERTY(BlueprintReadWrite, EditAnywhere, Transient, meta=(AllowPrivateAccess=true))
bool keyInserted;
UPROPERTY(BlueprintReadWrite, EditAnywhere, Transient, meta=(AllowPrivateAccess=true))
bool dispensRewards;
public:
UCoreInfuserPlatformAnimInstance();
};