Files
Alphanium/CppSDK/SDK/AnimNotifyState_DisableSteering_classes.hpp

44 lines
1.2 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: AnimNotifyState_DisableSteering
#include "Basic.hpp"
#include "Engine_classes.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// BlueprintGeneratedClass AnimNotifyState_DisableSteering.AnimNotifyState_DisableSteering_C
// 0x0000 (0x001C - 0x001C)
class UAnimNotifyState_DisableSteering_C final : public UAnimNotifyState
{
public:
bool Received_NotifyBegin(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation, float TotalDuration);
bool Received_NotifyEnd(class USkeletalMeshComponent* MeshComp, class UAnimSequenceBase* Animation);
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"AnimNotifyState_DisableSteering_C">();
}
static class UAnimNotifyState_DisableSteering_C* GetDefaultObj()
{
return GetDefaultObjImpl<UAnimNotifyState_DisableSteering_C>();
}
};
static_assert(alignof(UAnimNotifyState_DisableSteering_C) == 0x000004, "Wrong alignment on UAnimNotifyState_DisableSteering_C");
static_assert(sizeof(UAnimNotifyState_DisableSteering_C) == 0x00001C, "Wrong size on UAnimNotifyState_DisableSteering_C");
}
#pragma pack(pop)