mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
78 lines
5.7 KiB
C++
78 lines
5.7 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BP_VictoryDrone
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "Engine_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass BP_VictoryDrone.BP_VictoryDrone_C
|
|
// 0x0060 (0x03F0 - 0x0390)
|
|
class ABP_VictoryDrone_C : public APawn
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0390(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class USkeletalMeshComponentBudgeted* SkeletalMeshComponentBudgeted; // 0x0398(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class UParticleSystemComponent* SpawnEffect; // 0x03A0(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class UStaticMeshComponent* StaticMesh; // 0x03A8(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
UMulticastDelegateProperty_ SpawnOutAnimEndedDispatcher; // 0x03B0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, BlueprintAssignable, BlueprintCallable)
|
|
float AnimPlayRate; // 0x03C0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3C4[0x4]; // 0x03C4(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class UMaterialInstanceDynamic* StaticMeshMID; // 0x03C8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool TeleportIn; // 0x03D0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn)
|
|
bool IsAthena; // 0x03D1(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn)
|
|
uint8 Pad_3D2[0x6]; // 0x03D2(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class AFortPawn* TargetPlayer; // 0x03D8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, IsPlainOldData, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash)
|
|
class UParticleSystemComponent* CharacterAttached; // 0x03E0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool InLobby; // 0x03E8(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, ExposeOnSpawn)
|
|
|
|
public:
|
|
void SpawnOutAnimEndedDispatcher__DelegateSignature(class ABP_VictoryDrone_C* Drone);
|
|
void ExecuteUbergraph_BP_VictoryDrone(int32 EntryPoint);
|
|
void ReceiveTick(float DeltaSeconds);
|
|
void OnSpawnOutAnimEnded(class UAnimMontage* Montage, bool bInterrupted);
|
|
void ReceiveBeginPlay();
|
|
void UserConstructionScript();
|
|
void InitDrone();
|
|
void PlaySpawnAnim();
|
|
void NotifyTeleportFinishedTriggered();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"BP_VictoryDrone_C">();
|
|
}
|
|
static class ABP_VictoryDrone_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<ABP_VictoryDrone_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(ABP_VictoryDrone_C) == 0x000008, "Wrong alignment on ABP_VictoryDrone_C");
|
|
static_assert(sizeof(ABP_VictoryDrone_C) == 0x0003F0, "Wrong size on ABP_VictoryDrone_C");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, UberGraphFrame) == 0x000390, "Member 'ABP_VictoryDrone_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, SkeletalMeshComponentBudgeted) == 0x000398, "Member 'ABP_VictoryDrone_C::SkeletalMeshComponentBudgeted' has a wrong offset!");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, SpawnEffect) == 0x0003A0, "Member 'ABP_VictoryDrone_C::SpawnEffect' has a wrong offset!");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, StaticMesh) == 0x0003A8, "Member 'ABP_VictoryDrone_C::StaticMesh' has a wrong offset!");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, SpawnOutAnimEndedDispatcher) == 0x0003B0, "Member 'ABP_VictoryDrone_C::SpawnOutAnimEndedDispatcher' has a wrong offset!");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, AnimPlayRate) == 0x0003C0, "Member 'ABP_VictoryDrone_C::AnimPlayRate' has a wrong offset!");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, StaticMeshMID) == 0x0003C8, "Member 'ABP_VictoryDrone_C::StaticMeshMID' has a wrong offset!");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, TeleportIn) == 0x0003D0, "Member 'ABP_VictoryDrone_C::TeleportIn' has a wrong offset!");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, IsAthena) == 0x0003D1, "Member 'ABP_VictoryDrone_C::IsAthena' has a wrong offset!");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, TargetPlayer) == 0x0003D8, "Member 'ABP_VictoryDrone_C::TargetPlayer' has a wrong offset!");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, CharacterAttached) == 0x0003E0, "Member 'ABP_VictoryDrone_C::CharacterAttached' has a wrong offset!");
|
|
static_assert(offsetof(ABP_VictoryDrone_C, InLobby) == 0x0003E8, "Member 'ABP_VictoryDrone_C::InLobby' has a wrong offset!");
|
|
|
|
}
|
|
|