mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
94 lines
7.5 KiB
C++
94 lines
7.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BP_ReplayPC_Athena
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteGame_structs.hpp"
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass BP_ReplayPC_Athena.BP_ReplayPC_Athena_C
|
|
// 0x00A8 (0x2918 - 0x2870)
|
|
class ABP_ReplayPC_Athena_C final : public AFortReplaySpectatorAthena
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x2870(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
TMap<float, class USoundMix*> PlaybackRateMap; // 0x2878(0x0050)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance)
|
|
float CurrentPlayRate; // 0x28C8(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool bIsFast; // 0x28CC(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_28CD[0x3]; // 0x28CD(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class UAudioComponent* SpeedupLoop; // 0x28D0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class UAudioComponent* SlowdownLoop; // 0x28D8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool bIsHudVisible; // 0x28E0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_28E1[0x7]; // 0x28E1(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class UAudioComponent* ZoomOutLoop; // 0x28E8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class UAudioComponent* ZoomInLoop; // 0x28F0(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool bIsSkydivingAudioEnabled; // 0x28F8(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
|
|
bool bIsTargetParachuting; // 0x28F9(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
|
|
bool bIsTargetSkydiving; // 0x28FA(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_28FB[0x5]; // 0x28FB(0x0005)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class UAudioComponent* SkydivingAudioLoop; // 0x2900(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool bIsPaused; // 0x2908(0x0001)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_2909[0x7]; // 0x2909(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class USoundBase* CurrentSkydivingSound; // 0x2910(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_BP_ReplayPC_Athena(int32 EntryPoint);
|
|
void Looping_Audio_Update();
|
|
void Handle_Parachute_Audio_State();
|
|
void On_Pause_State_Changed(bool bPaused);
|
|
void OnZoomInBegin();
|
|
void OnZoomInEnd();
|
|
void OnZoomOutBegin();
|
|
void OnZoomOutEnd();
|
|
void OnReplayHudVisibilityChanged(const EHudVisibilityState IsVisible);
|
|
void _Speedup_Loops(float Playback_Multiplier);
|
|
void OnNotifyNewPlaybackMultiplier(float NewMultiplier);
|
|
void ReceiveBeginPlay();
|
|
void UserConstructionScript();
|
|
class USoundBase* GetSkydivingSound();
|
|
void SetSkydivingAudioEnabled(bool Enabled);
|
|
void IsGameplayCamera(bool* Param_IsGameplayCamera);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"BP_ReplayPC_Athena_C">();
|
|
}
|
|
static class ABP_ReplayPC_Athena_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<ABP_ReplayPC_Athena_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(ABP_ReplayPC_Athena_C) == 0x000008, "Wrong alignment on ABP_ReplayPC_Athena_C");
|
|
static_assert(sizeof(ABP_ReplayPC_Athena_C) == 0x002918, "Wrong size on ABP_ReplayPC_Athena_C");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, UberGraphFrame) == 0x002870, "Member 'ABP_ReplayPC_Athena_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, PlaybackRateMap) == 0x002878, "Member 'ABP_ReplayPC_Athena_C::PlaybackRateMap' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, CurrentPlayRate) == 0x0028C8, "Member 'ABP_ReplayPC_Athena_C::CurrentPlayRate' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, bIsFast) == 0x0028CC, "Member 'ABP_ReplayPC_Athena_C::bIsFast' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, SpeedupLoop) == 0x0028D0, "Member 'ABP_ReplayPC_Athena_C::SpeedupLoop' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, SlowdownLoop) == 0x0028D8, "Member 'ABP_ReplayPC_Athena_C::SlowdownLoop' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, bIsHudVisible) == 0x0028E0, "Member 'ABP_ReplayPC_Athena_C::bIsHudVisible' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, ZoomOutLoop) == 0x0028E8, "Member 'ABP_ReplayPC_Athena_C::ZoomOutLoop' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, ZoomInLoop) == 0x0028F0, "Member 'ABP_ReplayPC_Athena_C::ZoomInLoop' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, bIsSkydivingAudioEnabled) == 0x0028F8, "Member 'ABP_ReplayPC_Athena_C::bIsSkydivingAudioEnabled' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, bIsTargetParachuting) == 0x0028F9, "Member 'ABP_ReplayPC_Athena_C::bIsTargetParachuting' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, bIsTargetSkydiving) == 0x0028FA, "Member 'ABP_ReplayPC_Athena_C::bIsTargetSkydiving' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, SkydivingAudioLoop) == 0x002900, "Member 'ABP_ReplayPC_Athena_C::SkydivingAudioLoop' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, bIsPaused) == 0x002908, "Member 'ABP_ReplayPC_Athena_C::bIsPaused' has a wrong offset!");
|
|
static_assert(offsetof(ABP_ReplayPC_Athena_C, CurrentSkydivingSound) == 0x002910, "Member 'ABP_ReplayPC_Athena_C::CurrentSkydivingSound' has a wrong offset!");
|
|
|
|
}
|
|
|