mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
96 lines
9.7 KiB
C++
96 lines
9.7 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BP_ZipLine_Athena_Harness
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "Engine_classes.hpp"
|
|
#include "FortniteGame_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass BP_ZipLine_Athena_Harness.BP_ZipLine_Athena_Harness_C
|
|
// 0x00A8 (0x03D8 - 0x0330)
|
|
class ABP_ZipLine_Athena_Harness_C final : public AActor
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0330(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UAudioComponent* TravelAudio; // 0x0338(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class UParticleSystemComponent* P_Zipline_AttachedToPlayer; // 0x0340(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class UStaticMeshComponent* SM_Zipline_Magnet; // 0x0348(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class UArrowComponent* Arrow; // 0x0350(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class UParticleSystemComponent* P_Zipline_Pulley_SpeedLines; // 0x0358(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class UStaticMeshComponent* SM_Zipline_Motor; // 0x0360(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class USceneComponent* Scene; // 0x0368(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class UParticleSystem* SpawnFX; // 0x0370(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class UParticleSystem* DestroyFX; // 0x0378(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class UParticleSystem* CollideDestroyVFX; // 0x0380(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float DegreesPerUpdate; // 0x0388(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_38C[0x4]; // 0x038C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class USoundBase* SpawnSound; // 0x0390(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class USoundBase* UnSpawnSound; // 0x0398(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class UAudioComponent* CurrentAttachDetachSound; // 0x03A0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class AFortPlayerPawn* AttachedPlayer; // 0x03A8(0x0008)(Edit, BlueprintVisible, Net, ZeroConstructor, DisableEditOnTemplate, IsPlainOldData, NoDestructor, ExposeOnSpawn, HasGetValueTypeHash)
|
|
TArray<class ABP_ZipLine_Athena_Harness_C*> OtherMotors; // 0x03B0(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, DisableEditOnInstance)
|
|
class USoundBase* DestroySound; // 0x03C0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool HasHitAnotherPlayer; // 0x03C8(0x0001)(Edit, BlueprintVisible, Net, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_3C9[0x3]; // 0x03C9(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
|
float ZiplineChimeVisualUpdate; // 0x03CC(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FTimerHandle ChimeTimer; // 0x03D0(0x0008)(Edit, BlueprintVisible, DisableEditOnInstance, NoDestructor, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_BP_ZipLine_Athena_Harness(int32 EntryPoint);
|
|
void Chime_Visual();
|
|
void HandleOnDied(class AActor* DamagedActor, float Damage, class AController* InstigatedBy, class AActor* DamageCauser, const struct FVector& HitLocation, class UPrimitiveComponent* FHitComponent, class FName BoneName, const struct FVector& Momentum);
|
|
void ReceiveBeginPlay();
|
|
void ReceiveDestroyed();
|
|
void Start_Travel_Audio();
|
|
void Stop_Travel_Audio();
|
|
void UserConstructionScript();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"BP_ZipLine_Athena_Harness_C">();
|
|
}
|
|
static class ABP_ZipLine_Athena_Harness_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<ABP_ZipLine_Athena_Harness_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(ABP_ZipLine_Athena_Harness_C) == 0x000008, "Wrong alignment on ABP_ZipLine_Athena_Harness_C");
|
|
static_assert(sizeof(ABP_ZipLine_Athena_Harness_C) == 0x0003D8, "Wrong size on ABP_ZipLine_Athena_Harness_C");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, UberGraphFrame) == 0x000330, "Member 'ABP_ZipLine_Athena_Harness_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, TravelAudio) == 0x000338, "Member 'ABP_ZipLine_Athena_Harness_C::TravelAudio' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, P_Zipline_AttachedToPlayer) == 0x000340, "Member 'ABP_ZipLine_Athena_Harness_C::P_Zipline_AttachedToPlayer' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, SM_Zipline_Magnet) == 0x000348, "Member 'ABP_ZipLine_Athena_Harness_C::SM_Zipline_Magnet' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, Arrow) == 0x000350, "Member 'ABP_ZipLine_Athena_Harness_C::Arrow' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, P_Zipline_Pulley_SpeedLines) == 0x000358, "Member 'ABP_ZipLine_Athena_Harness_C::P_Zipline_Pulley_SpeedLines' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, SM_Zipline_Motor) == 0x000360, "Member 'ABP_ZipLine_Athena_Harness_C::SM_Zipline_Motor' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, Scene) == 0x000368, "Member 'ABP_ZipLine_Athena_Harness_C::Scene' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, SpawnFX) == 0x000370, "Member 'ABP_ZipLine_Athena_Harness_C::SpawnFX' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, DestroyFX) == 0x000378, "Member 'ABP_ZipLine_Athena_Harness_C::DestroyFX' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, CollideDestroyVFX) == 0x000380, "Member 'ABP_ZipLine_Athena_Harness_C::CollideDestroyVFX' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, DegreesPerUpdate) == 0x000388, "Member 'ABP_ZipLine_Athena_Harness_C::DegreesPerUpdate' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, SpawnSound) == 0x000390, "Member 'ABP_ZipLine_Athena_Harness_C::SpawnSound' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, UnSpawnSound) == 0x000398, "Member 'ABP_ZipLine_Athena_Harness_C::UnSpawnSound' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, CurrentAttachDetachSound) == 0x0003A0, "Member 'ABP_ZipLine_Athena_Harness_C::CurrentAttachDetachSound' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, AttachedPlayer) == 0x0003A8, "Member 'ABP_ZipLine_Athena_Harness_C::AttachedPlayer' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, OtherMotors) == 0x0003B0, "Member 'ABP_ZipLine_Athena_Harness_C::OtherMotors' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, DestroySound) == 0x0003C0, "Member 'ABP_ZipLine_Athena_Harness_C::DestroySound' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, HasHitAnotherPlayer) == 0x0003C8, "Member 'ABP_ZipLine_Athena_Harness_C::HasHitAnotherPlayer' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, ZiplineChimeVisualUpdate) == 0x0003CC, "Member 'ABP_ZipLine_Athena_Harness_C::ZiplineChimeVisualUpdate' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ZipLine_Athena_Harness_C, ChimeTimer) == 0x0003D0, "Member 'ABP_ZipLine_Athena_Harness_C::ChimeTimer' has a wrong offset!");
|
|
|
|
}
|
|
|