Files
EscapeTheBackrooms_Internal/EscapeTheBackroomsGUiTest/SDK/SDK/BP_EnergyBar_classes.hpp
2024-04-20 14:19:09 +02:00

52 lines
5.3 KiB
C++

#pragma once
// Dumped with Dumper-7!
namespace SDK
{
//---------------------------------------------------------------------------------------------------------------------
// CLASSES
//---------------------------------------------------------------------------------------------------------------------
// 0x38 (0x290 - 0x258)
// BlueprintGeneratedClass BP_EnergyBar.BP_EnergyBar_C
class ABP_EnergyBar_C : public ABP_Item_C
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x258(0x8)(ZeroConstructor, Transient, DuplicateTransient)
class UStaticMeshComponent* StaticMesh; // 0x260(0x8)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
class UStaticMeshComponent* StaticMesh2; // 0x268(0x8)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
class UStaticMeshComponent* StaticMesh1; // 0x270(0x8)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
float Timeline_0_Y_0779EE794E105AA3B4D9F38CAA933400; // 0x278(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float Timeline_0_X_0779EE794E105AA3B4D9F38CAA933400; // 0x27C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
enum class ETimelineDirection Timeline_0__Direction_0779EE794E105AA3B4D9F38CAA933400; // 0x280(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2319[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
class UTimelineComponent* Timeline_0; // 0x288(0x8)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
static class UClass* StaticClass();
static class ABP_EnergyBar_C* GetDefaultObj();
void SetMaterial(bool EnabledFOV);
void Timeline_0__FinishedFunc();
void Timeline_0__UpdateFunc();
void OnNotifyEnd_2EF3CB7C458DDF5DC53EA4A7CA6DA62A(class FName NotifyName);
void OnNotifyBegin_2EF3CB7C458DDF5DC53EA4A7CA6DA62A(class FName NotifyName);
void OnInterrupted_2EF3CB7C458DDF5DC53EA4A7CA6DA62A(class FName NotifyName);
void OnBlendOut_2EF3CB7C458DDF5DC53EA4A7CA6DA62A(class FName NotifyName);
void OnCompleted_2EF3CB7C458DDF5DC53EA4A7CA6DA62A(class FName NotifyName);
void OnNotifyEnd_AE2A3D66458122E1C7ABE08F22ADD52E(class FName NotifyName);
void OnNotifyBegin_AE2A3D66458122E1C7ABE08F22ADD52E(class FName NotifyName);
void OnInterrupted_AE2A3D66458122E1C7ABE08F22ADD52E(class FName NotifyName);
void OnBlendOut_AE2A3D66458122E1C7ABE08F22ADD52E(class FName NotifyName);
void OnCompleted_AE2A3D66458122E1C7ABE08F22ADD52E(class FName NotifyName);
void UseItem();
void PlayAnimation();
void SRV_FinishEat();
void ExecuteUbergraph_BP_EnergyBar(int32 EntryPoint, class AActor* CallFunc_GetOwner_ReturnValue, class ABPCharacter_Demo_C* K2Node_DynamicCast_AsBPCharacter_Demo, bool K2Node_DynamicCast_bSuccess, class AMP_PS_C* K2Node_DynamicCast_AsMP_PS, bool K2Node_DynamicCast_bSuccess_1, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate, class FName K2Node_CustomEvent_NotifyName_9, class FName K2Node_CustomEvent_NotifyName_8, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1, class FName K2Node_CustomEvent_NotifyName_7, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_2, class FName K2Node_CustomEvent_NotifyName_6, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_3, class FName K2Node_CustomEvent_NotifyName_5, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_4, class FName Temp_name_Variable, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_5, class FName K2Node_CustomEvent_NotifyName_4, class FName K2Node_CustomEvent_NotifyName_3, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_6, class FName K2Node_CustomEvent_NotifyName_2, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_7, class FName K2Node_CustomEvent_NotifyName_1, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_8, class FName K2Node_CustomEvent_NotifyName, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_9, class FName Temp_name_Variable_1, class AActor* CallFunc_GetAttachParentActor_ReturnValue, class AFancyCharacter* K2Node_DynamicCast_AsFancy_Character, bool K2Node_DynamicCast_bSuccess_2, bool CallFunc_IsLocallyControlled_ReturnValue, class UPlayMontageCallbackProxy* CallFunc_CreateProxyObjectForPlayMontage_ReturnValue, bool CallFunc_IsValid_ReturnValue, class UPlayMontageCallbackProxy* CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1, bool CallFunc_IsValid_ReturnValue_1, const struct FVector& CallFunc_MakeVector_ReturnValue, const struct FHitResult& CallFunc_K2_SetRelativeLocation_SweepHitResult, const struct FVector& CallFunc_MakeVector_ReturnValue_1, const struct FHitResult& CallFunc_K2_SetRelativeLocation_SweepHitResult_1, class UAudioComponent* CallFunc_SpawnSoundAttached_ReturnValue);
};
}