Files
ReshadePluginsCore/Reanimal/SDK/Everholm_parameters.hpp
2026-03-06 01:33:02 +01:00

19882 lines
1.2 MiB

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: Everholm
#include "Basic.hpp"
#include "AIModule_structs.hpp"
#include "CoreUObject_structs.hpp"
#include "CommonUser_structs.hpp"
#include "Everholm_structs.hpp"
#include "GameUtilities_structs.hpp"
#include "GameplayTags_structs.hpp"
#include "Engine_structs.hpp"
#include "InteractionSystem_structs.hpp"
#include "EngineUtilities_structs.hpp"
#include "CommonInput_structs.hpp"
#include "Chalkboard_structs.hpp"
#include "TarsierAI_structs.hpp"
#include "PhysicsCore_structs.hpp"
#include "UMG_structs.hpp"
#include "GameEvents_structs.hpp"
#include "StructUtils_structs.hpp"
#include "AkAudio_structs.hpp"
#include "AnimationCore_structs.hpp"
#include "EnhancedInput_structs.hpp"
#include "SlateCore_structs.hpp"
#include "InputCore_structs.hpp"
#include "SaveSystem_structs.hpp"
#include "TarsierSignal_structs.hpp"
namespace SDK::Params
{
// Function Everholm.AbilityActivationComponent.AddExternalAbility
// 0x0020 (0x0020 - 0x0000)
struct AbilityActivationComponent_AddExternalAbility final
{
public:
TScriptInterface<class IAbilityInterface> abilityInstance; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UObject* Instigator; // 0x0010(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bShouldBeGranted; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_AddExternalAbility;
// Function Everholm.AbilityActivationComponent.AddLooseGameplayTag
// 0x0010 (0x0010 - 0x0000)
struct AbilityActivationComponent_AddLooseGameplayTag final
{
public:
struct FGameplayTag Tag; // 0x0000(0x0008)(ConstParm, Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UObject* Instigator; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_AddLooseGameplayTag;
// Function Everholm.AbilityActivationComponent.AddLooseGameplayTags
// 0x0028 (0x0028 - 0x0000)
struct AbilityActivationComponent_AddLooseGameplayTags final
{
public:
struct FGameplayTagContainer TagContainer; // 0x0000(0x0020)(ConstParm, Parm, NativeAccessSpecifierPublic)
const class UObject* Instigator; // 0x0020(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_AddLooseGameplayTags;
// Function Everholm.AbilityActivationComponent.GetAbilityClass
// 0x0030 (0x0030 - 0x0000)
struct AbilityActivationComponent_GetAbilityClass final
{
public:
struct FGameplayTag abilityTag; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSoftClassPtr<class UClass> ReturnValue; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_GetAbilityClass;
// Function Everholm.AbilityActivationComponent.GrantAbility
// 0x0028 (0x0028 - 0x0000)
struct AbilityActivationComponent_GrantAbility final
{
public:
TSoftClassPtr<class UClass> AbilityClass; // 0x0000(0x0028)(ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_GrantAbility;
// Function Everholm.AbilityActivationComponent.OnMirroredComponentActorDestroyed
// 0x0008 (0x0008 - 0x0000)
struct AbilityActivationComponent_OnMirroredComponentActorDestroyed final
{
public:
class AActor* DestroyedActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_OnMirroredComponentActorDestroyed;
// Function Everholm.AbilityActivationComponent.OnMirroredTagChanged
// 0x0018 (0x0018 - 0x0000)
struct AbilityActivationComponent_OnMirroredTagChanged final
{
public:
class UAbilityActivationComponent* AbilityActivationComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag ChangedTag; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasAdded; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_OnMirroredTagChanged;
// Function Everholm.AbilityActivationComponent.OnOwnerPossessed
// 0x0008 (0x0008 - 0x0000)
struct AbilityActivationComponent_OnOwnerPossessed final
{
public:
class AController* possessingController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_OnOwnerPossessed;
// Function Everholm.AbilityActivationComponent.RemoveExternalAbility
// 0x0008 (0x0008 - 0x0000)
struct AbilityActivationComponent_RemoveExternalAbility final
{
public:
const class UObject* Instigator; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_RemoveExternalAbility;
// Function Everholm.AbilityActivationComponent.RemoveLooseGameplayTag
// 0x0010 (0x0010 - 0x0000)
struct AbilityActivationComponent_RemoveLooseGameplayTag final
{
public:
struct FGameplayTag Tag; // 0x0000(0x0008)(ConstParm, Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UObject* Instigator; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_RemoveLooseGameplayTag;
// Function Everholm.AbilityActivationComponent.RemoveLooseGameplayTags
// 0x0028 (0x0028 - 0x0000)
struct AbilityActivationComponent_RemoveLooseGameplayTags final
{
public:
struct FGameplayTagContainer tagsToRemove; // 0x0000(0x0020)(ConstParm, Parm, NativeAccessSpecifierPublic)
const class UObject* Instigator; // 0x0020(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_RemoveLooseGameplayTags;
// Function Everholm.AbilityActivationComponent.RemoveLooseGameplayTagsFromInstigator
// 0x0008 (0x0008 - 0x0000)
struct AbilityActivationComponent_RemoveLooseGameplayTagsFromInstigator final
{
public:
const class UObject* Instigator; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_RemoveLooseGameplayTagsFromInstigator;
// Function Everholm.AbilityActivationComponent.ReplicateTags_Server
// 0x0020 (0x0020 - 0x0000)
struct AbilityActivationComponent_ReplicateTags_Server final
{
public:
struct FGameplayTagContainer explicitTags; // 0x0000(0x0020)(ConstParm, Parm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_ReplicateTags_Server;
// Function Everholm.AbilityActivationComponent.RevokeAbility
// 0x0028 (0x0028 - 0x0000)
struct AbilityActivationComponent_RevokeAbility final
{
public:
TSoftClassPtr<class UClass> AbilityClass; // 0x0000(0x0028)(ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_RevokeAbility;
// Function Everholm.AbilityActivationComponent.TryActivatingAbility
// 0x0030 (0x0030 - 0x0000)
struct AbilityActivationComponent_TryActivatingAbility final
{
public:
TSoftClassPtr<class UClass> AbilityClass; // 0x0000(0x0028)(ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_TryActivatingAbility;
// Function Everholm.AbilityActivationComponent.TryDeactivatingAbility
// 0x0030 (0x0030 - 0x0000)
struct AbilityActivationComponent_TryDeactivatingAbility final
{
public:
TSoftClassPtr<class UClass> AbilityClass; // 0x0000(0x0028)(ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_TryDeactivatingAbility;
// Function Everholm.AbilityActivationComponent.WaitGameplayTagAdd
// 0x0030 (0x0030 - 0x0000)
struct AbilityActivationComponent_WaitGameplayTagAdd final
{
public:
EAASWaitExecPins execPin; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FGameplayTag Tag; // 0x0004(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FLatentActionInfo LatentInfo; // 0x0010(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic)
bool bSkipIfAdded; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_WaitGameplayTagAdd;
// Function Everholm.AbilityActivationComponent.WaitGameplayTagRemove
// 0x0030 (0x0030 - 0x0000)
struct AbilityActivationComponent_WaitGameplayTagRemove final
{
public:
EAASWaitExecPins execPin; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FGameplayTag Tag; // 0x0004(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FLatentActionInfo LatentInfo; // 0x0010(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic)
bool bSkipIfNotAdded; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_WaitGameplayTagRemove;
// Function Everholm.AbilityActivationComponent.CanActivateAbility
// 0x0030 (0x0030 - 0x0000)
struct AbilityActivationComponent_CanActivateAbility final
{
public:
TSoftClassPtr<class UClass> AbilityClass; // 0x0000(0x0028)(ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDevAllowFailureLogging; // 0x0028(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0029(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_2A[0x6]; // 0x002A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_CanActivateAbility;
// Function Everholm.AbilityActivationComponent.EvaluateTagQuery
// 0x0050 (0x0050 - 0x0000)
struct AbilityActivationComponent_EvaluateTagQuery final
{
public:
struct FGameplayTagQuery Query; // 0x0000(0x0048)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0048(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_EvaluateTagQuery;
// Function Everholm.AbilityActivationComponent.GetAbilityInstance
// 0x0010 (0x0010 - 0x0000)
struct AbilityActivationComponent_GetAbilityInstance final
{
public:
TSubclassOf<class UObject> AbilityClass; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityActivationComponent_GetAbilityInstance;
// Function Everholm.AbilityActivationComponent.HasExternalAbility
// 0x0010 (0x0010 - 0x0000)
struct AbilityActivationComponent_HasExternalAbility final
{
public:
const class UObject* Instigator; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_HasExternalAbility;
// Function Everholm.AbilityActivationComponent.HasMatchingGameplayTag
// 0x000C (0x000C - 0x0000)
struct AbilityActivationComponent_HasMatchingGameplayTag final
{
public:
struct FGameplayTag Tag; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_HasMatchingGameplayTag;
// Function Everholm.AbilityActivationComponent.IsAbilityActive
// 0x0030 (0x0030 - 0x0000)
struct AbilityActivationComponent_IsAbilityActive final
{
public:
TSoftClassPtr<class UClass> AbilityClass; // 0x0000(0x0028)(ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_IsAbilityActive;
// Function Everholm.AbilityActivationComponent.IsAbilityGranted
// 0x0030 (0x0030 - 0x0000)
struct AbilityActivationComponent_IsAbilityGranted final
{
public:
TSoftClassPtr<class UClass> AbilityClass; // 0x0000(0x0028)(ConstParm, Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AbilityActivationComponent_IsAbilityGranted;
// Function Everholm.AligningToInteractable.OnAlignmentEnded
// 0x0001 (0x0001 - 0x0000)
struct AligningToInteractable_OnAlignmentEnded final
{
public:
EEndAlignmentResult alignmentResult; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AligningToInteractable_OnAlignmentEnded;
// Function Everholm.AbilityComponent.OnDeactivated
// 0x0001 (0x0001 - 0x0000)
struct AbilityComponent_OnDeactivated final
{
public:
EAbilityDeactivationReason deactivationReason; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityComponent_OnDeactivated;
// Function Everholm.AbilityComponent.OnGranted
// 0x0008 (0x0008 - 0x0000)
struct AbilityComponent_OnGranted final
{
public:
class AEverholmCharacter* abilityOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityComponent_OnGranted;
// Function Everholm.AbilityComponent.OnRevoked
// 0x0008 (0x0008 - 0x0000)
struct AbilityComponent_OnRevoked final
{
public:
class AEverholmCharacter* abilityOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityComponent_OnRevoked;
// Function Everholm.AbilityComponent.TryActivateAbility
// 0x0001 (0x0001 - 0x0000)
struct AbilityComponent_TryActivateAbility final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityComponent_TryActivateAbility;
// Function Everholm.AbilityComponent.TryDeactivateAbility
// 0x0001 (0x0001 - 0x0000)
struct AbilityComponent_TryDeactivateAbility final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityComponent_TryDeactivateAbility;
// Function Everholm.AbilityComponent.CanActivate
// 0x0001 (0x0001 - 0x0000)
struct AbilityComponent_CanActivate final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityComponent_CanActivate;
// Function Everholm.AbilityComponent.CanActivateAbility
// 0x0001 (0x0001 - 0x0000)
struct AbilityComponent_CanActivateAbility final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityComponent_CanActivateAbility;
// Function Everholm.AbilityComponent.GetAbilityActivationComponent
// 0x0008 (0x0008 - 0x0000)
struct AbilityComponent_GetAbilityActivationComponent final
{
public:
class UAbilityActivationComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityComponent_GetAbilityActivationComponent;
// Function Everholm.AbilityComponent.GetAbilityOwner
// 0x0008 (0x0008 - 0x0000)
struct AbilityComponent_GetAbilityOwner final
{
public:
class AEverholmCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityComponent_GetAbilityOwner;
// Function Everholm.AbilityComponent.IsAbilityActive
// 0x0001 (0x0001 - 0x0000)
struct AbilityComponent_IsAbilityActive final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityComponent_IsAbilityActive;
// Function Everholm.AbilityComponent.IsLocallyControlled
// 0x0001 (0x0001 - 0x0000)
struct AbilityComponent_IsLocallyControlled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityComponent_IsLocallyControlled;
// Function Everholm.AbilityInterface.GetAbilityTags
// 0x00E8 (0x00E8 - 0x0000)
struct AbilityInterface_GetAbilityTags final
{
public:
struct FAbilityTags ReturnValue; // 0x0000(0x00E8)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityInterface_GetAbilityTags;
// Function Everholm.AbilityObject.OnDeactivated
// 0x0001 (0x0001 - 0x0000)
struct AbilityObject_OnDeactivated final
{
public:
EAbilityDeactivationReason deactivationReason; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityObject_OnDeactivated;
// Function Everholm.AbilityObject.OnGranted
// 0x0008 (0x0008 - 0x0000)
struct AbilityObject_OnGranted final
{
public:
class AEverholmCharacter* abilityOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityObject_OnGranted;
// Function Everholm.AbilityObject.OnRevoked
// 0x0008 (0x0008 - 0x0000)
struct AbilityObject_OnRevoked final
{
public:
class AEverholmCharacter* abilityOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityObject_OnRevoked;
// Function Everholm.AbilityObject.TickAbility
// 0x0004 (0x0004 - 0x0000)
struct AbilityObject_TickAbility final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityObject_TickAbility;
// Function Everholm.AbilityObject.TryActivateAbility
// 0x0001 (0x0001 - 0x0000)
struct AbilityObject_TryActivateAbility final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityObject_TryActivateAbility;
// Function Everholm.AbilityObject.TryDeactivateAbility
// 0x0001 (0x0001 - 0x0000)
struct AbilityObject_TryDeactivateAbility final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityObject_TryDeactivateAbility;
// Function Everholm.AbilityObject.CanActivate
// 0x0001 (0x0001 - 0x0000)
struct AbilityObject_CanActivate final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityObject_CanActivate;
// Function Everholm.AbilityObject.CanActivateAbility
// 0x0001 (0x0001 - 0x0000)
struct AbilityObject_CanActivateAbility final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityObject_CanActivateAbility;
// Function Everholm.AbilityObject.GetAbilityOwner
// 0x0008 (0x0008 - 0x0000)
struct AbilityObject_GetAbilityOwner final
{
public:
class AEverholmCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityObject_GetAbilityOwner;
// Function Everholm.AbilityObject.IsAbilityActive
// 0x0001 (0x0001 - 0x0000)
struct AbilityObject_IsAbilityActive final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AbilityObject_IsAbilityActive;
// Function Everholm.AchievementBlueprintFunctionLibrary.GetAchievementProgress
// 0x0020 (0x0020 - 0x0000)
struct AchievementBlueprintFunctionLibrary_GetAchievementProgress final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AEverholmPlayerCharacter* Player; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAchievementKey Key; // 0x0010(0x0008)(Parm, NoDestructor, NativeAccessSpecifierPublic)
int32 Current; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Target; // 0x001C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AchievementBlueprintFunctionLibrary_GetAchievementProgress;
// Function Everholm.AchievementBlueprintFunctionLibrary.IncrementAchievement
// 0x0020 (0x0020 - 0x0000)
struct AchievementBlueprintFunctionLibrary_IncrementAchievement final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AEverholmPlayerCharacter* Player; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAchievementKey Key; // 0x0010(0x0008)(Parm, NoDestructor, NativeAccessSpecifierPublic)
int32 Amount; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AchievementBlueprintFunctionLibrary_IncrementAchievement;
// Function Everholm.AchievementBlueprintFunctionLibrary.IncrementAchievementForBothPlayers
// 0x0018 (0x0018 - 0x0000)
struct AchievementBlueprintFunctionLibrary_IncrementAchievementForBothPlayers final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAchievementKey Key; // 0x0008(0x0008)(Parm, NoDestructor, NativeAccessSpecifierPublic)
int32 Amount; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AchievementBlueprintFunctionLibrary_IncrementAchievementForBothPlayers;
// Function Everholm.AchievementBlueprintFunctionLibrary.IncrementAchievementReference
// 0x0020 (0x0020 - 0x0000)
struct AchievementBlueprintFunctionLibrary_IncrementAchievementReference final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AEverholmPlayerCharacter* Player; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAchievementKey Key; // 0x0010(0x0008)(Parm, NoDestructor, NativeAccessSpecifierPublic)
class FName Reference; // 0x0018(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AchievementBlueprintFunctionLibrary_IncrementAchievementReference;
// Function Everholm.AchievementBlueprintFunctionLibrary.IncrementAchievementReferenceForBothPlayers
// 0x0018 (0x0018 - 0x0000)
struct AchievementBlueprintFunctionLibrary_IncrementAchievementReferenceForBothPlayers final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAchievementKey Key; // 0x0008(0x0008)(Parm, NoDestructor, NativeAccessSpecifierPublic)
class FName Reference; // 0x0010(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AchievementBlueprintFunctionLibrary_IncrementAchievementReferenceForBothPlayers;
// Function Everholm.AchievementBlueprintFunctionLibrary.IsAchievementUnlocked
// 0x0020 (0x0020 - 0x0000)
struct AchievementBlueprintFunctionLibrary_IsAchievementUnlocked final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AEverholmPlayerCharacter* Player; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAchievementKey Key; // 0x0010(0x0008)(Parm, NoDestructor, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AchievementBlueprintFunctionLibrary_IsAchievementUnlocked;
// Function Everholm.AchievementBlueprintFunctionLibrary.UnlockAchievement
// 0x0018 (0x0018 - 0x0000)
struct AchievementBlueprintFunctionLibrary_UnlockAchievement final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AEverholmPlayerCharacter* Player; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAchievementKey Key; // 0x0010(0x0008)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AchievementBlueprintFunctionLibrary_UnlockAchievement;
// Function Everholm.AchievementBlueprintFunctionLibrary.UnlockAchievementForBothPlayers
// 0x0010 (0x0010 - 0x0000)
struct AchievementBlueprintFunctionLibrary_UnlockAchievementForBothPlayers final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAchievementKey Key; // 0x0008(0x0008)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AchievementBlueprintFunctionLibrary_UnlockAchievementForBothPlayers;
// Function Everholm.AchievementsProjectSettings.GetAchievementIDs
// 0x0010 (0x0010 - 0x0000)
struct AchievementsProjectSettings_GetAchievementIDs final
{
public:
TArray<class FName> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AchievementsProjectSettings_GetAchievementIDs;
// Function Everholm.VehicleIntentInterpComponent.SetIntent
// 0x0040 (0x0040 - 0x0000)
struct VehicleIntentInterpComponent_SetIntent final
{
public:
struct FVehicleControlData Intent; // 0x0000(0x0040)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleIntentInterpComponent_SetIntent;
// Function Everholm.AchievementSubsystem.QueryAchievementsWhenPrimaryUserIsInitialized
// 0x0028 (0x0028 - 0x0000)
struct AchievementSubsystem_QueryAchievementsWhenPrimaryUserIsInitialized final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
const class UCommonUserInfo* UserInfo; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSuccess; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FString Error; // 0x0018(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AchievementSubsystem_QueryAchievementsWhenPrimaryUserIsInitialized;
// Function Everholm.AchievementSubsystem.QueryAchievementsWhenUserIsInitialized
// 0x0028 (0x0028 - 0x0000)
struct AchievementSubsystem_QueryAchievementsWhenUserIsInitialized final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
const class UCommonUserInfo* UserInfo; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSuccess; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FString Error; // 0x0018(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AchievementSubsystem_QueryAchievementsWhenUserIsInitialized;
// Function Everholm.TarsierActivatableWidget.HandleVisibilityChanged
// 0x0002 (0x0002 - 0x0000)
struct TarsierActivatableWidget_HandleVisibilityChanged final
{
public:
ESlateVisibility previousVisibility; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ESlateVisibility NewVisibility; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TarsierActivatableWidget_HandleVisibilityChanged;
// Function Everholm.TarsierActivatableWidget.GetEverholmHUD
// 0x0008 (0x0008 - 0x0000)
struct TarsierActivatableWidget_GetEverholmHUD final
{
public:
class AEverholmBaseHUD* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TarsierActivatableWidget_GetEverholmHUD;
// Function Everholm.GenericControllerMessage.OnPhysicalControllerUpdate
// 0x0018 (0x0018 - 0x0000)
struct GenericControllerMessage_OnPhysicalControllerUpdate final
{
public:
bool bConnected; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 _ControllerId; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FInputDeviceId InputDevice; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class APlayerController* _PlayerController; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GenericControllerMessage_OnPhysicalControllerUpdate;
// Function Everholm.GenericControllerMessage.ShowPromptWithMessage
// 0x0018 (0x0018 - 0x0000)
struct GenericControllerMessage_ShowPromptWithMessage final
{
public:
class FText InText; // 0x0000(0x0010)(Parm, NativeAccessSpecifierPublic)
int32 ControllerId; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_GenericControllerMessage_ShowPromptWithMessage;
// Function Everholm.AIActionPoint_FollowSpline.GetFollowSpline
// 0x0008 (0x0008 - 0x0000)
struct AIActionPoint_FollowSpline_GetFollowSpline final
{
public:
class UEverholmSplineComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIActionPoint_FollowSpline_GetFollowSpline;
// Function Everholm.AIAction_AimAtTarget.GetRemainingAimTime
// 0x0004 (0x0004 - 0x0000)
struct AIAction_AimAtTarget_GetRemainingAimTime final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAction_AimAtTarget_GetRemainingAimTime;
// Function Everholm.EverholmGameFlowEvents.PlayerSpawned
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameFlowEvents_PlayerSpawned final
{
public:
class AController* Controller; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameFlowEvents_PlayerSpawned;
// Function Everholm.AIAction_AvoidTargets.SetCrowdAvoidanceDirection
// 0x0010 (0x0010 - 0x0000)
struct AIAction_AvoidTargets_SetCrowdAvoidanceDirection final
{
public:
struct FVector2D crowdAvoidanceVector; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAction_AvoidTargets_SetCrowdAvoidanceDirection;
// Function Everholm.FloatInWaterComponent.RegisterComponentToFollow
// 0x0008 (0x0008 - 0x0000)
struct FloatInWaterComponent_RegisterComponentToFollow final
{
public:
class USceneComponent* inSceneComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FloatInWaterComponent_RegisterComponentToFollow;
// Function Everholm.FloatInWaterComponent.RegisterComponentToFollowLocation
// 0x0008 (0x0008 - 0x0000)
struct FloatInWaterComponent_RegisterComponentToFollowLocation final
{
public:
class USceneComponent* inSceneComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FloatInWaterComponent_RegisterComponentToFollowLocation;
// Function Everholm.FloatInWaterComponent.RegisterComponentToFollowRotation
// 0x0008 (0x0008 - 0x0000)
struct FloatInWaterComponent_RegisterComponentToFollowRotation final
{
public:
class USceneComponent* inSceneComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FloatInWaterComponent_RegisterComponentToFollowRotation;
// Function Everholm.FloatInWaterComponent.SetCurrentWaterBody
// 0x0008 (0x0008 - 0x0000)
struct FloatInWaterComponent_SetCurrentWaterBody final
{
public:
class AWaterBody* inWaterBody; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FloatInWaterComponent_SetCurrentWaterBody;
// Function Everholm.FloatInWaterComponent.SetEnabled
// 0x0001 (0x0001 - 0x0000)
struct FloatInWaterComponent_SetEnabled final
{
public:
bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FloatInWaterComponent_SetEnabled;
// Function Everholm.FloatInWaterComponent.SetHeightOffset
// 0x0004 (0x0004 - 0x0000)
struct FloatInWaterComponent_SetHeightOffset final
{
public:
float Offset; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FloatInWaterComponent_SetHeightOffset;
// Function Everholm.FloatInWaterComponent.GetCurrentWaterBody
// 0x0008 (0x0008 - 0x0000)
struct FloatInWaterComponent_GetCurrentWaterBody final
{
public:
class AWaterBody* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FloatInWaterComponent_GetCurrentWaterBody;
// Function Everholm.FloatInWaterComponent.GetHeightOffset
// 0x0004 (0x0004 - 0x0000)
struct FloatInWaterComponent_GetHeightOffset final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FloatInWaterComponent_GetHeightOffset;
// Function Everholm.FloatInWaterComponent.IsEnabled
// 0x0001 (0x0001 - 0x0000)
struct FloatInWaterComponent_IsEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FloatInWaterComponent_IsEnabled;
// Function Everholm.GameProgressionScript.GetStartingInventoryFor
// 0x0010 (0x0010 - 0x0000)
struct GameProgressionScript_GetStartingInventoryFor final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UStartingInventory* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GameProgressionScript_GetStartingInventoryFor;
// Function Everholm.GrabHelperUserInterface.CanInteract
// 0x0010 (0x0010 - 0x0000)
struct GrabHelperUserInterface_CanInteract final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_GrabHelperUserInterface_CanInteract;
// Function Everholm.GrabHelperUserInterface.GetSurfaceOffset
// 0x0010 (0x0010 - 0x0000)
struct GrabHelperUserInterface_GetSurfaceOffset final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_GrabHelperUserInterface_GetSurfaceOffset;
// Function Everholm.GrabHelperUserInterface.IsEnabled
// 0x0010 (0x0010 - 0x0000)
struct GrabHelperUserInterface_IsEnabled final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_GrabHelperUserInterface_IsEnabled;
// Function Everholm.GrabHelperUserInterface.OnInteract
// 0x0010 (0x0010 - 0x0000)
struct GrabHelperUserInterface_OnInteract final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UGrabHelperComponent* GrabHelper; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GrabHelperUserInterface_OnInteract;
// Function Everholm.GrabHelperUserInterface.OnInteractEnd
// 0x0010 (0x0010 - 0x0000)
struct GrabHelperUserInterface_OnInteractEnd final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInteractEndReason interactEndReason; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_GrabHelperUserInterface_OnInteractEnd;
// Function Everholm.GrabHelperUserInterface.OnInteractFailed
// 0x0008 (0x0008 - 0x0000)
struct GrabHelperUserInterface_OnInteractFailed final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GrabHelperUserInterface_OnInteractFailed;
// Function Everholm.GrabHelperUserInterface.GetInteractablePriority
// 0x0001 (0x0001 - 0x0000)
struct GrabHelperUserInterface_GetInteractablePriority final
{
public:
EInteractablePriority ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GrabHelperUserInterface_GetInteractablePriority;
// Function Everholm.GenericPrompt.CallPromptSelected
// 0x0001 (0x0001 - 0x0000)
struct GenericPrompt_CallPromptSelected final
{
public:
bool bSelected; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GenericPrompt_CallPromptSelected;
// Function Everholm.GenericPrompt.ShowPromptWithMessage
// 0x0010 (0x0010 - 0x0000)
struct GenericPrompt_ShowPromptWithMessage final
{
public:
class FText InText; // 0x0000(0x0010)(Parm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GenericPrompt_ShowPromptWithMessage;
// Function Everholm.AIAction_CrowdFollowTarget.SetCrowdAvoidanceDirection
// 0x0010 (0x0010 - 0x0000)
struct AIAction_CrowdFollowTarget_SetCrowdAvoidanceDirection final
{
public:
struct FVector2D crowdAvoidanceVector; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAction_CrowdFollowTarget_SetCrowdAvoidanceDirection;
// Function Everholm.AIAction_CrowdFollowTarget.SetCurrentFollowActor
// 0x0008 (0x0008 - 0x0000)
struct AIAction_CrowdFollowTarget_SetCurrentFollowActor final
{
public:
class AActor* FollowActor_0; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAction_CrowdFollowTarget_SetCurrentFollowActor;
// Function Everholm.AIAction_DragObject.GetBestGrabHelper
// 0x0018 (0x0018 - 0x0000)
struct AIAction_DragObject_GetBestGrabHelper final
{
public:
class UDraggableComponent* DraggableComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UGrabHelperComponent* bestGrabHelper; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UGrabHelperComponent* followActorGrabHelper; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAction_DragObject_GetBestGrabHelper;
// Function Everholm.AIAction_DragObject.GetGoalLoactionMoveDirection
// 0x0020 (0x0020 - 0x0000)
struct AIAction_DragObject_GetGoalLoactionMoveDirection final
{
public:
class UDraggableComponent* currentlyDraggedObject; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAction_DragObject_GetGoalLoactionMoveDirection;
// Function Everholm.AIAction_DragObject.GetMoveDirection
// 0x0038 (0x0038 - 0x0000)
struct AIAction_DragObject_GetMoveDirection final
{
public:
class UDraggableComponent* currentlyDraggedObject; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UGrabHelperComponent* bestGrabHelper; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* otherDragger; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bShouldMimicIntentDirectly; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector ReturnValue; // 0x0020(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAction_DragObject_GetMoveDirection;
// Function Everholm.AttackComponentBase.OnActionPointQueryResult
// 0x0010 (0x0010 - 0x0000)
struct AttackComponentBase_OnActionPointQueryResult final
{
public:
class UEnvQueryInstanceBlueprintWrapper* QueryInstance; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEnvQueryStatus QueryStatus; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AttackComponentBase_OnActionPointQueryResult;
// Function Everholm.AttackComponentBase.OnBeginOverlapWithCapsule
// 0x0118 (0x0118 - 0x0000)
struct AttackComponentBase_OnBeginOverlapWithCapsule final
{
public:
class UPrimitiveComponent* OverlappedComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OtherActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPrimitiveComponent* OtherComp; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 OtherBodyIndex; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bFromSweep; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FHitResult SweepResult; // 0x0020(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackComponentBase_OnBeginOverlapWithCapsule;
// Function Everholm.AttackComponentBase.OnCapsuleOverlap_Multicast
// 0x0008 (0x0008 - 0x0000)
struct AttackComponentBase_OnCapsuleOverlap_Multicast final
{
public:
class AEverholmCharacter* OtherActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackComponentBase_OnCapsuleOverlap_Multicast;
// Function Everholm.AttackComponentBase.OnCapsuleOverlap_Server
// 0x0008 (0x0008 - 0x0000)
struct AttackComponentBase_OnCapsuleOverlap_Server final
{
public:
class AEverholmCharacter* OtherActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackComponentBase_OnCapsuleOverlap_Server;
// Function Everholm.AttackComponentBase.PredictActorWithinReach
// 0x0010 (0x0010 - 0x0000)
struct AttackComponentBase_PredictActorWithinReach final
{
public:
class AActor* TargetActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSkipAngleCheck; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSkipClientAnimation; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x000A(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_B[0x5]; // 0x000B(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AttackComponentBase_PredictActorWithinReach;
// Function Everholm.AttackComponentBase.PrepareAttack
// 0x0008 (0x0008 - 0x0000)
struct AttackComponentBase_PrepareAttack final
{
public:
class AActor* TargetActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackComponentBase_PrepareAttack;
// Function Everholm.AttackComponentBase.ResolveAttack
// 0x0068 (0x0068 - 0x0000)
struct AttackComponentBase_ResolveAttack final
{
public:
struct FAttackData AttackData; // 0x0000(0x0068)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackComponentBase_ResolveAttack;
// Function Everholm.AttackComponentBase.SetPrimaryTargetActor
// 0x0008 (0x0008 - 0x0000)
struct AttackComponentBase_SetPrimaryTargetActor final
{
public:
class AActor* TargetActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackComponentBase_SetPrimaryTargetActor;
// Function Everholm.AttackComponentBase.StopAttack
// 0x000C (0x000C - 0x0000)
struct AttackComponentBase_StopAttack final
{
public:
bool bWasAborted; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
class FName customStopSection; // 0x0004(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackComponentBase_StopAttack;
// Function Everholm.AttackComponentBase.TryToStartAttack_Multicast
// 0x0010 (0x0010 - 0x0000)
struct AttackComponentBase_TryToStartAttack_Multicast final
{
public:
class AActor* TargetActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSkipAngleCheck; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AttackComponentBase_TryToStartAttack_Multicast;
// Function Everholm.AttackComponentBase.AllowedToAttackTarget
// 0x0010 (0x0010 - 0x0000)
struct AttackComponentBase_AllowedToAttackTarget final
{
public:
const class AEverholmCharacter* targetEVChar; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool checkIfIntendedTarget; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AttackComponentBase_AllowedToAttackTarget;
// Function Everholm.AttackComponentBase.CanIgnoreClientAIPrediction
// 0x0010 (0x0010 - 0x0000)
struct AttackComponentBase_CanIgnoreClientAIPrediction final
{
public:
const class APawn* TargetPawn; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AttackComponentBase_CanIgnoreClientAIPrediction;
// Function Everholm.AttackComponentBase.GetPrimaryTargetActor
// 0x0008 (0x0008 - 0x0000)
struct AttackComponentBase_GetPrimaryTargetActor final
{
public:
class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackComponentBase_GetPrimaryTargetActor;
// Function Everholm.AttackComponentBase.HasVisibility
// 0x0010 (0x0010 - 0x0000)
struct AttackComponentBase_HasVisibility final
{
public:
const class AActor* TargetActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EVisibilityCheckMethod overrideVisibilityCheckMethod; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AttackComponentBase_HasVisibility;
// Function Everholm.AttackComponentBase.IsActorWithinReach
// 0x0010 (0x0010 - 0x0000)
struct AttackComponentBase_IsActorWithinReach final
{
public:
const class AActor* TargetActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSkipAngleCheck; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUsePredictedActorLocation; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x000A(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_B[0x5]; // 0x000B(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AttackComponentBase_IsActorWithinReach;
// Function Everholm.AttackComponentBase.IsAllowedToAttackActor
// 0x0018 (0x0018 - 0x0000)
struct AttackComponentBase_IsAllowedToAttackActor final
{
public:
const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AController* Controller; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AttackComponentBase_IsAllowedToAttackActor;
// Function Everholm.AttackComponentBase.IsPositionWithinReach
// 0x0020 (0x0020 - 0x0000)
struct AttackComponentBase_IsPositionWithinReach final
{
public:
struct FVector TargetPosition; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSkipAngleCheck; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0019(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1A[0x6]; // 0x001A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AttackComponentBase_IsPositionWithinReach;
// Function Everholm.GrabAttackComponent.DetachTarget_Multicast
// 0x0008 (0x0008 - 0x0000)
struct GrabAttackComponent_DetachTarget_Multicast final
{
public:
class AActor* Target; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GrabAttackComponent_DetachTarget_Multicast;
// Function Everholm.GrabAttackComponent.OnTargetGrabbed_Server
// 0x0018 (0x0018 - 0x0000)
struct GrabAttackComponent_OnTargetGrabbed_Server final
{
public:
class AActor* grabbedActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* ParentActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName SocketName; // 0x0010(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GrabAttackComponent_OnTargetGrabbed_Server;
// Function Everholm.GrabAttackComponent.OverrideAttachPointRadius_Multicast
// 0x0008 (0x0008 - 0x0000)
struct GrabAttackComponent_OverrideAttachPointRadius_Multicast final
{
public:
EAttackAttachPoint AttachPoint; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Radius; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GrabAttackComponent_OverrideAttachPointRadius_Multicast;
// Function Everholm.GrabAttackComponent.SetGrabTarget
// 0x0008 (0x0008 - 0x0000)
struct GrabAttackComponent_SetGrabTarget final
{
public:
class AActor* TargetActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GrabAttackComponent_SetGrabTarget;
// Function Everholm.GrabAttackComponent.GetAttachPointRadius
// 0x0008 (0x0008 - 0x0000)
struct GrabAttackComponent_GetAttachPointRadius final
{
public:
EAttackAttachPoint AttachPoint; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GrabAttackComponent_GetAttachPointRadius;
// Function Everholm.EverholmInteractableActor.OnInteract
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractableActor_OnInteract final
{
public:
class UEverholmInteractionComponent* InteractionComponent_0; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* Initiator; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractableActor_OnInteract;
// Function Everholm.EverholmInteractableActor.OnInteractEnd
// 0x0018 (0x0018 - 0x0000)
struct EverholmInteractableActor_OnInteractEnd final
{
public:
class UEverholmInteractionComponent* InteractionComponent_0; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* Initiator; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInteractEndReason interactEndReason; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractableActor_OnInteractEnd;
// Function Everholm.EverholmInteractableActor.OnInteractFailed
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractableActor_OnInteractFailed final
{
public:
class UEverholmInteractionComponent* InteractionComponent_0; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* Initiator; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractableActor_OnInteractFailed;
// Function Everholm.EverholmInteractableActor.OnInteractFocus
// 0x0018 (0x0018 - 0x0000)
struct EverholmInteractableActor_OnInteractFocus final
{
public:
class UEverholmInteractionComponent* InteractionComponent_0; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* Initiator; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bHasFocus; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractableActor_OnInteractFocus;
// Function Everholm.EverholmInteractableActor.OnPrepareEndInteraction
// 0x0018 (0x0018 - 0x0000)
struct EverholmInteractableActor_OnPrepareEndInteraction final
{
public:
class UEverholmInteractionComponent* InteractionComponent_0; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmCharacter* interactor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInteractEndReason interactEndReason; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractableActor_OnPrepareEndInteraction;
// Function Everholm.EverholmInteractableActor.OnPrepareStartInteraction
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractableActor_OnPrepareStartInteraction final
{
public:
class UEverholmInteractionComponent* InteractionComponent_0; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmCharacter* interactor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractableActor_OnPrepareStartInteraction;
// Function Everholm.EverholmInteractableActor.OnSharedEventTriggered
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractableActor_OnSharedEventTriggered final
{
public:
class UEverholmInteractionComponent* InteractionComponent_0; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName EventName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractableActor_OnSharedEventTriggered;
// Function Everholm.EverholmInteractableActor.OnValueChanged
// 0x0018 (0x0018 - 0x0000)
struct EverholmInteractableActor_OnValueChanged final
{
public:
class UEverholmInteractionComponent* InteractionComponent_0; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ESharedInteractableValueID ID; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 NewValue; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsInitialization; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractableActor_OnValueChanged;
// Function Everholm.PickupBase.GetOffsetSockets
// 0x0010 (0x0010 - 0x0000)
struct PickupBase_GetOffsetSockets final
{
public:
TArray<class FName> ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetOffsetSockets;
// Function Everholm.PickupBase.GetOwnerSockets
// 0x0010 (0x0010 - 0x0000)
struct PickupBase_GetOwnerSockets final
{
public:
TArray<class FName> ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetOwnerSockets;
// Function Everholm.PickupBase.AddAsStashedTo
// 0x0010 (0x0010 - 0x0000)
struct PickupBase_AddAsStashedTo final
{
public:
class AEverholmCharacter* NewOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_PickupBase_AddAsStashedTo;
// Function Everholm.PickupBase.ForceDropPickup
// 0x0003 (0x0003 - 0x0000)
struct PickupBase_ForceDropPickup final
{
public:
bool bOverrideUndroppable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisableAfterDrop; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_ForceDropPickup;
// Function Everholm.PickupBase.ForceStashPickup
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_ForceStashPickup final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_ForceStashPickup;
// Function Everholm.PickupBase.HandleBeginStashing
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_HandleBeginStashing final
{
public:
bool bIsQuickStash; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HandleBeginStashing;
// Function Everholm.PickupBase.HandleBeginUnstash
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_HandleBeginUnstash final
{
public:
bool bIsQuickStash; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HandleBeginUnstash;
// Function Everholm.PickupBase.HandleHolderAnimNotify
// 0x0020 (0x0020 - 0x0000)
struct PickupBase_HandleHolderAnimNotify final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName NotifyName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class UAnimMetaData*> AnimMetaData; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HandleHolderAnimNotify;
// Function Everholm.PickupBase.HandleHolderChanged
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_HandleHolderChanged final
{
public:
class AActor* holder; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HandleHolderChanged;
// Function Everholm.PickupBase.HandleInteractionEnded
// 0x0010 (0x0010 - 0x0000)
struct PickupBase_HandleInteractionEnded final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInteractEndReason interactEndReason; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_PickupBase_HandleInteractionEnded;
// Function Everholm.PickupBase.HandlePickupOwnerChanged
// 0x0010 (0x0010 - 0x0000)
struct PickupBase_HandlePickupOwnerChanged final
{
public:
class AEverholmCharacter* previousOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmCharacter* NewOwner; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HandlePickupOwnerChanged;
// Function Everholm.PickupBase.HandlePickupUsedForInteraction
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_HandlePickupUsedForInteraction final
{
public:
class UEverholmInteractionComponent* interactionComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HandlePickupUsedForInteraction;
// Function Everholm.PickupBase.HandleSlotted
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_HandleSlotted final
{
public:
class USlotInteractionComponent* Slot; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HandleSlotted;
// Function Everholm.PickupBase.HandleStashed
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_HandleStashed final
{
public:
bool bIsQuickStash; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HandleStashed;
// Function Everholm.PickupBase.HandleThrowImpact
// 0x00F8 (0x00F8 - 0x0000)
struct PickupBase_HandleThrowImpact final
{
public:
struct FHitResult ImpactResult; // 0x0000(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HandleThrowImpact;
// Function Everholm.PickupBase.HandleUnslotted
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_HandleUnslotted final
{
public:
class USlotInteractionComponent* Slot; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HandleUnslotted;
// Function Everholm.PickupBase.HandleUnstashed
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_HandleUnstashed final
{
public:
bool bIsQuickStash; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HandleUnstashed;
// Function Everholm.PickupBase.HIP_EnableAutoDrop
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_HIP_EnableAutoDrop final
{
public:
bool bEnableAutoDrop; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_HIP_EnableAutoDrop;
// Function Everholm.PickupBase.OnAlignmentStarted
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_OnAlignmentStarted final
{
public:
class AEverholmCharacter* interactor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_OnAlignmentStarted;
// Function Everholm.PickupBase.OnIsStashedChanged
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_OnIsStashedChanged final
{
public:
bool bInIsStashed; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_OnIsStashedChanged;
// Function Everholm.PickupBase.OnProjectileStop
// 0x00F8 (0x00F8 - 0x0000)
struct PickupBase_OnProjectileStop final
{
public:
struct FHitResult ImpactResult; // 0x0000(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_OnProjectileStop;
// Function Everholm.PickupBase.RemoteAttachForHandover
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_RemoteAttachForHandover final
{
public:
class AEverholmPlayerCharacter* Other; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_RemoteAttachForHandover;
// Function Everholm.PickupBase.RequestConsume
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_RequestConsume final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_RequestConsume;
// Function Everholm.PickupBase.SetPickupEnabled
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_SetPickupEnabled final
{
public:
bool bInIsEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_SetPickupEnabled;
// Function Everholm.PickupBase.CanInteract
// 0x0010 (0x0010 - 0x0000)
struct PickupBase_CanInteract final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_PickupBase_CanInteract;
// Function Everholm.PickupBase.CanOnlyUnstash
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_CanOnlyUnstash final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_CanOnlyUnstash;
// Function Everholm.PickupBase.GetCurrentSlot
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_GetCurrentSlot final
{
public:
class USlotInteractionComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetCurrentSlot;
// Function Everholm.PickupBase.GetHolder
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_GetHolder final
{
public:
class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetHolder;
// Function Everholm.PickupBase.GetInventoryName
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_GetInventoryName final
{
public:
class FName ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetInventoryName;
// Function Everholm.PickupBase.GetIsHeld
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_GetIsHeld final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetIsHeld;
// Function Everholm.PickupBase.GetIsReserved
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_GetIsReserved final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetIsReserved;
// Function Everholm.PickupBase.GetOwnerPickupComponent
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_GetOwnerPickupComponent final
{
public:
class UEverholmPickupComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetOwnerPickupComponent;
// Function Everholm.PickupBase.GetPickupOwner
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_GetPickupOwner final
{
public:
class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetPickupOwner;
// Function Everholm.PickupBase.GetPreviewAnim
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_GetPreviewAnim final
{
public:
class UAnimSequence* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetPreviewAnim;
// Function Everholm.PickupBase.GetPrimitiveComponent
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_GetPrimitiveComponent final
{
public:
class UPrimitiveComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetPrimitiveComponent;
// Function Everholm.PickupBase.GetProjectileComponent
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_GetProjectileComponent final
{
public:
class UProjectileMovementComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetProjectileComponent;
// Function Everholm.PickupBase.GetStashSocketName
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_GetStashSocketName final
{
public:
class FName ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetStashSocketName;
// Function Everholm.PickupBase.GetThrowComponent
// 0x0008 (0x0008 - 0x0000)
struct PickupBase_GetThrowComponent final
{
public:
class UThrowItemAbilityComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_GetThrowComponent;
// Function Everholm.PickupBase.IsAvailableForEquipBy
// 0x0010 (0x0010 - 0x0000)
struct PickupBase_IsAvailableForEquipBy final
{
public:
const class AEverholmCharacter* Character; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_PickupBase_IsAvailableForEquipBy;
// Function Everholm.PickupBase.IsClientDirected
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_IsClientDirected final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_IsClientDirected;
// Function Everholm.PickupBase.IsDroppable
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_IsDroppable final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_IsDroppable;
// Function Everholm.PickupBase.IsEnabled
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_IsEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_IsEnabled;
// Function Everholm.PickupBase.IsInteractionEnabled
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_IsInteractionEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_IsInteractionEnabled;
// Function Everholm.PickupBase.IsQuickStashed
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_IsQuickStashed final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_IsQuickStashed;
// Function Everholm.PickupBase.IsStashed
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_IsStashed final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_IsStashed;
// Function Everholm.PickupBase.IsThrowable
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_IsThrowable final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_IsThrowable;
// Function Everholm.PickupBase.IsThrown
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_IsThrown final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_IsThrown;
// Function Everholm.PickupBase.ShouldScalePreviewHeadBone
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_ShouldScalePreviewHeadBone final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_ShouldScalePreviewHeadBone;
// Function Everholm.PickupBase.ShouldToggleVisibilityWithOwner
// 0x0001 (0x0001 - 0x0000)
struct PickupBase_ShouldToggleVisibilityWithOwner final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupBase_ShouldToggleVisibilityWithOwner;
// Function Everholm.StaticMeshPickup.GetMeshComponent
// 0x0008 (0x0008 - 0x0000)
struct StaticMeshPickup_GetMeshComponent final
{
public:
class UStaticMeshComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_StaticMeshPickup_GetMeshComponent;
// Function Everholm.AIAction_ExecuteMultipleActions.GetCurrentActionIndex
// 0x0004 (0x0004 - 0x0000)
struct AIAction_ExecuteMultipleActions_GetCurrentActionIndex final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAction_ExecuteMultipleActions_GetCurrentActionIndex;
// Function Everholm.VehiclePassengerComponent.ActOnInteract
// 0x0018 (0x0018 - 0x0000)
struct VehiclePassengerComponent_ActOnInteract final
{
public:
struct FVector authForward; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehiclePassengerComponent_ActOnInteract;
// Function Everholm.VehiclePassengerComponent.Multicast_ReplicateInteract
// 0x0018 (0x0018 - 0x0000)
struct VehiclePassengerComponent_Multicast_ReplicateInteract final
{
public:
struct FVector_NetQuantizeNormal forwardVec; // 0x0000(0x0018)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehiclePassengerComponent_Multicast_ReplicateInteract;
// Function Everholm.VehiclePassengerComponent.Multicast_ReplicateLocalRotation
// 0x0018 (0x0018 - 0x0000)
struct VehiclePassengerComponent_Multicast_ReplicateLocalRotation final
{
public:
struct FVector_NetQuantize10 rotationVec; // 0x0000(0x0018)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehiclePassengerComponent_Multicast_ReplicateLocalRotation;
// Function Everholm.VehiclePassengerComponent.SetVisualParent
// 0x0008 (0x0008 - 0x0000)
struct VehiclePassengerComponent_SetVisualParent final
{
public:
class USceneComponent* sceneComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehiclePassengerComponent_SetVisualParent;
// Function Everholm.VehiclePassengerComponent.UpdateTargetRotation
// 0x0020 (0x0020 - 0x0000)
struct VehiclePassengerComponent_UpdateTargetRotation final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FRotator ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehiclePassengerComponent_UpdateTargetRotation;
// Function Everholm.VehiclePassengerComponent.UpdateVisual
// 0x0004 (0x0004 - 0x0000)
struct VehiclePassengerComponent_UpdateVisual final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehiclePassengerComponent_UpdateVisual;
// Function Everholm.VehicleActor.CanExitVehicle
// 0x0010 (0x0010 - 0x0000)
struct VehicleActor_CanExitVehicle final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleActor_CanExitVehicle;
// Function Everholm.VehicleActor.GetUseVehicleForward
// 0x0018 (0x0018 - 0x0000)
struct VehicleActor_GetUseVehicleForward final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetUseVehicleForward;
// Function Everholm.VehicleActor.HIP_ToggleVehicle
// 0x0001 (0x0001 - 0x0000)
struct VehicleActor_HIP_ToggleVehicle final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_HIP_ToggleVehicle;
// Function Everholm.VehicleActor.Multicast_PlayStartOnVehicle
// 0x0038 (0x0038 - 0x0000)
struct VehicleActor_Multicast_PlayStartOnVehicle final
{
public:
struct FVector Location; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator Rotation; // 0x0018(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
bool bDriverIsBoy; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleActor_Multicast_PlayStartOnVehicle;
// Function Everholm.VehicleActor.NPCKidEnterVehicle
// 0x0008 (0x0008 - 0x0000)
struct VehicleActor_NPCKidEnterVehicle final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_NPCKidEnterVehicle;
// Function Everholm.VehicleActor.NPCKidExitVehicle
// 0x0008 (0x0008 - 0x0000)
struct VehicleActor_NPCKidExitVehicle final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_NPCKidExitVehicle;
// Function Everholm.VehicleActor.OnRep_DriverCharacter
// 0x0008 (0x0008 - 0x0000)
struct VehicleActor_OnRep_DriverCharacter final
{
public:
class AEverholmCharacter* prevCharacter; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_OnRep_DriverCharacter;
// Function Everholm.VehicleActor.OnRep_KidsOnVehicle
// 0x0010 (0x0010 - 0x0000)
struct VehicleActor_OnRep_KidsOnVehicle final
{
public:
TArray<TWeakObjectPtr<class AEverholmCharacter>> previousKidsOnVehicle; // 0x0000(0x0010)(Parm, ZeroConstructor, UObjectWrapper, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_OnRep_KidsOnVehicle;
// Function Everholm.VehicleActor.OnRep_PassengerCharacter
// 0x0008 (0x0008 - 0x0000)
struct VehicleActor_OnRep_PassengerCharacter final
{
public:
class AEverholmCharacter* prevCharacter; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_OnRep_PassengerCharacter;
// Function Everholm.VehicleActor.OnSpawnedFromPlayerStart
// 0x0008 (0x0008 - 0x0000)
struct VehicleActor_OnSpawnedFromPlayerStart final
{
public:
class AEverholmPlayerStartInVehicleBase* PlayerStart; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_OnSpawnedFromPlayerStart;
// Function Everholm.VehicleActor.PreModifyRawInput
// 0x0048 (0x0048 - 0x0000)
struct VehicleActor_PreModifyRawInput final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector2D controlInput; // 0x0008(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector2D lookAroundInput; // 0x0018(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector2D controlInputOut; // 0x0028(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector2D lookAroundInputOut; // 0x0038(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_PreModifyRawInput;
// Function Everholm.VehicleActor.ProcessClientRawCollisionEvent
// 0x0004 (0x0004 - 0x0000)
struct VehicleActor_ProcessClientRawCollisionEvent final
{
public:
int32 rawCollisionEvent; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_ProcessClientRawCollisionEvent;
// Function Everholm.VehicleActor.SetControlledByPlayer
// 0x0001 (0x0001 - 0x0000)
struct VehicleActor_SetControlledByPlayer final
{
public:
bool controlledByPlayer; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_SetControlledByPlayer;
// Function Everholm.VehicleActor.SetDriver
// 0x0010 (0x0010 - 0x0000)
struct VehicleActor_SetDriver final
{
public:
class AEverholmCharacter* NewDriver; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmCharacter* OldDriver; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_SetDriver;
// Function Everholm.VehicleActor.SetDrivingCharacter
// 0x0008 (0x0008 - 0x0000)
struct VehicleActor_SetDrivingCharacter final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_SetDrivingCharacter;
// Function Everholm.VehicleActor.SetNPC
// 0x0010 (0x0010 - 0x0000)
struct VehicleActor_SetNPC final
{
public:
class AEverholmCharacter* NewNPC; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmCharacter* OldNPC; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_SetNPC;
// Function Everholm.VehicleActor.SetPassenger
// 0x0010 (0x0010 - 0x0000)
struct VehicleActor_SetPassenger final
{
public:
class AEverholmCharacter* newPassenger; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmCharacter* oldPassenger; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_SetPassenger;
// Function Everholm.VehicleActor.SetPassengerCharacter
// 0x0008 (0x0008 - 0x0000)
struct VehicleActor_SetPassengerCharacter final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_SetPassengerCharacter;
// Function Everholm.VehicleActor.UseVehicleEvent
// 0x0038 (0x0038 - 0x0000)
struct VehicleActor_UseVehicleEvent final
{
public:
struct FVector localVehicleLocation; // 0x0000(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector localVehicleUseForward; // 0x0018(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmCharacter* Character; // 0x0030(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_UseVehicleEvent;
// Function Everholm.VehicleActor.AreNPCKidsReady
// 0x0001 (0x0001 - 0x0000)
struct VehicleActor_AreNPCKidsReady final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_AreNPCKidsReady;
// Function Everholm.VehicleActor.GetAlignedVehicleSpeed
// 0x0004 (0x0004 - 0x0000)
struct VehicleActor_GetAlignedVehicleSpeed final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetAlignedVehicleSpeed;
// Function Everholm.VehicleActor.GetBaseLocationAndRotationForCharacter
// 0x0040 (0x0040 - 0x0000)
struct VehicleActor_GetBaseLocationAndRotationForCharacter final
{
public:
const class AEverholmCharacter* Character; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator Rotation; // 0x0020(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
float DeltaTime; // 0x0038(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleActor_GetBaseLocationAndRotationForCharacter;
// Function Everholm.VehicleActor.GetControlledByPlayer
// 0x0001 (0x0001 - 0x0000)
struct VehicleActor_GetControlledByPlayer final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetControlledByPlayer;
// Function Everholm.VehicleActor.GetDriverCharacter
// 0x0008 (0x0008 - 0x0000)
struct VehicleActor_GetDriverCharacter final
{
public:
class AEverholmCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetDriverCharacter;
// Function Everholm.VehicleActor.GetDriverControlData
// 0x0040 (0x0040 - 0x0000)
struct VehicleActor_GetDriverControlData final
{
public:
struct FVehicleControlData ReturnValue; // 0x0000(0x0040)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetDriverControlData;
// Function Everholm.VehicleActor.GetForwardVelocity
// 0x0004 (0x0004 - 0x0000)
struct VehicleActor_GetForwardVelocity final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetForwardVelocity;
// Function Everholm.VehicleActor.GetManualLookaroundYawInput
// 0x0004 (0x0004 - 0x0000)
struct VehicleActor_GetManualLookaroundYawInput final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetManualLookaroundYawInput;
// Function Everholm.VehicleActor.GetNPCKidsOnVehicle
// 0x0010 (0x0010 - 0x0000)
struct VehicleActor_GetNPCKidsOnVehicle final
{
public:
TArray<class AEverholmCharacter*> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetNPCKidsOnVehicle;
// Function Everholm.VehicleActor.GetPassengerCharacter
// 0x0008 (0x0008 - 0x0000)
struct VehicleActor_GetPassengerCharacter final
{
public:
class AEverholmCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetPassengerCharacter;
// Function Everholm.VehicleActor.GetPassengerControlData
// 0x0040 (0x0040 - 0x0000)
struct VehicleActor_GetPassengerControlData final
{
public:
struct FVehicleControlData ReturnValue; // 0x0000(0x0040)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetPassengerControlData;
// Function Everholm.VehicleActor.GetPassengerSceneComponentForward
// 0x0018 (0x0018 - 0x0000)
struct VehicleActor_GetPassengerSceneComponentForward final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetPassengerSceneComponentForward;
// Function Everholm.VehicleActor.GetRotationalVelocity
// 0x0004 (0x0004 - 0x0000)
struct VehicleActor_GetRotationalVelocity final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetRotationalVelocity;
// Function Everholm.VehicleActor.GetVehicleBaseBoneForCharacter
// 0x0010 (0x0010 - 0x0000)
struct VehicleActor_GetVehicleBaseBoneForCharacter final
{
public:
const class AEverholmCharacter* Character; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetVehicleBaseBoneForCharacter;
// Function Everholm.VehicleActor.GetVehicleBasePrimitive
// 0x0008 (0x0008 - 0x0000)
struct VehicleActor_GetVehicleBasePrimitive final
{
public:
class UPrimitiveComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetVehicleBasePrimitive;
// Function Everholm.VehicleActor.GetVehicleCameraTrackingMultiplier
// 0x0004 (0x0004 - 0x0000)
struct VehicleActor_GetVehicleCameraTrackingMultiplier final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetVehicleCameraTrackingMultiplier;
// Function Everholm.VehicleActor.GetVehicleUseCooldownDuration
// 0x0004 (0x0004 - 0x0000)
struct VehicleActor_GetVehicleUseCooldownDuration final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetVehicleUseCooldownDuration;
// Function Everholm.VehicleActor.GetVehicleVelocity
// 0x0018 (0x0018 - 0x0000)
struct VehicleActor_GetVehicleVelocity final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_GetVehicleVelocity;
// Function Everholm.VehicleActor.IsDriver
// 0x0010 (0x0010 - 0x0000)
struct VehicleActor_IsDriver final
{
public:
const class AEverholmCharacter* Character; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleActor_IsDriver;
// Function Everholm.VehicleActor.IsPassenger
// 0x0010 (0x0010 - 0x0000)
struct VehicleActor_IsPassenger final
{
public:
const class AEverholmCharacter* Character; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleActor_IsPassenger;
// Function Everholm.VehicleActor.IsQuickStashAllowed
// 0x0001 (0x0001 - 0x0000)
struct VehicleActor_IsQuickStashAllowed final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_IsQuickStashAllowed;
// Function Everholm.VehicleActor.IsSinglePlayerMode
// 0x0001 (0x0001 - 0x0000)
struct VehicleActor_IsSinglePlayerMode final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_IsSinglePlayerMode;
// Function Everholm.VehicleActor.ShouldModifyDriverInputToCameraSpace
// 0x0001 (0x0001 - 0x0000)
struct VehicleActor_ShouldModifyDriverInputToCameraSpace final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_ShouldModifyDriverInputToCameraSpace;
// Function Everholm.VehicleActor.ShouldModifyInputForCharacter
// 0x0010 (0x0010 - 0x0000)
struct VehicleActor_ShouldModifyInputForCharacter final
{
public:
const class AEverholmCharacter* Character; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleActor_ShouldModifyInputForCharacter;
// Function Everholm.VehicleActor.ShouldModifyPassengerInputToCameraSpace
// 0x0001 (0x0001 - 0x0000)
struct VehicleActor_ShouldModifyPassengerInputToCameraSpace final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActor_ShouldModifyPassengerInputToCameraSpace;
// Function Everholm.AIAction_FreeRoam.SetCrowdAvoidanceDirection
// 0x0010 (0x0010 - 0x0000)
struct AIAction_FreeRoam_SetCrowdAvoidanceDirection final
{
public:
struct FVector2D crowdAvoidanceVector; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAction_FreeRoam_SetCrowdAvoidanceDirection;
// Function Everholm.AIAction_Interact.OnInteractEnd
// 0x0010 (0x0010 - 0x0000)
struct AIAction_Interact_OnInteractEnd final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInteractEndReason interactEndReason; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAction_Interact_OnInteractEnd;
// Function Everholm.AIAction_Interact.OnInteractPreambleEnd
// 0x0010 (0x0010 - 0x0000)
struct AIAction_Interact_OnInteractPreambleEnd final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasAborted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bPreambleSuccessful; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAction_Interact_OnInteractPreambleEnd;
// Function Everholm.AIAction_MoveAlongSpline.SetPatrolSpeed
// 0x0004 (0x0004 - 0x0000)
struct AIAction_MoveAlongSpline_SetPatrolSpeed final
{
public:
float Speed; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAction_MoveAlongSpline_SetPatrolSpeed;
// Function Everholm.HandholdingPassengerMovementMode.OnHandholdingStarted
// 0x0008 (0x0008 - 0x0000)
struct HandholdingPassengerMovementMode_OnHandholdingStarted final
{
public:
class AEverholmCharacter* newPartner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_HandholdingPassengerMovementMode_OnHandholdingStarted;
// Function Everholm.HandholdingPassengerMovementMode.OnHandholdingStopped
// 0x0008 (0x0008 - 0x0000)
struct HandholdingPassengerMovementMode_OnHandholdingStopped final
{
public:
class AEverholmCharacter* oldPartner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_HandholdingPassengerMovementMode_OnHandholdingStopped;
// Function Everholm.AIAction_PerformForcedInteract.OnInteractEnd
// 0x0010 (0x0010 - 0x0000)
struct AIAction_PerformForcedInteract_OnInteractEnd final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInteractEndReason interactEndReason; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAction_PerformForcedInteract_OnInteractEnd;
// Function Everholm.AIAction_PlayAnimMontage.OnMainAnimationMontageFinished
// 0x0010 (0x0010 - 0x0000)
struct AIAction_PlayAnimMontage_OnMainAnimationMontageFinished final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasInterrupted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAction_PlayAnimMontage_OnMainAnimationMontageFinished;
// Function Everholm.AIAction_PlayAnimMontage.OnStartAnimationMontageFinished
// 0x0010 (0x0010 - 0x0000)
struct AIAction_PlayAnimMontage_OnStartAnimationMontageFinished final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasInterrupted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAction_PlayAnimMontage_OnStartAnimationMontageFinished;
// Function Everholm.AIAction_PlayMultipleAnimations.GetCurrentActionIndex
// 0x0004 (0x0004 - 0x0000)
struct AIAction_PlayMultipleAnimations_GetCurrentActionIndex final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAction_PlayMultipleAnimations_GetCurrentActionIndex;
// Function Everholm.SkeletalMeshPickup.GetMeshComponent
// 0x0008 (0x0008 - 0x0000)
struct SkeletalMeshPickup_GetMeshComponent final
{
public:
class USkeletalMeshComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SkeletalMeshPickup_GetMeshComponent;
// Function Everholm.LanternPickup.SetLightOn
// 0x0001 (0x0001 - 0x0000)
struct LanternPickup_SetLightOn final
{
public:
bool bTurnOn; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LanternPickup_SetLightOn;
// Function Everholm.LanternPickup.GetLightDetectionDirection
// 0x0018 (0x0018 - 0x0000)
struct LanternPickup_GetLightDetectionDirection final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LanternPickup_GetLightDetectionDirection;
// Function Everholm.LanternPickup.IsLightOn
// 0x0001 (0x0001 - 0x0000)
struct LanternPickup_IsLightOn final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LanternPickup_IsLightOn;
// Function Everholm.LanternPickup.ShouldDisableLightForInteractionQuickStash
// 0x0001 (0x0001 - 0x0000)
struct LanternPickup_ShouldDisableLightForInteractionQuickStash final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LanternPickup_ShouldDisableLightForInteractionQuickStash;
// Function Everholm.LanternPickup.ShouldStayLitWhenStashed
// 0x0001 (0x0001 - 0x0000)
struct LanternPickup_ShouldStayLitWhenStashed final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LanternPickup_ShouldStayLitWhenStashed;
// Function Everholm.AIAlertStateAnalyzer.GetCurrentAlertState
// 0x0001 (0x0001 - 0x0000)
struct AIAlertStateAnalyzer_GetCurrentAlertState final
{
public:
EAIAlertState ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAlertStateAnalyzer_GetCurrentAlertState;
// Function Everholm.AIAlertStateAnalyzer.GetPreviousAlertState
// 0x0001 (0x0001 - 0x0000)
struct AIAlertStateAnalyzer_GetPreviousAlertState final
{
public:
EAIAlertState ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAlertStateAnalyzer_GetPreviousAlertState;
// Function Everholm.AIAlertStateAnalyzer.IsCurrentAlertState
// 0x0002 (0x0002 - 0x0000)
struct AIAlertStateAnalyzer_IsCurrentAlertState final
{
public:
EAIAlertState State; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAlertStateAnalyzer_IsCurrentAlertState;
// Function Everholm.AIAlertStateAnalyzer.IsPreviousAlertState
// 0x0002 (0x0002 - 0x0000)
struct AIAlertStateAnalyzer_IsPreviousAlertState final
{
public:
EAIAlertState State; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAlertStateAnalyzer_IsPreviousAlertState;
// Function Everholm.TargetComponent.SetEnabled
// 0x0001 (0x0001 - 0x0000)
struct TargetComponent_SetEnabled final
{
public:
bool bInIsEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetComponent_SetEnabled;
// Function Everholm.TargetComponent.ApplySuggestedThrowParamsToTarget
// 0x0050 (0x0050 - 0x0000)
struct TargetComponent_ApplySuggestedThrowParamsToTarget final
{
public:
struct FVector StartLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float throwingForce; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float CollisionRadius; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float GravityOverride; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bFavorHighArc; // 0x0024(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_25[0x3]; // 0x0025(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FThrowParams throwParamsToCorrect; // 0x0028(0x0028)(Parm, OutParm, ReferenceParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetComponent_ApplySuggestedThrowParamsToTarget;
// Function Everholm.TargetComponent.CalculateSuggestedThrowVelocity
// 0x0048 (0x0048 - 0x0000)
struct TargetComponent_CalculateSuggestedThrowVelocity final
{
public:
struct FVector StartLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float throwingForce; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float CollisionRadius; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float GravityOverride; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bFavorHighArc; // 0x0024(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_25[0x3]; // 0x0025(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector outVelocity; // 0x0028(0x0018)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0040(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TargetComponent_CalculateSuggestedThrowVelocity;
// Function Everholm.TargetComponent.IsEnabled
// 0x0001 (0x0001 - 0x0000)
struct TargetComponent_IsEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetComponent_IsEnabled;
// Function Everholm.JumpTargetComponent.GetClosestPointToPlayer
// 0x0048 (0x0048 - 0x0000)
struct JumpTargetComponent_GetClosestPointToPlayer final
{
public:
struct FVector playerFeetLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector playerVelocity; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0030(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_JumpTargetComponent_GetClosestPointToPlayer;
// Function Everholm.JumpTargetComponent.GetLandingLocation
// 0x0048 (0x0048 - 0x0000)
struct JumpTargetComponent_GetLandingLocation final
{
public:
struct FVector playerFeetLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector playerVelocity; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0030(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_JumpTargetComponent_GetLandingLocation;
// Function Everholm.JumpTargetComponent.GetTargetParameters
// 0x0080 (0x0080 - 0x0000)
struct JumpTargetComponent_GetTargetParameters final
{
public:
struct FJumpTargetParameters ReturnValue; // 0x0000(0x0080)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_JumpTargetComponent_GetTargetParameters;
// Function Everholm.JumpTargetComponent.IsPlayerInActivationZone
// 0x0038 (0x0038 - 0x0000)
struct JumpTargetComponent_IsPlayerInActivationZone final
{
public:
struct FVector playerFeetLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector playerVelocity; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_JumpTargetComponent_IsPlayerInActivationZone;
// Function Everholm.JumpTargetComponent.IsPlayerWellAligned
// 0x0038 (0x0038 - 0x0000)
struct JumpTargetComponent_IsPlayerWellAligned final
{
public:
struct FVector playerFeetLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector playerVelocity; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0030(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_JumpTargetComponent_IsPlayerWellAligned;
// Function Everholm.JumpTargetComponent.IsTargetRelevant
// 0x0050 (0x0050 - 0x0000)
struct JumpTargetComponent_IsTargetRelevant final
{
public:
struct FVector playerFeetLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector playerForward; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector playerVelocity; // 0x0030(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0048(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_JumpTargetComponent_IsTargetRelevant;
// Function Everholm.LanternDetectionComponent.EnableLightDetection
// 0x0001 (0x0001 - 0x0000)
struct LanternDetectionComponent_EnableLightDetection final
{
public:
bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LanternDetectionComponent_EnableLightDetection;
// Function Everholm.LanternDetectionComponent.GetLanternPickups
// 0x0010 (0x0010 - 0x0000)
struct LanternDetectionComponent_GetLanternPickups final
{
public:
TArray<class ALanternPickup*> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LanternDetectionComponent_GetLanternPickups;
// Function Everholm.LanternDetectionComponent.IsInLight
// 0x0001 (0x0001 - 0x0000)
struct LanternDetectionComponent_IsInLight final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LanternDetectionComponent_IsInLight;
// Function Everholm.AIAnalyzer_FollowPointSplineAnalyzer.OnActionPointQueryResult
// 0x0010 (0x0010 - 0x0000)
struct AIAnalyzer_FollowPointSplineAnalyzer_OnActionPointQueryResult final
{
public:
class UEnvQueryInstanceBlueprintWrapper* QueryInstance; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEnvQueryStatus QueryStatus; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAnalyzer_FollowPointSplineAnalyzer_OnActionPointQueryResult;
// Function Everholm.AIAnalyzer_FollowPointSplineAnalyzer.OnSplineOverrideAdded
// 0x0110 (0x0110 - 0x0000)
struct AIAnalyzer_FollowPointSplineAnalyzer_OnSplineOverrideAdded final
{
public:
class UChalkboardWrapper* Chalkboard; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FChalkboardSectionKey sectionKey; // 0x0008(0x0108)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAnalyzer_FollowPointSplineAnalyzer_OnSplineOverrideAdded;
// Function Everholm.AIAnalyzer_FollowPointSplineAnalyzer.OnSplineOverrideRemoved
// 0x0110 (0x0110 - 0x0000)
struct AIAnalyzer_FollowPointSplineAnalyzer_OnSplineOverrideRemoved final
{
public:
class UChalkboardWrapper* Chalkboard; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FChalkboardSectionKey sectionKey; // 0x0008(0x0108)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAnalyzer_FollowPointSplineAnalyzer_OnSplineOverrideRemoved;
// Function Everholm.AIAnalyzer_GenericActorEQS.OnChalkboardCustomGateKeyAdded
// 0x0110 (0x0110 - 0x0000)
struct AIAnalyzer_GenericActorEQS_OnChalkboardCustomGateKeyAdded final
{
public:
class UChalkboardWrapper* Chalkboard; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FChalkboardSectionKey sectionKey; // 0x0008(0x0108)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAnalyzer_GenericActorEQS_OnChalkboardCustomGateKeyAdded;
// Function Everholm.AIAnalyzer_GenericActorEQS.OnChalkboardCustomGateKeyRemoved
// 0x0110 (0x0110 - 0x0000)
struct AIAnalyzer_GenericActorEQS_OnChalkboardCustomGateKeyRemoved final
{
public:
class UChalkboardWrapper* Chalkboard; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FChalkboardSectionKey sectionKey; // 0x0008(0x0108)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAnalyzer_GenericActorEQS_OnChalkboardCustomGateKeyRemoved;
// Function Everholm.AIAnalyzer_GenericActorEQS.OnQueryResult
// 0x0010 (0x0010 - 0x0000)
struct AIAnalyzer_GenericActorEQS_OnQueryResult final
{
public:
class UEnvQueryInstanceBlueprintWrapper* QueryInstance; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEnvQueryStatus QueryStatus; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAnalyzer_GenericActorEQS_OnQueryResult;
// Function Everholm.AIAnalyzer_GenericLocationEQS.OnChalkboardCustomGateKeyAdded
// 0x0110 (0x0110 - 0x0000)
struct AIAnalyzer_GenericLocationEQS_OnChalkboardCustomGateKeyAdded final
{
public:
class UChalkboardWrapper* Chalkboard; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FChalkboardSectionKey sectionKey; // 0x0008(0x0108)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAnalyzer_GenericLocationEQS_OnChalkboardCustomGateKeyAdded;
// Function Everholm.AIAnalyzer_GenericLocationEQS.OnChalkboardCustomGateKeyRemoved
// 0x0110 (0x0110 - 0x0000)
struct AIAnalyzer_GenericLocationEQS_OnChalkboardCustomGateKeyRemoved final
{
public:
class UChalkboardWrapper* Chalkboard; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FChalkboardSectionKey sectionKey; // 0x0008(0x0108)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAnalyzer_GenericLocationEQS_OnChalkboardCustomGateKeyRemoved;
// Function Everholm.AIAnalyzer_GenericLocationEQS.OnQueryResult
// 0x0010 (0x0010 - 0x0000)
struct AIAnalyzer_GenericLocationEQS_OnQueryResult final
{
public:
class UEnvQueryInstanceBlueprintWrapper* QueryInstance; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEnvQueryStatus QueryStatus; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAnalyzer_GenericLocationEQS_OnQueryResult;
// Function Everholm.AIAnalyzer_GenericLocationEQS.OnQueryResult_Blueprint
// 0x0001 (0x0001 - 0x0000)
struct AIAnalyzer_GenericLocationEQS_OnQueryResult_Blueprint final
{
public:
EEnvQueryStatus QueryStatus; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAnalyzer_GenericLocationEQS_OnQueryResult_Blueprint;
// Function Everholm.AIAnalyzer_HumbugPacifiedState.SetPacifiedState
// 0x0002 (0x0002 - 0x0000)
struct AIAnalyzer_HumbugPacifiedState_SetPacifiedState final
{
public:
EHumbugPacifiedState NewState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAnalyzer_HumbugPacifiedState_SetPacifiedState;
// Function Everholm.AIAnalyzer_HumbugPacifiedState.GetPacifiedState
// 0x0001 (0x0001 - 0x0000)
struct AIAnalyzer_HumbugPacifiedState_GetPacifiedState final
{
public:
EHumbugPacifiedState ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAnalyzer_HumbugPacifiedState_GetPacifiedState;
// Function Everholm.KeyLockInterface.GetKeyInsertTransform
// 0x0060 (0x0060 - 0x0000)
struct KeyLockInterface_GetKeyInsertTransform final
{
public:
struct FTransform ReturnValue; // 0x0000(0x0060)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_KeyLockInterface_GetKeyInsertTransform;
// Function Everholm.LocalUserSubsystem.OnInitializeLocalCoopUserPlatformOnlyCompleted
// 0x0028 (0x0028 - 0x0000)
struct LocalUserSubsystem_OnInitializeLocalCoopUserPlatformOnlyCompleted final
{
public:
const class UCommonUserInfo* UserInfo; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSuccess; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FText Error; // 0x0010(0x0010)(Parm, NativeAccessSpecifierPublic)
ECommonUserPrivilege RequestedPrivilege; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECommonUserOnlineContext OnlineContext; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_LocalUserSubsystem_OnInitializeLocalCoopUserPlatformOnlyCompleted;
// Function Everholm.LocalUserSubsystem.OnInitializePrimaryUserPlatformOnlyCompleted
// 0x0028 (0x0028 - 0x0000)
struct LocalUserSubsystem_OnInitializePrimaryUserPlatformOnlyCompleted final
{
public:
const class UCommonUserInfo* UserInfo; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSuccess; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FText Error; // 0x0010(0x0010)(Parm, NativeAccessSpecifierPublic)
ECommonUserPrivilege RequestedPrivilege; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECommonUserOnlineContext OnlineContext; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_LocalUserSubsystem_OnInitializePrimaryUserPlatformOnlyCompleted;
// Function Everholm.LocalUserSubsystem.OnInitLocalCoopUserForOnlinePlayCompleted
// 0x0028 (0x0028 - 0x0000)
struct LocalUserSubsystem_OnInitLocalCoopUserForOnlinePlayCompleted final
{
public:
const class UCommonUserInfo* UserInfo; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSuccess; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FText Error; // 0x0010(0x0010)(Parm, NativeAccessSpecifierPublic)
ECommonUserPrivilege RequestedPrivilege; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECommonUserOnlineContext OnlineContext; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_LocalUserSubsystem_OnInitLocalCoopUserForOnlinePlayCompleted;
// Function Everholm.LocalUserSubsystem.OnInitPrimaryUserForOnlinePlayCompleted
// 0x0028 (0x0028 - 0x0000)
struct LocalUserSubsystem_OnInitPrimaryUserForOnlinePlayCompleted final
{
public:
const class UCommonUserInfo* UserInfo; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSuccess; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FText Error; // 0x0010(0x0010)(Parm, NativeAccessSpecifierPublic)
ECommonUserPrivilege RequestedPrivilege; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECommonUserOnlineContext OnlineContext; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_LocalUserSubsystem_OnInitPrimaryUserForOnlinePlayCompleted;
// Function Everholm.LocalUserSubsystem.TryToInitializeUserWithParams
// 0x000C (0x000C - 0x0000)
struct LocalUserSubsystem_TryToInitializeUserWithParams final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 LocalPlayerIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FInputDeviceId InputDeviceId; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalUserSubsystem_TryToInitializeUserWithParams;
// Function Everholm.LocalUserSubsystem.TryToLoginUserForOnlinePlay
// 0x0002 (0x0002 - 0x0000)
struct LocalUserSubsystem_TryToLoginUserForOnlinePlay final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bShowAccountUpgradeUIOnFailedLogin; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalUserSubsystem_TryToLoginUserForOnlinePlay;
// Function Everholm.LocalUserSubsystem.TryToLogOutUser
// 0x0002 (0x0002 - 0x0000)
struct LocalUserSubsystem_TryToLogOutUser final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalUserSubsystem_TryToLogOutUser;
// Function Everholm.LocalUserSubsystem.UpdateUserPrivilege_BP
// 0x0003 (0x0003 - 0x0000)
struct LocalUserSubsystem_UpdateUserPrivilege_BP final
{
public:
ELocalUserType userType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECommonUserOnlineContext OnlineContext; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECommonUserPrivilege privilegeToCheck; // 0x0002(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalUserSubsystem_UpdateUserPrivilege_BP;
// Function Everholm.LocalUserSubsystem.GetUser
// 0x0010 (0x0010 - 0x0000)
struct LocalUserSubsystem_GetUser final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
const class UCommonUserInfo* ReturnValue; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalUserSubsystem_GetUser;
// Function Everholm.LocalUserSubsystem.IsUserInitialized
// 0x0002 (0x0002 - 0x0000)
struct LocalUserSubsystem_IsUserInitialized final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalUserSubsystem_IsUserInitialized;
// Function Everholm.LocalUserSubsystem.IsUserLoggedInOnNativePlatform
// 0x0002 (0x0002 - 0x0000)
struct LocalUserSubsystem_IsUserLoggedInOnNativePlatform final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalUserSubsystem_IsUserLoggedInOnNativePlatform;
// Function Everholm.LocalUserSubsystem.IsUserReadyForOnlinePlay
// 0x0002 (0x0002 - 0x0000)
struct LocalUserSubsystem_IsUserReadyForOnlinePlay final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalUserSubsystem_IsUserReadyForOnlinePlay;
// Function Everholm.LocalUserSubsystem.PrimaryUserInitRequiresPressToStartScreen
// 0x0001 (0x0001 - 0x0000)
struct LocalUserSubsystem_PrimaryUserInitRequiresPressToStartScreen final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalUserSubsystem_PrimaryUserInitRequiresPressToStartScreen;
// Function Everholm.MeleeAttackComponent.CheckOverlapsAndResolveAttack
// 0x0008 (0x0008 - 0x0000)
struct MeleeAttackComponent_CheckOverlapsAndResolveAttack final
{
public:
TSubclassOf<class ADeathHandlerBase> DeathHandler; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MeleeAttackComponent_CheckOverlapsAndResolveAttack;
// Function Everholm.MeleeAttackComponent.OnActorOverlappedTrigger
// 0x0008 (0x0008 - 0x0000)
struct MeleeAttackComponent_OnActorOverlappedTrigger final
{
public:
class AActor* OverlappedActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MeleeAttackComponent_OnActorOverlappedTrigger;
// Function Everholm.AIAnalyzer_StuckAnalyzer.OnTargetActorUpdated
// 0x0110 (0x0110 - 0x0000)
struct AIAnalyzer_StuckAnalyzer_OnTargetActorUpdated final
{
public:
class UChalkboardWrapper* Chalkboard; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FChalkboardSectionKey sectionKey; // 0x0008(0x0108)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAnalyzer_StuckAnalyzer_OnTargetActorUpdated;
// Function Everholm.AIAnimMontageDataAsset.GetMontageByTurnAngle
// 0x0018 (0x0018 - 0x0000)
struct AIAnimMontageDataAsset_GetMontageByTurnAngle final
{
public:
EAIAnimMontageType animType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float animAngle; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsHostile; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 customAIAnimMontageType; // 0x0009(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
class UAnimMontage* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAnimMontageDataAsset_GetMontageByTurnAngle;
// Function Everholm.AIAttachmentEffectComponent.OnAttachmentUpdate
// 0x0010 (0x0010 - 0x0000)
struct AIAttachmentEffectComponent_OnAttachmentUpdate final
{
public:
const class AActor* attachedActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsAttached; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAttachmentEffectComponent_OnAttachmentUpdate;
// Function Everholm.AIAttachmentEffectComponent.OnAttachmentUpdate_Multicast
// 0x0001 (0x0001 - 0x0000)
struct AIAttachmentEffectComponent_OnAttachmentUpdate_Multicast final
{
public:
bool bIsAttached; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAttachmentEffectComponent_OnAttachmentUpdate_Multicast;
// Function Everholm.AIAttachmentEffectComponent.GetTimeLeftUntilEffectHappens
// 0x0004 (0x0004 - 0x0000)
struct AIAttachmentEffectComponent_GetTimeLeftUntilEffectHappens final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAttachmentEffectComponent_GetTimeLeftUntilEffectHappens;
// Function Everholm.AIAttachmentEffectComponent.IsAttachmentCountdownActive
// 0x0001 (0x0001 - 0x0000)
struct AIAttachmentEffectComponent_IsAttachmentCountdownActive final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAttachmentEffectComponent_IsAttachmentCountdownActive;
// Function Everholm.AIAttachToMeshComponent.AttachActorToSlot_Multicast
// 0x0028 (0x0028 - 0x0000)
struct AIAttachToMeshComponent_AttachActorToSlot_Multicast final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAttachSlot AttachSlot; // 0x0008(0x0018)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
EAttachmentRule AttachmentRule; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAttachToMeshComponent_AttachActorToSlot_Multicast;
// Function Everholm.AIAttachToMeshComponent.DetachActorFromSlot_Multicast
// 0x0020 (0x0020 - 0x0000)
struct AIAttachToMeshComponent_DetachActorFromSlot_Multicast final
{
public:
struct FAttachSlot AttachSlot; // 0x0000(0x0018)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
EDetachmentRule detachmentRule; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAttachToMeshComponent_DetachActorFromSlot_Multicast;
// Function Everholm.AIAttachToMeshComponent.DetachAllActors
// 0x0001 (0x0001 - 0x0000)
struct AIAttachToMeshComponent_DetachAllActors final
{
public:
EDetachmentRule detachmentRule; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAttachToMeshComponent_DetachAllActors;
// Function Everholm.AIAttachToMeshComponent.GetAttachedActorsCountOfClass
// 0x0010 (0x0010 - 0x0000)
struct AIAttachToMeshComponent_GetAttachedActorsCountOfClass final
{
public:
TSubclassOf<class AActor> ActorClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAttachToMeshComponent_GetAttachedActorsCountOfClass;
// Function Everholm.AIAttachToMeshComponent.RemoveActorFromAttachSlot
// 0x0010 (0x0010 - 0x0000)
struct AIAttachToMeshComponent_RemoveActorFromAttachSlot final
{
public:
const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EDetachmentRule detachmentRule; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAttachToMeshComponent_RemoveActorFromAttachSlot;
// Function Everholm.AIAttachToMeshComponent.TryAttachSlot
// 0x0010 (0x0010 - 0x0000)
struct AIAttachToMeshComponent_TryAttachSlot final
{
public:
class AActor* requestingActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAttachmentRule AttachmentRule; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAttachToMeshComponent_TryAttachSlot;
// Function Everholm.AIAttachToMeshComponent.CanBeAttached
// 0x0001 (0x0001 - 0x0000)
struct AIAttachToMeshComponent_CanBeAttached final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAttachToMeshComponent_CanBeAttached;
// Function Everholm.AIAttachToMeshComponent.GetFreeAttachSocket
// 0x0008 (0x0008 - 0x0000)
struct AIAttachToMeshComponent_GetFreeAttachSocket final
{
public:
class FName ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAttachToMeshComponent_GetFreeAttachSocket;
// Function Everholm.AIAttackAnimationsDataAsset.GetAttackAnimation
// 0x0018 (0x0018 - 0x0000)
struct AIAttackAnimationsDataAsset_GetAttackAnimation final
{
public:
EAttackType attackType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Angle; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Distance; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UAnimMontage* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIAttackAnimationsDataAsset_GetAttackAnimation;
// Function Everholm.AICombatComponent.Die
// 0x0008 (0x0008 - 0x0000)
struct AICombatComponent_Die final
{
public:
class UAnimMontage* killAnim; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AICombatComponent_Die;
// Function Everholm.AICombatComponent.OnDamageTaken
// 0x0010 (0x0010 - 0x0000)
struct AICombatComponent_OnDamageTaken final
{
public:
const class AActor* Instigator; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 healthPostDamage; // 0x0008(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 healthPreDamage; // 0x000C(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AICombatComponent_OnDamageTaken;
// Function Everholm.AICombatComponent.OnPointDamageTaken
// 0x0068 (0x0068 - 0x0000)
struct AICombatComponent_OnPointDamageTaken final
{
public:
class AActor* DamagedActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Damage; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class AController* InstigatedBy; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector HitLocation; // 0x0018(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPrimitiveComponent* HitComponent; // 0x0030(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName BoneName; // 0x0038(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ShotFromDirection; // 0x0040(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UDamageType* DamageType; // 0x0058(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* DamageCauser; // 0x0060(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AICombatComponent_OnPointDamageTaken;
// Function Everholm.AICombatComponent.SetCombatAnimDataOverride
// 0x0008 (0x0008 - 0x0000)
struct AICombatComponent_SetCombatAnimDataOverride final
{
public:
class UAICombatMontagesDataAsset* animDataOverride; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AICombatComponent_SetCombatAnimDataOverride;
// Function Everholm.AICombatComponent.SetMaxHealthOverride
// 0x0004 (0x0004 - 0x0000)
struct AICombatComponent_SetMaxHealthOverride final
{
public:
float maxHealthOverride; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AICombatComponent_SetMaxHealthOverride;
// Function Everholm.AICombatComponent.GetCombatAnimData
// 0x0008 (0x0008 - 0x0000)
struct AICombatComponent_GetCombatAnimData final
{
public:
class UAICombatMontagesDataAsset* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AICombatComponent_GetCombatAnimData;
// Function Everholm.AICombatComponent.GetMaxHealth
// 0x0004 (0x0004 - 0x0000)
struct AICombatComponent_GetMaxHealth final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AICombatComponent_GetMaxHealth;
// Function Everholm.AICombatComponent.GetRelevantDeathHandler
// 0x0008 (0x0008 - 0x0000)
struct AICombatComponent_GetRelevantDeathHandler final
{
public:
TSubclassOf<class ADeathHandlerBase> ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AICombatComponent_GetRelevantDeathHandler;
// Function Everholm.MaskPickup.EquipCinematicMaskToProxyMesh
// 0x0018 (0x0018 - 0x0000)
struct MaskPickup_EquipCinematicMaskToProxyMesh final
{
public:
class USkeletalMeshComponent* maskMesh; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class USkeletalMeshComponent* proxyMesh; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerPawnType PlayerPawnType; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_MaskPickup_EquipCinematicMaskToProxyMesh;
// Function Everholm.MaskPickup.HandleMaskBoneHidden
// 0x0010 (0x0010 - 0x0000)
struct MaskPickup_HandleMaskBoneHidden final
{
public:
bool bShouldHide; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class USkeletalMeshComponent* MeshComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MaskPickup_HandleMaskBoneHidden;
// Function Everholm.MaskPickup.OnIsEquippedAsMaskChanged
// 0x0001 (0x0001 - 0x0000)
struct MaskPickup_OnIsEquippedAsMaskChanged final
{
public:
bool bIsEquipped; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MaskPickup_OnIsEquippedAsMaskChanged;
// Function Everholm.MaskPickup.IsEquippedAsMask
// 0x0001 (0x0001 - 0x0000)
struct MaskPickup_IsEquippedAsMask final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MaskPickup_IsEquippedAsMask;
// Function Everholm.AICombatMontagesDataAsset.GetMontageByHitAngle
// 0x0010 (0x0010 - 0x0000)
struct AICombatMontagesDataAsset_GetMontageByHitAngle final
{
public:
EAICombatMontageType animType; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float animAngle; // 0x0004(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAnimMontage* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AICombatMontagesDataAsset_GetMontageByHitAngle;
// Function Everholm.AICrowdAnalyzer.OnActionPointQueryResult
// 0x0010 (0x0010 - 0x0000)
struct AICrowdAnalyzer_OnActionPointQueryResult final
{
public:
class UEnvQueryInstanceBlueprintWrapper* QueryInstance; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEnvQueryStatus QueryStatus; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AICrowdAnalyzer_OnActionPointQueryResult;
// Function Everholm.GameEffectManagerComponent.C_PlayGameEffect
// 0x0018 (0x0018 - 0x0000)
struct GameEffectManagerComponent_C_PlayGameEffect final
{
public:
struct FNetworkedGameEffectProperties Data; // 0x0000(0x0018)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GameEffectManagerComponent_C_PlayGameEffect;
// Function Everholm.GameEffectManagerComponent.OnGameEffectEnded
// 0x0008 (0x0008 - 0x0000)
struct GameEffectManagerComponent_OnGameEffectEnded final
{
public:
class UGameEffect* GameEffect; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GameEffectManagerComponent_OnGameEffectEnded;
// Function Everholm.GameEffectManagerComponent.PlayGameEffect
// 0x0018 (0x0018 - 0x0000)
struct GameEffectManagerComponent_PlayGameEffect final
{
public:
struct FNetworkedGameEffectProperties Data; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GameEffectManagerComponent_PlayGameEffect;
// Function Everholm.GameEffectManagerComponent.S_PlayGameEffect
// 0x0018 (0x0018 - 0x0000)
struct GameEffectManagerComponent_S_PlayGameEffect final
{
public:
struct FNetworkedGameEffectProperties Data; // 0x0000(0x0018)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GameEffectManagerComponent_S_PlayGameEffect;
// Function Everholm.AIEncounterDataComponent.FreeAttackSlot
// 0x0008 (0x0008 - 0x0000)
struct AIEncounterDataComponent_FreeAttackSlot final
{
public:
class APawn* attacker; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIEncounterDataComponent_FreeAttackSlot;
// Function Everholm.AIEncounterDataComponent.IsAllowedToAttack
// 0x0010 (0x0010 - 0x0000)
struct AIEncounterDataComponent_IsAllowedToAttack final
{
public:
class APawn* attacker; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIEncounterDataComponent_IsAllowedToAttack;
// Function Everholm.AIEncounterDataComponent.IsReserved
// 0x0010 (0x0010 - 0x0000)
struct AIEncounterDataComponent_IsReserved final
{
public:
class APawn* attacker; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIEncounterDataComponent_IsReserved;
// Function Everholm.AIEncounterDataComponent.ReserveAttackSlot
// 0x0010 (0x0010 - 0x0000)
struct AIEncounterDataComponent_ReserveAttackSlot final
{
public:
class APawn* attacker; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIEncounterDataComponent_ReserveAttackSlot;
// Function Everholm.AIEncounterDataComponent.SetInDangerStatus
// 0x0001 (0x0001 - 0x0000)
struct AIEncounterDataComponent_SetInDangerStatus final
{
public:
bool bInDanger; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIEncounterDataComponent_SetInDangerStatus;
// Function Everholm.AIEncounterDataComponent.SetMaxAttackReservationSlots
// 0x0004 (0x0004 - 0x0000)
struct AIEncounterDataComponent_SetMaxAttackReservationSlots final
{
public:
int32 MaxReservations; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIEncounterDataComponent_SetMaxAttackReservationSlots;
// Function Everholm.AIEncounterDataComponent.SetUseAttackReservations
// 0x0001 (0x0001 - 0x0000)
struct AIEncounterDataComponent_SetUseAttackReservations final
{
public:
bool useAttackReservations; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIEncounterDataComponent_SetUseAttackReservations;
// Function Everholm.AIEncounterDataComponent.GetAmountOfCurrentlyReservedAttackers
// 0x0004 (0x0004 - 0x0000)
struct AIEncounterDataComponent_GetAmountOfCurrentlyReservedAttackers final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIEncounterDataComponent_GetAmountOfCurrentlyReservedAttackers;
// Function Everholm.AIEncounterDataComponent.IsInDanger
// 0x0001 (0x0001 - 0x0000)
struct AIEncounterDataComponent_IsInDanger final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIEncounterDataComponent_IsInDanger;
// Function Everholm.AIEncounterDataComponent.ShouldFakeAttack
// 0x0010 (0x0010 - 0x0000)
struct AIEncounterDataComponent_ShouldFakeAttack final
{
public:
const class APawn* attacker; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIEncounterDataComponent_ShouldFakeAttack;
// Function Everholm.DirectedCameraHint_Base.ApplyExternalBlendHints
// 0x0078 (0x0078 - 0x0000)
struct DirectedCameraHint_Base_ApplyExternalBlendHints final
{
public:
struct FCameraHintInParameters Params_0; // 0x0000(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
TArray<class AExternalCameraBlendingVolume*> blendingVolumes; // 0x0060(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0070(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_ApplyExternalBlendHints;
// Function Everholm.DirectedCameraHint_Base.ComputeBlendingResult
// 0x0020 (0x0020 - 0x0000)
struct DirectedCameraHint_Base_ComputeBlendingResult final
{
public:
double BlendTarget; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bShouldBlendIn; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float DeltaTime; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bShouldSkipSmoothBlending; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
double ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_ComputeBlendingResult;
// Function Everholm.DirectedCameraHint_Base.GetCollisionComponents
// 0x0010 (0x0010 - 0x0000)
struct DirectedCameraHint_Base_GetCollisionComponents final
{
public:
TArray<class UPrimitiveComponent*> ReturnValue; // 0x0000(0x0010)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetCollisionComponents;
// Function Everholm.DirectedCameraHint_Base.GetSemantics
// 0x0010 (0x0010 - 0x0000)
struct DirectedCameraHint_Base_GetSemantics final
{
public:
TArray<ECameraHintSemantic> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetSemantics;
// Function Everholm.DirectedCameraHint_Base.HIP_OverrideBlendAlpha
// 0x0008 (0x0008 - 0x0000)
struct DirectedCameraHint_Base_HIP_OverrideBlendAlpha final
{
public:
double Data; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_HIP_OverrideBlendAlpha;
// Function Everholm.DirectedCameraHint_Base.HIP_SetEnabled
// 0x0001 (0x0001 - 0x0000)
struct DirectedCameraHint_Base_HIP_SetEnabled final
{
public:
bool Data; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_HIP_SetEnabled;
// Function Everholm.DirectedCameraHint_Base.HIP_SetMaxBlendWeight
// 0x0008 (0x0008 - 0x0000)
struct DirectedCameraHint_Base_HIP_SetMaxBlendWeight final
{
public:
double Data; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_HIP_SetMaxBlendWeight;
// Function Everholm.DirectedCameraHint_Base.TryAddExternalBlendingReference
// 0x0030 (0x0030 - 0x0000)
struct DirectedCameraHint_Base_TryAddExternalBlendingReference final
{
public:
TSoftObjectPtr<class AExternalCameraBlendingVolume> externalBlendingreference; // 0x0000(0x0028)(Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_TryAddExternalBlendingReference;
// Function Everholm.DirectedCameraHint_Base.Update
// 0x0060 (0x0060 - 0x0000)
struct DirectedCameraHint_Base_Update final
{
public:
struct FCameraHintInParameters cameraHintIn; // 0x0000(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_Update;
// Function Everholm.DirectedCameraHint_Base.EaseBlendAlpha
// 0x0004 (0x0004 - 0x0000)
struct DirectedCameraHint_Base_EaseBlendAlpha final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_EaseBlendAlpha;
// Function Everholm.DirectedCameraHint_Base.GetAimOffsetLeadMultiplier
// 0x0004 (0x0004 - 0x0000)
struct DirectedCameraHint_Base_GetAimOffsetLeadMultiplier final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetAimOffsetLeadMultiplier;
// Function Everholm.DirectedCameraHint_Base.GetArmLengthMultiplier
// 0x0008 (0x0008 - 0x0000)
struct DirectedCameraHint_Base_GetArmLengthMultiplier final
{
public:
float DefaultArmLength; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetArmLengthMultiplier;
// Function Everholm.DirectedCameraHint_Base.GetCameraAimOffset
// 0x0018 (0x0018 - 0x0000)
struct DirectedCameraHint_Base_GetCameraAimOffset final
{
public:
struct FRotator ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetCameraAimOffset;
// Function Everholm.DirectedCameraHint_Base.GetCameraRotation
// 0x0018 (0x0018 - 0x0000)
struct DirectedCameraHint_Base_GetCameraRotation final
{
public:
struct FRotator ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetCameraRotation;
// Function Everholm.DirectedCameraHint_Base.GetCurrentBlendWeight
// 0x0004 (0x0004 - 0x0000)
struct DirectedCameraHint_Base_GetCurrentBlendWeight final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetCurrentBlendWeight;
// Function Everholm.DirectedCameraHint_Base.GetDefaultArmLength
// 0x0008 (0x0008 - 0x0000)
struct DirectedCameraHint_Base_GetDefaultArmLength final
{
public:
double ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetDefaultArmLength;
// Function Everholm.DirectedCameraHint_Base.GetDeltaFOV
// 0x0008 (0x0008 - 0x0000)
struct DirectedCameraHint_Base_GetDeltaFOV final
{
public:
float DefaultFOV; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetDeltaFOV;
// Function Everholm.DirectedCameraHint_Base.GetDisableAvoidanceWithHintWeight
// 0x0004 (0x0004 - 0x0000)
struct DirectedCameraHint_Base_GetDisableAvoidanceWithHintWeight final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetDisableAvoidanceWithHintWeight;
// Function Everholm.DirectedCameraHint_Base.GetDOFFocusRegion
// 0x0004 (0x0004 - 0x0000)
struct DirectedCameraHint_Base_GetDOFFocusRegion final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetDOFFocusRegion;
// Function Everholm.DirectedCameraHint_Base.GetFocalPointOffset
// 0x0018 (0x0018 - 0x0000)
struct DirectedCameraHint_Base_GetFocalPointOffset final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetFocalPointOffset;
// Function Everholm.DirectedCameraHint_Base.GetFOVOffset
// 0x0008 (0x0008 - 0x0000)
struct DirectedCameraHint_Base_GetFOVOffset final
{
public:
float DefaultFOV; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetFOVOffset;
// Function Everholm.DirectedCameraHint_Base.GetHintDrawLocWorldSpace
// 0x0018 (0x0018 - 0x0000)
struct DirectedCameraHint_Base_GetHintDrawLocWorldSpace final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetHintDrawLocWorldSpace;
// Function Everholm.DirectedCameraHint_Base.GetHintFOV
// 0x0008 (0x0008 - 0x0000)
struct DirectedCameraHint_Base_GetHintFOV final
{
public:
double ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetHintFOV;
// Function Everholm.DirectedCameraHint_Base.GetLookAroundLimits
// 0x0018 (0x0018 - 0x0000)
struct DirectedCameraHint_Base_GetLookAroundLimits final
{
public:
struct FRotator ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetLookAroundLimits;
// Function Everholm.DirectedCameraHint_Base.GetOverrideRotInterpSpeed
// 0x0004 (0x0004 - 0x0000)
struct DirectedCameraHint_Base_GetOverrideRotInterpSpeed final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetOverrideRotInterpSpeed;
// Function Everholm.DirectedCameraHint_Base.GetTargetTransformAbsolute
// 0x0060 (0x0060 - 0x0000)
struct DirectedCameraHint_Base_GetTargetTransformAbsolute final
{
public:
struct FTransform ReturnValue; // 0x0000(0x0060)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetTargetTransformAbsolute;
// Function Everholm.DirectedCameraHint_Base.GetTargetTransformRelative
// 0x0060 (0x0060 - 0x0000)
struct DirectedCameraHint_Base_GetTargetTransformRelative final
{
public:
struct FTransform ReturnValue; // 0x0000(0x0060)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraHint_Base_GetTargetTransformRelative;
// Function Everholm.AIHordeSystem.GetAmountOfHordeAIHostileToTarget
// 0x0018 (0x0018 - 0x0000)
struct AIHordeSystem_GetAmountOfHordeAIHostileToTarget final
{
public:
const class AActor* TargetActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class AActor> hordeAIActorClass; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIHordeSystem_GetAmountOfHordeAIHostileToTarget;
// Function Everholm.AIHordeSystem.ReserveFreeSurroundSlot
// 0x0048 (0x0048 - 0x0000)
struct AIHordeSystem_ReserveFreeSurroundSlot final
{
public:
class AActor* SelfActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AActor* TargetActor; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float requestedRadius; // 0x0010(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UAISurroundComponent* targetSurroundComponent; // 0x0018(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FSurroundSlot ReturnValue; // 0x0020(0x0028)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIHordeSystem_ReserveFreeSurroundSlot;
// Function Everholm.AIHordeSystem.UnregisterFromSurroundSlot
// 0x0018 (0x0018 - 0x0000)
struct AIHordeSystem_UnregisterFromSurroundSlot final
{
public:
const class AActor* TargetActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* SelfActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAISurroundComponent* targetSurroundComponent; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIHordeSystem_UnregisterFromSurroundSlot;
// Function Everholm.CameraHintProcessorBase.ProcessHint
// 0x0068 (0x0068 - 0x0000)
struct CameraHintProcessorBase_ProcessHint final
{
public:
class ADirectedCameraHint_Base* hint; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FCameraHintInParameters Params_0; // 0x0008(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraHintProcessorBase_ProcessHint;
// Function Everholm.MapPickup.OpenMap
// 0x0001 (0x0001 - 0x0000)
struct MapPickup_OpenMap final
{
public:
bool bSkipAnimation; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MapPickup_OpenMap;
// Function Everholm.MapPickup.IsMapOpen
// 0x0001 (0x0001 - 0x0000)
struct MapPickup_IsMapOpen final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MapPickup_IsMapOpen;
// Function Everholm.EverholmAIAnimator.GetMontageByTurnAngle
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIAnimator_GetMontageByTurnAngle final
{
public:
EAIAnimMontageType animType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float animAngle; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAnimMontage* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIAnimator_GetMontageByTurnAngle;
// Function Everholm.AIReaction_FindAndMoveToLocation.FindAndSetNewTargetLocation
// 0x0018 (0x0018 - 0x0000)
struct AIReaction_FindAndMoveToLocation_FindAndSetNewTargetLocation final
{
public:
struct FVector avoidDirection; // 0x0000(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIReaction_FindAndMoveToLocation_FindAndSetNewTargetLocation;
// Function Everholm.AIReaction_FollowTarget.GetAcceptanceRadius
// 0x0004 (0x0004 - 0x0000)
struct AIReaction_FollowTarget_GetAcceptanceRadius final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIReaction_FollowTarget_GetAcceptanceRadius;
// Function Everholm.AIReaction_FollowTarget.GetFollowDistance
// 0x0004 (0x0004 - 0x0000)
struct AIReaction_FollowTarget_GetFollowDistance final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIReaction_FollowTarget_GetFollowDistance;
// Function Everholm.AIReaction_FollowTarget.GetLeewayDistance
// 0x0004 (0x0004 - 0x0000)
struct AIReaction_FollowTarget_GetLeewayDistance final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIReaction_FollowTarget_GetLeewayDistance;
// Function Everholm.AIReaction_FollowTarget.GetTargetActor
// 0x0008 (0x0008 - 0x0000)
struct AIReaction_FollowTarget_GetTargetActor final
{
public:
class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIReaction_FollowTarget_GetTargetActor;
// Function Everholm.EverholmAINavigator.AddDesiredMovement
// 0x0018 (0x0018 - 0x0000)
struct EverholmAINavigator_AddDesiredMovement final
{
public:
struct FVector Movement; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_AddDesiredMovement;
// Function Everholm.EverholmAINavigator.OnQuickTurnAnimationFinished
// 0x0010 (0x0010 - 0x0000)
struct EverholmAINavigator_OnQuickTurnAnimationFinished final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasInterrupted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAINavigator_OnQuickTurnAnimationFinished;
// Function Everholm.EverholmAINavigator.OnWalkStartAnimationFinished
// 0x0010 (0x0010 - 0x0000)
struct EverholmAINavigator_OnWalkStartAnimationFinished final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasInterrupted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAINavigator_OnWalkStartAnimationFinished;
// Function Everholm.EverholmAINavigator.OnWalkStopAnimationFinished
// 0x0010 (0x0010 - 0x0000)
struct EverholmAINavigator_OnWalkStopAnimationFinished final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasInterrupted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAINavigator_OnWalkStopAnimationFinished;
// Function Everholm.EverholmAINavigator.SetDesiredMovement
// 0x0018 (0x0018 - 0x0000)
struct EverholmAINavigator_SetDesiredMovement final
{
public:
struct FVector Movement; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_SetDesiredMovement;
// Function Everholm.EverholmAINavigator.SetUseDesiredRotation
// 0x0020 (0x0020 - 0x0000)
struct EverholmAINavigator_SetUseDesiredRotation final
{
public:
bool bUseDesiredRotation; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FRotator NewRotation; // 0x0008(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_SetUseDesiredRotation;
// Function Everholm.EverholmAINavigator.GetCurrentSpeed2D
// 0x0010 (0x0010 - 0x0000)
struct EverholmAINavigator_GetCurrentSpeed2D final
{
public:
bool bIsActualVelocity; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
double ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_GetCurrentSpeed2D;
// Function Everholm.EverholmAINavigator.GetDefaultCrouchAcceleration
// 0x0004 (0x0004 - 0x0000)
struct EverholmAINavigator_GetDefaultCrouchAcceleration final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_GetDefaultCrouchAcceleration;
// Function Everholm.EverholmAINavigator.GetDefaultMaxCrouchMovementSpeed
// 0x0004 (0x0004 - 0x0000)
struct EverholmAINavigator_GetDefaultMaxCrouchMovementSpeed final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_GetDefaultMaxCrouchMovementSpeed;
// Function Everholm.EverholmAINavigator.GetDefaultMaxSprintSpeed
// 0x0004 (0x0004 - 0x0000)
struct EverholmAINavigator_GetDefaultMaxSprintSpeed final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_GetDefaultMaxSprintSpeed;
// Function Everholm.EverholmAINavigator.GetDefaultMaxWalkMovementSpeed
// 0x0004 (0x0004 - 0x0000)
struct EverholmAINavigator_GetDefaultMaxWalkMovementSpeed final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_GetDefaultMaxWalkMovementSpeed;
// Function Everholm.EverholmAINavigator.GetDefaultWalkAcceleration
// 0x0004 (0x0004 - 0x0000)
struct EverholmAINavigator_GetDefaultWalkAcceleration final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_GetDefaultWalkAcceleration;
// Function Everholm.EverholmAINavigator.GetIsCrouching
// 0x0001 (0x0001 - 0x0000)
struct EverholmAINavigator_GetIsCrouching final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_GetIsCrouching;
// Function Everholm.EverholmAINavigator.GetIsJumping
// 0x0001 (0x0001 - 0x0000)
struct EverholmAINavigator_GetIsJumping final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_GetIsJumping;
// Function Everholm.EverholmAINavigator.GetIsSprinting
// 0x0001 (0x0001 - 0x0000)
struct EverholmAINavigator_GetIsSprinting final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_GetIsSprinting;
// Function Everholm.EverholmAINavigator.GetMovementDelta
// 0x0018 (0x0018 - 0x0000)
struct EverholmAINavigator_GetMovementDelta final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAINavigator_GetMovementDelta;
// Function Everholm.AIReaction_PinDownTarget.OnFakeAttackDone
// 0x0001 (0x0001 - 0x0000)
struct AIReaction_PinDownTarget_OnFakeAttackDone final
{
public:
bool bWasAborted; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIReaction_PinDownTarget_OnFakeAttackDone;
// Function Everholm.AIReaction_PinDownTarget.OnIntoAnimResolvedEvent
// 0x0068 (0x0068 - 0x0000)
struct AIReaction_PinDownTarget_OnIntoAnimResolvedEvent final
{
public:
struct FAttackData AttackData; // 0x0000(0x0068)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIReaction_PinDownTarget_OnIntoAnimResolvedEvent;
// Function Everholm.AIReaction_PinDownTarget.ReleaseVictim
// 0x0001 (0x0001 - 0x0000)
struct AIReaction_PinDownTarget_ReleaseVictim final
{
public:
bool bWasAborted; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIReaction_PinDownTarget_ReleaseVictim;
// Function Everholm.EverholmInteractionComponent.CheckPickupConditions
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractionComponent_CheckPickupConditions final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractionComponent_CheckPickupConditions;
// Function Everholm.EverholmInteractionComponent.EndPreamble
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractionComponent_EndPreamble final
{
public:
bool bAbortInteraction; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_EndPreamble;
// Function Everholm.EverholmInteractionComponent.HasRequiredPickup
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractionComponent_HasRequiredPickup final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIgnorePickupOptionality; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractionComponent_HasRequiredPickup;
// Function Everholm.EverholmInteractionComponent.HIP_SetInteractionEnabled
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractionComponent_HIP_SetInteractionEnabled final
{
public:
bool newIsEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_HIP_SetInteractionEnabled;
// Function Everholm.EverholmInteractionComponent.OnAlignmentEnded
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractionComponent_OnAlignmentEnded final
{
public:
class AEverholmCharacter* interactor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEndAlignmentResult alignmentResult; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractionComponent_OnAlignmentEnded;
// Function Everholm.EverholmInteractionComponent.OnAlignmentStarted
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractionComponent_OnAlignmentStarted final
{
public:
class AEverholmCharacter* interactor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_OnAlignmentStarted;
// Function Everholm.EverholmInteractionComponent.OnBlockingMontageBlendingOut
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractionComponent_OnBlockingMontageBlendingOut final
{
public:
class UAnimMontage* Montage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bInterrupted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractionComponent_OnBlockingMontageBlendingOut;
// Function Everholm.EverholmInteractionComponent.OnInteractorAnimNotify
// 0x0020 (0x0020 - 0x0000)
struct EverholmInteractionComponent_OnInteractorAnimNotify final
{
public:
class AActor* interactor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName NotifyName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class UAnimMetaData*> AnimMetaData; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_OnInteractorAnimNotify;
// Function Everholm.EverholmInteractionComponent.OnPrepareEndInteraction
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractionComponent_OnPrepareEndInteraction final
{
public:
class AEverholmCharacter* interactor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInteractEndReason interactEndReason; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractionComponent_OnPrepareEndInteraction;
// Function Everholm.EverholmInteractionComponent.OnPrepareStartInteraction
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractionComponent_OnPrepareStartInteraction final
{
public:
class AEverholmCharacter* interactor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_OnPrepareStartInteraction;
// Function Everholm.EverholmInteractionComponent.OnSharedEventTriggered
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractionComponent_OnSharedEventTriggered final
{
public:
class FName EventName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_OnSharedEventTriggered;
// Function Everholm.EverholmInteractionComponent.OnValueChanged
// 0x000C (0x000C - 0x0000)
struct EverholmInteractionComponent_OnValueChanged final
{
public:
ESharedInteractableValueID ID; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 NewValue; // 0x0004(0x0004)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsInitialization; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractionComponent_OnValueChanged;
// Function Everholm.EverholmInteractionComponent.PlayBlockingMontage
// 0x0020 (0x0020 - 0x0000)
struct EverholmInteractionComponent_PlayBlockingMontage final
{
public:
struct FPlayAnimMontageSettings Settings; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractionComponent_PlayBlockingMontage;
// Function Everholm.EverholmInteractionComponent.SetAdditionalInteractorLocalOffset
// 0x0038 (0x0038 - 0x0000)
struct EverholmInteractionComponent_SetAdditionalInteractorLocalOffset final
{
public:
struct FTransformUnscaled Offset; // 0x0000(0x0030)(ConstParm, Parm, NoDestructor, NativeAccessSpecifierPublic)
float alignmentSpeedOverride; // 0x0030(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractionComponent_SetAdditionalInteractorLocalOffset;
// Function Everholm.EverholmInteractionComponent.SetPickupConditionEnabled
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractionComponent_SetPickupConditionEnabled final
{
public:
bool newIsEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_SetPickupConditionEnabled;
// Function Everholm.EverholmInteractionComponent.SetSharedValue
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractionComponent_SetSharedValue final
{
public:
ESharedInteractableValueID ID; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 Value; // 0x0004(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_SetSharedValue;
// Function Everholm.EverholmInteractionComponent.TriggerSharedEvent
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractionComponent_TriggerSharedEvent final
{
public:
class FName EventName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* optionalLocalExecutor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_TriggerSharedEvent;
// Function Everholm.EverholmInteractionComponent.AllowsEmptyHands
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractionComponent_AllowsEmptyHands final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_AllowsEmptyHands;
// Function Everholm.EverholmInteractionComponent.DontUnstashAfterInteract
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractionComponent_DontUnstashAfterInteract final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_DontUnstashAfterInteract;
// Function Everholm.EverholmInteractionComponent.GetCurrentInteractor
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractionComponent_GetCurrentInteractor final
{
public:
class AEverholmPlayerCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_GetCurrentInteractor;
// Function Everholm.EverholmInteractionComponent.GetIconWorldLocation
// 0x0070 (0x0070 - 0x0000)
struct EverholmInteractionComponent_GetIconWorldLocation final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FTransform ReturnValue; // 0x0010(0x0060)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_GetIconWorldLocation;
// Function Everholm.EverholmInteractionComponent.GetInteractionCancelBehaviour
// 0x0004 (0x0004 - 0x0000)
struct EverholmInteractionComponent_GetInteractionCancelBehaviour final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_GetInteractionCancelBehaviour;
// Function Everholm.EverholmInteractionComponent.GetLastInteractor
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractionComponent_GetLastInteractor final
{
public:
class AEverholmPlayerCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_GetLastInteractor;
// Function Everholm.EverholmInteractionComponent.GetSharedValue
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractionComponent_GetSharedValue final
{
public:
ESharedInteractableValueID ID; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_GetSharedValue;
// Function Everholm.EverholmInteractionComponent.HasInteractor
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractionComponent_HasInteractor final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_HasInteractor;
// Function Everholm.EverholmInteractionComponent.IsPickupInteraction
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractionComponent_IsPickupInteraction final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_IsPickupInteraction;
// Function Everholm.EverholmInteractionComponent.RequiresEmptyHands
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractionComponent_RequiresEmptyHands final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_RequiresEmptyHands;
// Function Everholm.EverholmInteractionComponent.StashLighterDuringInteract
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractionComponent_StashLighterDuringInteract final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionComponent_StashLighterDuringInteract;
// Function Everholm.CoopInteractionDraggableActor.HandlePlayerIntent
// 0x0020 (0x0020 - 0x0000)
struct CoopInteractionDraggableActor_HandlePlayerIntent final
{
public:
struct FVector Intent; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bTwoPlayerDragging; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoopInteractionDraggableActor_HandlePlayerIntent;
// Function Everholm.CoopInteractionDraggableActor.OnPlayerEnterDrag
// 0x0008 (0x0008 - 0x0000)
struct CoopInteractionDraggableActor_OnPlayerEnterDrag final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoopInteractionDraggableActor_OnPlayerEnterDrag;
// Function Everholm.CoopInteractionDraggableActor.OnPlayerExitDrag
// 0x0008 (0x0008 - 0x0000)
struct CoopInteractionDraggableActor_OnPlayerExitDrag final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoopInteractionDraggableActor_OnPlayerExitDrag;
// Function Everholm.CoopInteractionDraggableActor.SetDragTargetLocation
// 0x0018 (0x0018 - 0x0000)
struct CoopInteractionDraggableActor_SetDragTargetLocation final
{
public:
struct FVector NewTargetLocation; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoopInteractionDraggableActor_SetDragTargetLocation;
// Function Everholm.CoopInteractionDraggableActor.UpdateDraggableProgress
// 0x0004 (0x0004 - 0x0000)
struct CoopInteractionDraggableActor_UpdateDraggableProgress final
{
public:
float Alpha; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoopInteractionDraggableActor_UpdateDraggableProgress;
// Function Everholm.CoopInteractionDraggableActor.UpdatePlayersDraggingCount
// 0x0008 (0x0008 - 0x0000)
struct CoopInteractionDraggableActor_UpdatePlayersDraggingCount final
{
public:
int32 OldCount; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 NewCount; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoopInteractionDraggableActor_UpdatePlayersDraggingCount;
// Function Everholm.AISplineWallClimbingComponent.DrawDebugPath
// 0x0001 (0x0001 - 0x0000)
struct AISplineWallClimbingComponent_DrawDebugPath final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISplineWallClimbingComponent_DrawDebugPath;
// Function Everholm.AISplineWallClimbingComponent.GetInfoAtDistanceAlongSpline
// 0x0060 (0x0060 - 0x0000)
struct AISplineWallClimbingComponent_GetInfoAtDistanceAlongSpline final
{
public:
const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float travelledDistanceAlongSpline; // 0x0008(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool travellingOppositeDirection; // 0x000C(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float CapsuleHalfHeight; // 0x0010(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FInfoAtSplineDistance ReturnValue; // 0x0018(0x0048)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISplineWallClimbingComponent_GetInfoAtDistanceAlongSpline;
// Function Everholm.AISplineWallClimbingComponent.GetSplineSurfaceNormalAtDistanceAlongSpline
// 0x0020 (0x0020 - 0x0000)
struct AISplineWallClimbingComponent_GetSplineSurfaceNormalAtDistanceAlongSpline final
{
public:
float travelledDistanceAlongSpline; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISplineWallClimbingComponent_GetSplineSurfaceNormalAtDistanceAlongSpline;
// Function Everholm.CollectibleComponent.HasBeenCollectedByPlayer
// 0x0010 (0x0010 - 0x0000)
struct CollectibleComponent_HasBeenCollectedByPlayer final
{
public:
const class APawn* targetPlayer; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CollectibleComponent_HasBeenCollectedByPlayer;
// Function Everholm.AISurroundComponent.RemoveSurroundActorFromSlotByActor
// 0x0008 (0x0008 - 0x0000)
struct AISurroundComponent_RemoveSurroundActorFromSlotByActor final
{
public:
const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISurroundComponent_RemoveSurroundActorFromSlotByActor;
// Function Everholm.AISurroundComponent.RequestSurroundSlot
// 0x0050 (0x0050 - 0x0000)
struct AISurroundComponent_RequestSurroundSlot final
{
public:
class AActor* requestingActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector CurrentPosition; // 0x0008(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float desiredRadius; // 0x0020(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FSurroundSlot ReturnValue; // 0x0028(0x0028)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISurroundComponent_RequestSurroundSlot;
// Function Everholm.AISurroundComponent.CanBeSurrounded
// 0x0001 (0x0001 - 0x0000)
struct AISurroundComponent_CanBeSurrounded final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISurroundComponent_CanBeSurrounded;
// Function Everholm.AISurroundTargetAction.IsAtGoalLocation
// 0x0001 (0x0001 - 0x0000)
struct AISurroundTargetAction_IsAtGoalLocation final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISurroundTargetAction_IsAtGoalLocation;
// Function Everholm.CrouchComponent.RequestCrouchAmount
// 0x0010 (0x0010 - 0x0000)
struct CrouchComponent_RequestCrouchAmount final
{
public:
float CrouchAmount; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
const class UObject* requester; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CrouchComponent_RequestCrouchAmount;
// Function Everholm.CrouchComponent.SetEnableEncroachmentCheck
// 0x0002 (0x0002 - 0x0000)
struct CrouchComponent_SetEnableEncroachmentCheck final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bResetCrouch; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CrouchComponent_SetEnableEncroachmentCheck;
// Function Everholm.CrouchComponent.UnrequestCrouchAmount
// 0x0008 (0x0008 - 0x0000)
struct CrouchComponent_UnrequestCrouchAmount final
{
public:
const class UObject* requester; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CrouchComponent_UnrequestCrouchAmount;
// Function Everholm.CrouchComponent.GetCurrentCrouchAmount
// 0x0004 (0x0004 - 0x0000)
struct CrouchComponent_GetCurrentCrouchAmount final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CrouchComponent_GetCurrentCrouchAmount;
// Function Everholm.CrouchComponent.IsCrouching
// 0x0001 (0x0001 - 0x0000)
struct CrouchComponent_IsCrouching final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CrouchComponent_IsCrouching;
// Function Everholm.AligningMovementMode.OnAnimMontageBlendOut
// 0x0010 (0x0010 - 0x0000)
struct AligningMovementMode_OnAnimMontageBlendOut final
{
public:
class UAnimMontage* Montage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bInterrupted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AligningMovementMode_OnAnimMontageBlendOut;
// Function Everholm.AligningMovementMode.OnAnimMontageEnded
// 0x0010 (0x0010 - 0x0000)
struct AligningMovementMode_OnAnimMontageEnded final
{
public:
class UAnimMontage* Montage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bInterrupted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AligningMovementMode_OnAnimMontageEnded;
// Function Everholm.AligningMovementMode.OnAnimMontageStarted
// 0x0008 (0x0008 - 0x0000)
struct AligningMovementMode_OnAnimMontageStarted final
{
public:
class UAnimMontage* Montage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AligningMovementMode_OnAnimMontageStarted;
// Function Everholm.CoopInteractionMontagePlay.ExecuteTimerDone
// 0x0008 (0x0008 - 0x0000)
struct CoopInteractionMontagePlay_ExecuteTimerDone final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoopInteractionMontagePlay_ExecuteTimerDone;
// Function Everholm.CoopInteractionMontagePlay.GetInteractorTransformOffset
// 0x0070 (0x0070 - 0x0000)
struct CoopInteractionMontagePlay_GetInteractorTransformOffset final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FTransform ReturnValue; // 0x0010(0x0060)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoopInteractionMontagePlay_GetInteractorTransformOffset;
// Function Everholm.CoopInteractionMontagePlay.InteractPlayerExit
// 0x0008 (0x0008 - 0x0000)
struct CoopInteractionMontagePlay_InteractPlayerExit final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoopInteractionMontagePlay_InteractPlayerExit;
// Function Everholm.CoopInteractionMontagePlay.InteractPlayerWaiting
// 0x0008 (0x0008 - 0x0000)
struct CoopInteractionMontagePlay_InteractPlayerWaiting final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoopInteractionMontagePlay_InteractPlayerWaiting;
// Function Everholm.CoopInteractionMontagePlay.SetPlayOverrideEndSection
// 0x0010 (0x0010 - 0x0000)
struct CoopInteractionMontagePlay_SetPlayOverrideEndSection final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bOverride; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoopInteractionMontagePlay_SetPlayOverrideEndSection;
// Function Everholm.CoopInteractionMontagePlay.GetCurrentInteractorsCount
// 0x0004 (0x0004 - 0x0000)
struct CoopInteractionMontagePlay_GetCurrentInteractorsCount final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoopInteractionMontagePlay_GetCurrentInteractorsCount;
// Function Everholm.CoopInteractionMontagePlay.IsExecuteConditionMet
// 0x0001 (0x0001 - 0x0000)
struct CoopInteractionMontagePlay_IsExecuteConditionMet final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoopInteractionMontagePlay_IsExecuteConditionMet;
// Function Everholm.OverlappingLightComponent.SetLightEnabled
// 0x0001 (0x0001 - 0x0000)
struct OverlappingLightComponent_SetLightEnabled final
{
public:
bool IsEnabled; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_OverlappingLightComponent_SetLightEnabled;
// Function Everholm.OverlappingLightComponent.GetLightLocation
// 0x0018 (0x0018 - 0x0000)
struct OverlappingLightComponent_GetLightLocation final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_OverlappingLightComponent_GetLightLocation;
// Function Everholm.OverlappingLightComponent.IsOverlappingLight
// 0x0010 (0x0010 - 0x0000)
struct OverlappingLightComponent_IsOverlappingLight final
{
public:
const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_OverlappingLightComponent_IsOverlappingLight;
// Function Everholm.AnimNotifyState_Pickup.GetNotifyNames
// 0x0010 (0x0010 - 0x0000)
struct AnimNotifyState_Pickup_GetNotifyNames final
{
public:
TArray<class FName> ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AnimNotifyState_Pickup_GetNotifyNames;
// Function Everholm.EverholmSaveSlotMetadataLibrary.GetChapter
// 0x0068 (0x0068 - 0x0000)
struct EverholmSaveSlotMetadataLibrary_GetChapter final
{
public:
struct FSaveSlotMetadata MetaData; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
struct FChapterSelectRow ReturnValue; // 0x0018(0x0050)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSaveSlotMetadataLibrary_GetChapter;
// Function Everholm.DraggableComponent.ActOnPlayerIntent
// 0x0018 (0x0018 - 0x0000)
struct DraggableComponent_ActOnPlayerIntent final
{
public:
TArray<struct FDraggableIntentPacket> intentPackets; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, ContainsInstancedReference, NativeAccessSpecifierPublic)
bool bAreAtLeastTwoPlayersDragging; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float DeltaTime; // 0x0014(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_ActOnPlayerIntent;
// Function Everholm.DraggableComponent.GetIsComingToRest
// 0x0001 (0x0001 - 0x0000)
struct DraggableComponent_GetIsComingToRest final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_GetIsComingToRest;
// Function Everholm.DraggableComponent.GetIsMoving
// 0x0001 (0x0001 - 0x0000)
struct DraggableComponent_GetIsMoving final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_GetIsMoving;
// Function Everholm.DraggableComponent.GetIsStill
// 0x0001 (0x0001 - 0x0000)
struct DraggableComponent_GetIsStill final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_GetIsStill;
// Function Everholm.DraggableComponent.HandleImpactEvent
// 0x0018 (0x0018 - 0x0000)
struct DraggableComponent_HandleImpactEvent final
{
public:
struct FVector velocityBeforeImpact; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_HandleImpactEvent;
// Function Everholm.DraggableComponent.MoveUsingResultingIntent
// 0x0038 (0x0038 - 0x0000)
struct DraggableComponent_MoveUsingResultingIntent final
{
public:
struct FVector resultingTranslation_0; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator resultingRotation_0; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
float DeltaTime; // 0x0030(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DraggableComponent_MoveUsingResultingIntent;
// Function Everholm.DraggableComponent.NetMulticast_ReleaseDragger
// 0x0008 (0x0008 - 0x0000)
struct DraggableComponent_NetMulticast_ReleaseDragger final
{
public:
const class APawn* dragger; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_NetMulticast_ReleaseDragger;
// Function Everholm.DraggableComponent.NetMulticast_ServerFrame
// 0x0068 (0x0068 - 0x0000)
struct DraggableComponent_NetMulticast_ServerFrame final
{
public:
struct FSmoothDraggableReplicatedState State; // 0x0000(0x0068)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_NetMulticast_ServerFrame;
// Function Everholm.DraggableComponent.ReleaseDragger
// 0x0008 (0x0008 - 0x0000)
struct DraggableComponent_ReleaseDragger final
{
public:
const class APawn* dragger; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_ReleaseDragger;
// Function Everholm.DraggableComponent.SanitizeIntent
// 0x0018 (0x0018 - 0x0000)
struct DraggableComponent_SanitizeIntent final
{
public:
TArray<struct FDraggableIntentPacket> intentPackets; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, ContainsInstancedReference, NativeAccessSpecifierPublic)
bool bAreAtLeastTwoPlayersDragging; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float DeltaTime; // 0x0014(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_SanitizeIntent;
// Function Everholm.DraggableComponent.SetDraggableEnabled
// 0x0001 (0x0001 - 0x0000)
struct DraggableComponent_SetDraggableEnabled final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_SetDraggableEnabled;
// Function Everholm.DraggableComponent.SetIntentDirection
// 0x0020 (0x0020 - 0x0000)
struct DraggableComponent_SetIntentDirection final
{
public:
const class AActor* draggingActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector intentDirection; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_SetIntentDirection;
// Function Everholm.DraggableComponent.ShouldTick
// 0x0001 (0x0001 - 0x0000)
struct DraggableComponent_ShouldTick final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_ShouldTick;
// Function Everholm.DraggableComponent.ShouldUpdateIntent
// 0x0001 (0x0001 - 0x0000)
struct DraggableComponent_ShouldUpdateIntent final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_ShouldUpdateIntent;
// Function Everholm.DraggableComponent.UpdateAIGoalLocation
// 0x0028 (0x0028 - 0x0000)
struct DraggableComponent_UpdateAIGoalLocation final
{
public:
struct FAILocationUnion newAILocationUnion; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_UpdateAIGoalLocation;
// Function Everholm.DraggableComponent.CalculateStaticFrictionMultiplier
// 0x0010 (0x0010 - 0x0000)
struct DraggableComponent_CalculateStaticFrictionMultiplier final
{
public:
float CurrentSpeed; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FDraggableStaticFrictionSettings frictionSettings; // 0x0004(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
float ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_CalculateStaticFrictionMultiplier;
// Function Everholm.DraggableComponent.GetAIGoalLocation
// 0x0028 (0x0028 - 0x0000)
struct DraggableComponent_GetAIGoalLocation final
{
public:
struct FAILocationUnion ReturnValue; // 0x0000(0x0028)(Parm, OutParm, ReturnParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_GetAIGoalLocation;
// Function Everholm.DraggableComponent.GetAIGoalLocationVector
// 0x0018 (0x0018 - 0x0000)
struct DraggableComponent_GetAIGoalLocationVector final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_GetAIGoalLocationVector;
// Function Everholm.DraggableComponent.GetCurrentDragVelocity
// 0x0018 (0x0018 - 0x0000)
struct DraggableComponent_GetCurrentDragVelocity final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_GetCurrentDragVelocity;
// Function Everholm.DraggableComponent.GetDraggers
// 0x0010 (0x0010 - 0x0000)
struct DraggableComponent_GetDraggers final
{
public:
TArray<class APawn*> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_GetDraggers;
// Function Everholm.DraggableComponent.GetGrabHelpers
// 0x0010 (0x0010 - 0x0000)
struct DraggableComponent_GetGrabHelpers final
{
public:
TArray<class UGrabHelperComponent*> ReturnValue; // 0x0000(0x0010)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_GetGrabHelpers;
// Function Everholm.DraggableComponent.GetIntentDirection
// 0x0020 (0x0020 - 0x0000)
struct DraggableComponent_GetIntentDirection final
{
public:
const class AActor* draggingActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_GetIntentDirection;
// Function Everholm.DraggableComponent.GetLocation
// 0x0018 (0x0018 - 0x0000)
struct DraggableComponent_GetLocation final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_GetLocation;
// Function Everholm.DraggableComponent.HasZeroIntentCurrently
// 0x0001 (0x0001 - 0x0000)
struct DraggableComponent_HasZeroIntentCurrently final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableComponent_HasZeroIntentCurrently;
// Function Everholm.DraggableComponent.IsDraggableInteractionEnabled
// 0x0010 (0x0010 - 0x0000)
struct DraggableComponent_IsDraggableInteractionEnabled final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DraggableComponent_IsDraggableInteractionEnabled;
// Function Everholm.DraggableFreeFormComponent.GetRadialVector
// 0x0020 (0x0020 - 0x0000)
struct DraggableFreeFormComponent_GetRadialVector final
{
public:
const class AActor* dragger; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableFreeFormComponent_GetRadialVector;
// Function Everholm.VisualHandholdingComponent.StartHandholding
// 0x0008 (0x0008 - 0x0000)
struct VisualHandholdingComponent_StartHandholding final
{
public:
class AEverholmCharacter* partner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VisualHandholdingComponent_StartHandholding;
// Function Everholm.VisualHandholdingComponent.StopHandholding
// 0x0008 (0x0008 - 0x0000)
struct VisualHandholdingComponent_StopHandholding final
{
public:
class AEverholmCharacter* partner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VisualHandholdingComponent_StopHandholding;
// Function Everholm.VisualHandholdingComponent.GetListOfBones
// 0x0010 (0x0010 - 0x0000)
struct VisualHandholdingComponent_GetListOfBones final
{
public:
TArray<class FString> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VisualHandholdingComponent_GetListOfBones;
// Function Everholm.AsyncTaskGameplayTagAddedRemoved.ListenForGameplayTagAddedOrRemoved
// 0x0030 (0x0030 - 0x0000)
struct AsyncTaskGameplayTagAddedRemoved_ListenForGameplayTagAddedOrRemoved final
{
public:
class UAbilitySystemComponent* AbilitySystemComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTagContainer InTags; // 0x0008(0x0020)(Parm, NativeAccessSpecifierPublic)
class UAsyncTaskGameplayTagAddedRemoved* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AsyncTaskGameplayTagAddedRemoved_ListenForGameplayTagAddedOrRemoved;
// Function Everholm.PinDownAttackComponent.AbortPindown
// 0x0001 (0x0001 - 0x0000)
struct PinDownAttackComponent_AbortPindown final
{
public:
bool bSkipPostPindownAnimationsOnVictim; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PinDownAttackComponent_AbortPindown;
// Function Everholm.DraisineVehicle.DraisineInputInvalid
// 0x0010 (0x0010 - 0x0000)
struct DraisineVehicle_DraisineInputInvalid final
{
public:
class UEverholmPumpInteraction* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Intent; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DraisineVehicle_DraisineInputInvalid;
// Function Everholm.DraisineVehicle.DraisineInputValid
// 0x0010 (0x0010 - 0x0000)
struct DraisineVehicle_DraisineInputValid final
{
public:
class UEverholmPumpInteraction* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Intent; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DraisineVehicle_DraisineInputValid;
// Function Everholm.DraisineVehicle.InputProcessed
// 0x0010 (0x0010 - 0x0000)
struct DraisineVehicle_InputProcessed final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Intent; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DraisineVehicle_InputProcessed;
// Function Everholm.DraisineVehicle.InputProcessedFail
// 0x0010 (0x0010 - 0x0000)
struct DraisineVehicle_InputProcessedFail final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Intent; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DraisineVehicle_InputProcessedFail;
// Function Everholm.DraisineVehicle.SetHandleInPlace
// 0x0001 (0x0001 - 0x0000)
struct DraisineVehicle_SetHandleInPlace final
{
public:
bool bHandleInPlace; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineVehicle_SetHandleInPlace;
// Function Everholm.DraisineVehicle.SetProcessInput
// 0x0001 (0x0001 - 0x0000)
struct DraisineVehicle_SetProcessInput final
{
public:
bool bProcess; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineVehicle_SetProcessInput;
// Function Everholm.DraisineVehicle.CanDriveDraisine
// 0x0001 (0x0001 - 0x0000)
struct DraisineVehicle_CanDriveDraisine final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineVehicle_CanDriveDraisine;
// Function Everholm.DraisineVehicle.GetDraisineInputDataForCharacter
// 0x0010 (0x0010 - 0x0000)
struct DraisineVehicle_GetDraisineInputDataForCharacter final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FPumpInputData ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineVehicle_GetDraisineInputDataForCharacter;
// Function Everholm.DraisineVehicle.GetDraisineInputDataForInteraction
// 0x0010 (0x0010 - 0x0000)
struct DraisineVehicle_GetDraisineInputDataForInteraction final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FPumpInputData ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineVehicle_GetDraisineInputDataForInteraction;
// Function Everholm.EverholmAtmoLanternParamsEvaluator.RegisterLanternLight
// 0x0018 (0x0018 - 0x0000)
struct EverholmAtmoLanternParamsEvaluator_RegisterLanternLight final
{
public:
class UObject* World; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class ULightComponent* Light; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ELanternAtmoLightType Type; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ELanternAtmoContext Context; // 0x0011(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAtmoLanternParamsEvaluator_RegisterLanternLight;
// Function Everholm.EverholmAtmoLanternParamsEvaluator.RegisterLanternLightWithEvent
// 0x0048 (0x0048 - 0x0000)
struct EverholmAtmoLanternParamsEvaluator_RegisterLanternLightWithEvent final
{
public:
class UObject* World; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class ULightComponent* Light; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TDelegate<void(const struct FEverholmAtmoLanternSettings& Settings)> updateEvent; // 0x0010(0x0010)(Parm, ZeroConstructor, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FEverholmAtmoLanternDefaults lanternDefaults; // 0x0020(0x0024)(Parm, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic)
ELanternAtmoLightType Type; // 0x0044(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ELanternAtmoContext Context; // 0x0045(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_46[0x2]; // 0x0046(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAtmoLanternParamsEvaluator_RegisterLanternLightWithEvent;
// Function Everholm.EverholmAtmoLanternParamsEvaluator.UnregisterLanternLight
// 0x0010 (0x0010 - 0x0000)
struct EverholmAtmoLanternParamsEvaluator_UnregisterLanternLight final
{
public:
class UObject* World; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class ULightComponent* Light; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAtmoLanternParamsEvaluator_UnregisterLanternLight;
// Function Everholm.DraggableVehicleBaseComponent.ExitVehicleAtTransform
// 0x0060 (0x0060 - 0x0000)
struct DraggableVehicleBaseComponent_ExitVehicleAtTransform final
{
public:
struct FTransform exitTransform; // 0x0000(0x0060)(Parm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableVehicleBaseComponent_ExitVehicleAtTransform;
// Function Everholm.DraggableVehicleBaseComponent.OverrideVehicleTransform
// 0x0060 (0x0060 - 0x0000)
struct DraggableVehicleBaseComponent_OverrideVehicleTransform final
{
public:
struct FTransform overrideTransform; // 0x0000(0x0060)(Parm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableVehicleBaseComponent_OverrideVehicleTransform;
// Function Everholm.DraggableVehicleBaseComponent.SetControlledByPlayer
// 0x0001 (0x0001 - 0x0000)
struct DraggableVehicleBaseComponent_SetControlledByPlayer final
{
public:
bool bPlayerControlled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggableVehicleBaseComponent_SetControlledByPlayer;
// Function Everholm.VehicleMovementComponent.ApplySpeedModifierOverride
// 0x0002 (0x0002 - 0x0000)
struct VehicleMovementComponent_ApplySpeedModifierOverride final
{
public:
EVehicleSpeedMofidierPreset preset; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bForceInstantApplication; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_ApplySpeedModifierOverride;
// Function Everholm.VehicleMovementComponent.CalculateForwardSpeed
// 0x0008 (0x0008 - 0x0000)
struct VehicleMovementComponent_CalculateForwardSpeed final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_CalculateForwardSpeed;
// Function Everholm.VehicleMovementComponent.CalculateRotationSpeed
// 0x0008 (0x0008 - 0x0000)
struct VehicleMovementComponent_CalculateRotationSpeed final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_CalculateRotationSpeed;
// Function Everholm.VehicleMovementComponent.CalculateTargetLocation
// 0x0020 (0x0020 - 0x0000)
struct VehicleMovementComponent_CalculateTargetLocation final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_CalculateTargetLocation;
// Function Everholm.VehicleMovementComponent.CalculateTargetRotation
// 0x0020 (0x0020 - 0x0000)
struct VehicleMovementComponent_CalculateTargetRotation final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FRotator ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_CalculateTargetRotation;
// Function Everholm.VehicleMovementComponent.FindGroundZ
// 0x0018 (0x0018 - 0x0000)
struct VehicleMovementComponent_FindGroundZ final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class USceneComponent* overrideGroundTraceComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleMovementComponent_FindGroundZ;
// Function Everholm.VehicleMovementComponent.GetMovementParams
// 0x0018 (0x0018 - 0x0000)
struct VehicleMovementComponent_GetMovementParams final
{
public:
struct FVehicleMovementParams ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_GetMovementParams;
// Function Everholm.VehicleMovementComponent.GetVisualParentComponent
// 0x0008 (0x0008 - 0x0000)
struct VehicleMovementComponent_GetVisualParentComponent final
{
public:
class USceneComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_GetVisualParentComponent;
// Function Everholm.VehicleMovementComponent.MoveVehicle
// 0x0150 (0x0150 - 0x0000)
struct VehicleMovementComponent_MoveVehicle final
{
public:
struct FVector Delta; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_18[0x8]; // 0x0018(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FQuat NewRotation; // 0x0020(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSweep; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FHitResult OutHit; // 0x0048(0x00F8)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
ETeleportType Teleport; // 0x0140(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_141[0xF]; // 0x0141(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleMovementComponent_MoveVehicle;
// Function Everholm.VehicleMovementComponent.OverrideTargetLocationAndRotation
// 0x0030 (0x0030 - 0x0000)
struct VehicleMovementComponent_OverrideTargetLocationAndRotation final
{
public:
struct FVector overrideTargetLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator overrideTargetRotation; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_OverrideTargetLocationAndRotation;
// Function Everholm.VehicleMovementComponent.PostSlideAlongSurface
// 0x0100 (0x0100 - 0x0000)
struct VehicleMovementComponent_PostSlideAlongSurface final
{
public:
struct FHitResult HitResult; // 0x0000(0x00F8)(Parm, OutParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
float ActualMovement; // 0x00F8(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_FC[0x4]; // 0x00FC(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleMovementComponent_PostSlideAlongSurface;
// Function Everholm.VehicleMovementComponent.SetControlledByPlayer
// 0x0001 (0x0001 - 0x0000)
struct VehicleMovementComponent_SetControlledByPlayer final
{
public:
bool controlledByPlayer; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_SetControlledByPlayer;
// Function Everholm.VehicleMovementComponent.SetControlledByPlayerEvent
// 0x0001 (0x0001 - 0x0000)
struct VehicleMovementComponent_SetControlledByPlayerEvent final
{
public:
bool IsControlledByPlayer; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_SetControlledByPlayerEvent;
// Function Everholm.VehicleMovementComponent.SetOverrideForwardSpeed
// 0x0004 (0x0004 - 0x0000)
struct VehicleMovementComponent_SetOverrideForwardSpeed final
{
public:
float Speed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_SetOverrideForwardSpeed;
// Function Everholm.VehicleMovementComponent.SetOverrideRotationSpeed
// 0x0004 (0x0004 - 0x0000)
struct VehicleMovementComponent_SetOverrideRotationSpeed final
{
public:
float Speed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_SetOverrideRotationSpeed;
// Function Everholm.VehicleMovementComponent.SetVehicleBoostSpeedOverride
// 0x0004 (0x0004 - 0x0000)
struct VehicleMovementComponent_SetVehicleBoostSpeedOverride final
{
public:
float newBoostSpeed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_SetVehicleBoostSpeedOverride;
// Function Everholm.VehicleMovementComponent.SetVehicleForwardSpeedOverride
// 0x0004 (0x0004 - 0x0000)
struct VehicleMovementComponent_SetVehicleForwardSpeedOverride final
{
public:
float newForwardSpeed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_SetVehicleForwardSpeedOverride;
// Function Everholm.VehicleMovementComponent.SetVehicleReverseSpeedOverride
// 0x0004 (0x0004 - 0x0000)
struct VehicleMovementComponent_SetVehicleReverseSpeedOverride final
{
public:
float newReverseSpeed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_SetVehicleReverseSpeedOverride;
// Function Everholm.VehicleMovementComponent.SetVehicleRotationSpeedOverride
// 0x0004 (0x0004 - 0x0000)
struct VehicleMovementComponent_SetVehicleRotationSpeedOverride final
{
public:
float newRotationSpeed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_SetVehicleRotationSpeedOverride;
// Function Everholm.VehicleMovementComponent.SetVisualParent
// 0x0008 (0x0008 - 0x0000)
struct VehicleMovementComponent_SetVisualParent final
{
public:
class USceneComponent* visualParentComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_SetVisualParent;
// Function Everholm.VehicleMovementComponent.TrySlideAlongSurfaceIfHit
// 0x0110 (0x0110 - 0x0000)
struct VehicleMovementComponent_TrySlideAlongSurfaceIfHit final
{
public:
struct FHitResult HitResult; // 0x0000(0x00F8)(Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
struct FVector deltaMove; // 0x00F8(0x0018)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_TrySlideAlongSurfaceIfHit;
// Function Everholm.VehicleMovementComponent.UpdateCalculatedRotationBasedOnSurface
// 0x0010 (0x0010 - 0x0000)
struct VehicleMovementComponent_UpdateCalculatedRotationBasedOnSurface final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class USceneComponent* overrideGroundTraceComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_UpdateCalculatedRotationBasedOnSurface;
// Function Everholm.VehicleMovementComponent.UpdateMoveOnClient
// 0x0038 (0x0038 - 0x0000)
struct VehicleMovementComponent_UpdateMoveOnClient final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector clientTargetLocation; // 0x0008(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator clientTargetRotation; // 0x0020(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_UpdateMoveOnClient;
// Function Everholm.VehicleMovementComponent.UpdateMoveOnServer
// 0x0004 (0x0004 - 0x0000)
struct VehicleMovementComponent_UpdateMoveOnServer final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_UpdateMoveOnServer;
// Function Everholm.VehicleMovementComponent.VehicleMoveDone
// 0x0018 (0x0018 - 0x0000)
struct VehicleMovementComponent_VehicleMoveDone final
{
public:
struct FVector deltaMove; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_VehicleMoveDone;
// Function Everholm.VehicleMovementComponent.GetActiveSpeedModifierPreset
// 0x0001 (0x0001 - 0x0000)
struct VehicleMovementComponent_GetActiveSpeedModifierPreset final
{
public:
EVehicleSpeedMofidierPreset ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_GetActiveSpeedModifierPreset;
// Function Everholm.VehicleMovementComponent.GetDefaultMovementParams
// 0x0018 (0x0018 - 0x0000)
struct VehicleMovementComponent_GetDefaultMovementParams final
{
public:
struct FVehicleMovementParams ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_GetDefaultMovementParams;
// Function Everholm.VehicleMovementComponent.GetLimitedSpeed
// 0x0008 (0x0008 - 0x0000)
struct VehicleMovementComponent_GetLimitedSpeed final
{
public:
float Speed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_GetLimitedSpeed;
// Function Everholm.VehicleMovementComponent.IsBoostDisabled
// 0x0001 (0x0001 - 0x0000)
struct VehicleMovementComponent_IsBoostDisabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_IsBoostDisabled;
// Function Everholm.VehicleMovementComponent.IsControlledByPlayer
// 0x0001 (0x0001 - 0x0000)
struct VehicleMovementComponent_IsControlledByPlayer final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMovementComponent_IsControlledByPlayer;
// Function Everholm.VehicleMoveOnSplineComponent.MoveTillSplineIndexAtSpeed
// 0x000C (0x000C - 0x0000)
struct VehicleMoveOnSplineComponent_MoveTillSplineIndexAtSpeed final
{
public:
struct FVehicleSplineFollowData SplineFollowData; // 0x0000(0x000C)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMoveOnSplineComponent_MoveTillSplineIndexAtSpeed;
// Function Everholm.VehicleMoveOnSplineComponent.SnapVehicleToSplineDistance
// 0x0004 (0x0004 - 0x0000)
struct VehicleMoveOnSplineComponent_SnapVehicleToSplineDistance final
{
public:
float Distance; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMoveOnSplineComponent_SnapVehicleToSplineDistance;
// Function Everholm.VehicleMoveOnSplineComponent.StartMovingOnSpline
// 0x0008 (0x0008 - 0x0000)
struct VehicleMoveOnSplineComponent_StartMovingOnSpline final
{
public:
class USplineComponent* SplineComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMoveOnSplineComponent_StartMovingOnSpline;
// Function Everholm.VehicleMoveOnSplineComponent.GetCurrentDistanceAlongSpline
// 0x0004 (0x0004 - 0x0000)
struct VehicleMoveOnSplineComponent_GetCurrentDistanceAlongSpline final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMoveOnSplineComponent_GetCurrentDistanceAlongSpline;
// Function Everholm.VehicleMoveOnSplineComponent.HasSplineToMoveOn
// 0x0001 (0x0001 - 0x0000)
struct VehicleMoveOnSplineComponent_HasSplineToMoveOn final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMoveOnSplineComponent_HasSplineToMoveOn;
// Function Everholm.PigVehicleMovementComponent.SetMovementAlpha
// 0x0004 (0x0004 - 0x0000)
struct PigVehicleMovementComponent_SetMovementAlpha final
{
public:
float Alpha; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PigVehicleMovementComponent_SetMovementAlpha;
// Function Everholm.PigVehicleMovementComponent.SetMovementDirection
// 0x0001 (0x0001 - 0x0000)
struct PigVehicleMovementComponent_SetMovementDirection final
{
public:
EPigMoveInDirection MoveDirection; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PigVehicleMovementComponent_SetMovementDirection;
// Function Everholm.AttachmentAnchorComponent.FindAnchor
// 0x0048 (0x0048 - 0x0000)
struct AttachmentAnchorComponent_FindAnchor final
{
public:
class FName SocketName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAttachmentAnchor outAnchor; // 0x0008(0x0038)(Parm, OutParm, NoDestructor, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0040(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AttachmentAnchorComponent_FindAnchor;
// Function Everholm.AttackProjectile.Multicast_LaunchProjectile
// 0x0018 (0x0018 - 0x0000)
struct AttackProjectile_Multicast_LaunchProjectile final
{
public:
struct FVector launchTargetLocation; // 0x0000(0x0018)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackProjectile_Multicast_LaunchProjectile;
// Function Everholm.AttackProjectile.OnProjectileHit
// 0x00F8 (0x00F8 - 0x0000)
struct AttackProjectile_OnProjectileHit final
{
public:
struct FHitResult ImpactResult; // 0x0000(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackProjectile_OnProjectileHit;
// Function Everholm.AttackProjectile.SetAttackTargetLocation
// 0x0018 (0x0018 - 0x0000)
struct AttackProjectile_SetAttackTargetLocation final
{
public:
struct FVector targetLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackProjectile_SetAttackTargetLocation;
// Function Everholm.AttackProjectile.SetProjectileDeathHandler
// 0x0008 (0x0008 - 0x0000)
struct AttackProjectile_SetProjectileDeathHandler final
{
public:
TSubclassOf<class ADeathHandlerSkeletal> DeathHandlerClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackProjectile_SetProjectileDeathHandler;
// Function Everholm.AttackProjectile.SetProjectileDirection
// 0x0018 (0x0018 - 0x0000)
struct AttackProjectile_SetProjectileDirection final
{
public:
struct FVector launchDirection; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackProjectile_SetProjectileDirection;
// Function Everholm.AttackProjectile.GetAttackTargetLocation
// 0x0018 (0x0018 - 0x0000)
struct AttackProjectile_GetAttackTargetLocation final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackProjectile_GetAttackTargetLocation;
// Function Everholm.EncircleTargetAction.SetFinalTargetDirection
// 0x0018 (0x0018 - 0x0000)
struct EncircleTargetAction_SetFinalTargetDirection final
{
public:
struct FVector Direction; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EncircleTargetAction_SetFinalTargetDirection;
// Function Everholm.EncircleTargetAction.UpdateTargetActor
// 0x0008 (0x0008 - 0x0000)
struct EncircleTargetAction_UpdateTargetActor final
{
public:
class AActor* newTargetActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EncircleTargetAction_UpdateTargetActor;
// Function Everholm.EncircleTargetAction.GetEncircleWorldLocation
// 0x0018 (0x0018 - 0x0000)
struct EncircleTargetAction_GetEncircleWorldLocation final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EncircleTargetAction_GetEncircleWorldLocation;
// Function Everholm.AttackTargetAction.OnActionPointEvent
// 0x0020 (0x0020 - 0x0000)
struct AttackTargetAction_OnActionPointEvent final
{
public:
class UActionPoint* Point; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* usingActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EActionPointEventType EventType; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
class FName NotifyName; // 0x0014(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 actionIndex; // 0x001C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackTargetAction_OnActionPointEvent;
// Function Everholm.AttackTargetAction.OnAttackMontageEnded
// 0x0010 (0x0010 - 0x0000)
struct AttackTargetAction_OnAttackMontageEnded final
{
public:
class UAnimMontage* attackMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bInterrupted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AttackTargetAction_OnAttackMontageEnded;
// Function Everholm.AttackTargetAction.OnAttackResolvedEvent
// 0x0068 (0x0068 - 0x0000)
struct AttackTargetAction_OnAttackResolvedEvent final
{
public:
struct FAttackData AttackData; // 0x0000(0x0068)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackTargetAction_OnAttackResolvedEvent;
// Function Everholm.AttackTargetAction.OnAttackSuccessEvent
// 0x0068 (0x0068 - 0x0000)
struct AttackTargetAction_OnAttackSuccessEvent final
{
public:
struct FAttackData AttackData; // 0x0000(0x0068)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackTargetAction_OnAttackSuccessEvent;
// Function Everholm.AttackTargetAction.OnTriggeredContextualKill
// 0x0018 (0x0018 - 0x0000)
struct AttackTargetAction_OnTriggeredContextualKill final
{
public:
class AActionPointActor* contextualKillActionPoint; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* Target; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAnimMontage* targetAttachedAnimMontage; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AttackTargetAction_OnTriggeredContextualKill;
// Function Everholm.JumpCondition.Evaluate
// 0x0020 (0x0020 - 0x0000)
struct JumpCondition_Evaluate final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UCapsuleComponent* From; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UCapsuleComponent* To; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_JumpCondition_Evaluate;
// Function Everholm.DraisineActor.AccelerationTimelineUpdate
// 0x0004 (0x0004 - 0x0000)
struct DraisineActor_AccelerationTimelineUpdate final
{
public:
float Alpha; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineActor_AccelerationTimelineUpdate;
// Function Everholm.DraisineActor.AccelerationUpdate
// 0x0004 (0x0004 - 0x0000)
struct DraisineActor_AccelerationUpdate final
{
public:
float NewAcceleration; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineActor_AccelerationUpdate;
// Function Everholm.DraisineActor.DecelerationTimelineUpdate
// 0x0004 (0x0004 - 0x0000)
struct DraisineActor_DecelerationTimelineUpdate final
{
public:
float Alpha; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineActor_DecelerationTimelineUpdate;
// Function Everholm.DraisineActor.DraisineInputInvalid
// 0x0010 (0x0010 - 0x0000)
struct DraisineActor_DraisineInputInvalid final
{
public:
class UEverholmPumpInteraction* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Intent; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DraisineActor_DraisineInputInvalid;
// Function Everholm.DraisineActor.DraisineInputValid
// 0x0010 (0x0010 - 0x0000)
struct DraisineActor_DraisineInputValid final
{
public:
class UEverholmPumpInteraction* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Intent; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DraisineActor_DraisineInputValid;
// Function Everholm.DraisineActor.InputProcessed
// 0x0010 (0x0010 - 0x0000)
struct DraisineActor_InputProcessed final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Intent; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DraisineActor_InputProcessed;
// Function Everholm.DraisineActor.InputProcessedFail
// 0x0010 (0x0010 - 0x0000)
struct DraisineActor_InputProcessedFail final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Intent; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_DraisineActor_InputProcessedFail;
// Function Everholm.DraisineActor.OtherPlayerInPlace
// 0x0008 (0x0008 - 0x0000)
struct DraisineActor_OtherPlayerInPlace final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineActor_OtherPlayerInPlace;
// Function Everholm.DraisineActor.PlayerInitiatorInPlace
// 0x0008 (0x0008 - 0x0000)
struct DraisineActor_PlayerInitiatorInPlace final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineActor_PlayerInitiatorInPlace;
// Function Everholm.DraisineActor.SetHandleInPlace
// 0x0001 (0x0001 - 0x0000)
struct DraisineActor_SetHandleInPlace final
{
public:
bool bHandleInPlace; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineActor_SetHandleInPlace;
// Function Everholm.DraisineActor.SetProcessInput
// 0x0001 (0x0001 - 0x0000)
struct DraisineActor_SetProcessInput final
{
public:
bool bProcess; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineActor_SetProcessInput;
// Function Everholm.DraisineActor.CanDriveDraisine
// 0x0001 (0x0001 - 0x0000)
struct DraisineActor_CanDriveDraisine final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineActor_CanDriveDraisine;
// Function Everholm.DraisineActor.GetDraisineInputDataForInteraction
// 0x0010 (0x0010 - 0x0000)
struct DraisineActor_GetDraisineInputDataForInteraction final
{
public:
class UEverholmInteractionComponent* Interaction; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FPumpInputData ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraisineActor_GetDraisineInputDataForInteraction;
// Function Everholm.AutoJump.OnDestinationAreaBeginOverlap
// 0x0118 (0x0118 - 0x0000)
struct AutoJump_OnDestinationAreaBeginOverlap final
{
public:
class UPrimitiveComponent* OverlappedComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OtherActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPrimitiveComponent* OtherComp; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 OtherBodyIndex; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bFromSweep; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FHitResult SweepResult; // 0x0020(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AutoJump_OnDestinationAreaBeginOverlap;
// Function Everholm.AutoJump.OnDestinationAreaEndOverlap
// 0x0020 (0x0020 - 0x0000)
struct AutoJump_OnDestinationAreaEndOverlap final
{
public:
class UPrimitiveComponent* OverlappedComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OtherActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPrimitiveComponent* OtherComp; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 OtherBodyIndex; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AutoJump_OnDestinationAreaEndOverlap;
// Function Everholm.AutoJump.OnStartAreaBeginOverlap
// 0x0118 (0x0118 - 0x0000)
struct AutoJump_OnStartAreaBeginOverlap final
{
public:
class UPrimitiveComponent* OverlappedComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OtherActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPrimitiveComponent* OtherComp; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 OtherBodyIndex; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bFromSweep; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FHitResult SweepResult; // 0x0020(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AutoJump_OnStartAreaBeginOverlap;
// Function Everholm.AutoJump.OnStartAreaEndOverlap
// 0x0020 (0x0020 - 0x0000)
struct AutoJump_OnStartAreaEndOverlap final
{
public:
class UPrimitiveComponent* OverlappedComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OtherActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPrimitiveComponent* OtherComp; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 OtherBodyIndex; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AutoJump_OnStartAreaEndOverlap;
// Function Everholm.AutoJump.CalculateJumpDestination
// 0x0038 (0x0038 - 0x0000)
struct AutoJump_CalculateJumpDestination final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UCapsuleComponent* From; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UCapsuleComponent* To; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FJumpDestinationData ReturnValue; // 0x0018(0x0020)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AutoJump_CalculateJumpDestination;
// Function Everholm.AutoJump.GetPreviewArcsToDraw
// 0x0018 (0x0018 - 0x0000)
struct AutoJump_GetPreviewArcsToDraw final
{
public:
struct FJumpArcPreviewData ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AutoJump_GetPreviewArcsToDraw;
// Function Everholm.AutoJumpBlueprintFunctionLibrary.PackJumpParams
// 0x0080 (0x0080 - 0x0000)
struct AutoJumpBlueprintFunctionLibrary_PackJumpParams final
{
public:
struct FJumpParams paramsToPack; // 0x0000(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
struct FTransform ReturnValue; // 0x0020(0x0060)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AutoJumpBlueprintFunctionLibrary_PackJumpParams;
// Function Everholm.AutoJumpBlueprintFunctionLibrary.UnpackJumpParams
// 0x0080 (0x0080 - 0x0000)
struct AutoJumpBlueprintFunctionLibrary_UnpackJumpParams final
{
public:
struct FTransform transformToUnpack; // 0x0000(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FJumpParams ReturnValue; // 0x0060(0x0020)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AutoJumpBlueprintFunctionLibrary_UnpackJumpParams;
// Function Everholm.AvoidLightComponent.AddOverlappingLight
// 0x0008 (0x0008 - 0x0000)
struct AvoidLightComponent_AddOverlappingLight final
{
public:
class UOverlappingLightComponent* overlappingLight; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AvoidLightComponent_AddOverlappingLight;
// Function Everholm.AvoidLightComponent.RemoveOverlappingLight
// 0x0008 (0x0008 - 0x0000)
struct AvoidLightComponent_RemoveOverlappingLight final
{
public:
class UOverlappingLightComponent* overlappingLight; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AvoidLightComponent_RemoveOverlappingLight;
// Function Everholm.AvoidLightComponent.GetAmountOfOverlappingLightsToConsider
// 0x0004 (0x0004 - 0x0000)
struct AvoidLightComponent_GetAmountOfOverlappingLightsToConsider final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AvoidLightComponent_GetAmountOfOverlappingLightsToConsider;
// Function Everholm.AvoidLightComponent.GetAvoidanceDirection
// 0x0018 (0x0018 - 0x0000)
struct AvoidLightComponent_GetAvoidanceDirection final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AvoidLightComponent_GetAvoidanceDirection;
// Function Everholm.AvoidLightComponent.GetCurrentlyOverlappingLights
// 0x0010 (0x0010 - 0x0000)
struct AvoidLightComponent_GetCurrentlyOverlappingLights final
{
public:
TArray<class UOverlappingLightComponent*> ReturnValue; // 0x0000(0x0010)(ConstParm, ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AvoidLightComponent_GetCurrentlyOverlappingLights;
// Function Everholm.AvoidLightComponent.GetCurrentlyOverlappingLightsExcludingPenumbra
// 0x0010 (0x0010 - 0x0000)
struct AvoidLightComponent_GetCurrentlyOverlappingLightsExcludingPenumbra final
{
public:
TArray<class UOverlappingLightComponent*> ReturnValue; // 0x0000(0x0010)(ConstParm, ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AvoidLightComponent_GetCurrentlyOverlappingLightsExcludingPenumbra;
// Function Everholm.AvoidLightComponent.IsOverlappedByLight
// 0x0002 (0x0002 - 0x0000)
struct AvoidLightComponent_IsOverlappedByLight final
{
public:
bool excludePenumbra; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AvoidLightComponent_IsOverlappedByLight;
// Function Everholm.BalanceBeamActor.GetBalanceLocationData
// 0x00B0 (0x00B0 - 0x0000)
struct BalanceBeamActor_GetBalanceLocationData final
{
public:
const class AEverholmCharacter* balancingInstigator; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector worldSpaceInput; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBalanceLocationData ReturnValue; // 0x0020(0x0090)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BalanceBeamActor_GetBalanceLocationData;
// Function Everholm.BalanceBeamActor.GetBalanceLocationFromLocation
// 0x0038 (0x0038 - 0x0000)
struct BalanceBeamActor_GetBalanceLocationFromLocation final
{
public:
struct FVector WorldLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bProjectToGround; // 0x0018(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector ReturnValue; // 0x0020(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BalanceBeamActor_GetBalanceLocationFromLocation;
// Function Everholm.EverholmCharacterAnimInstance.GetMinAngleDifference180
// 0x000C (0x000C - 0x0000)
struct EverholmCharacterAnimInstance_GetMinAngleDifference180 final
{
public:
float A; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float B; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterAnimInstance_GetMinAngleDifference180;
// Function Everholm.EverholmCharacterAnimInstance.OnAnimInstanceEvent
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterAnimInstance_OnAnimInstanceEvent final
{
public:
class FName EventName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
double FloatParam; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 IntParam; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool boolParam; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacterAnimInstance_OnAnimInstanceEvent;
// Function Everholm.EverholmCharacterAnimInstance.OnIdleStrafeTurn
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterAnimInstance_OnIdleStrafeTurn final
{
public:
bool isTurningRight; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterAnimInstance_OnIdleStrafeTurn;
// Function Everholm.EverholmCharacterAnimInstance.OnInputAbuseChanged
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterAnimInstance_OnInputAbuseChanged final
{
public:
bool bIsInputAllowed; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterAnimInstance_OnInputAbuseChanged;
// Function Everholm.EverholmCharacterAnimInstance.CalculateWallPushBackPoint
// 0x0020 (0x0020 - 0x0000)
struct EverholmCharacterAnimInstance_CalculateWallPushBackPoint final
{
public:
double pushBackDistance; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterAnimInstance_CalculateWallPushBackPoint;
// Function Everholm.EverholmCharacterAnimInstance.GetFavoredSmoothTurningAngle
// 0x00B0 (0x00B0 - 0x0000)
struct EverholmCharacterAnimInstance_GetFavoredSmoothTurningAngle final
{
public:
struct FTransform WorldTransform; // 0x0000(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ForwardVector; // 0x0060(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector InputForward; // 0x0078(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator Rotation; // 0x0090(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
ESmoothTurningFavoredDirection ReturnValue; // 0x00A8(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A9[0x7]; // 0x00A9(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacterAnimInstance_GetFavoredSmoothTurningAngle;
// Function Everholm.EverholmCharacterAnimInstance.IsPlayingRootMotionMontage
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterAnimInstance_IsPlayingRootMotionMontage final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterAnimInstance_IsPlayingRootMotionMontage;
// Function Everholm.EverholmAIAnimInstance.GetAttackAnimation
// 0x0018 (0x0018 - 0x0000)
struct EverholmAIAnimInstance_GetAttackAnimation final
{
public:
EAILocomotionType locomotionType; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAttackType attackType; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
float Angle; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Distance; // 0x0008(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UAnimMontage* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIAnimInstance_GetAttackAnimation;
// Function Everholm.EverholmAIAnimInstance.GetMontageByTurnAngle
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIAnimInstance_GetMontageByTurnAngle final
{
public:
EAILocomotionType locomotionType; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIAnimMontageType animType; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
float animAngle; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAnimMontage* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIAnimInstance_GetMontageByTurnAngle;
// Function Everholm.EverholmAIAnimInstance.GetOverrideAnimationSet
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIAnimInstance_GetOverrideAnimationSet final
{
public:
EAILocomotionType locomotionType; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UAnimationSet* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIAnimInstance_GetOverrideAnimationSet;
// Function Everholm.EverholmAIAnimInstance.OnAnimNotify
// 0x0020 (0x0020 - 0x0000)
struct EverholmAIAnimInstance_OnAnimNotify final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName NotifyName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class UAnimMetaData*> AnimMetaData; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIAnimInstance_OnAnimNotify;
// Function Everholm.EverholmAIAnimInstance.SetOverrideAnimationSet
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIAnimInstance_SetOverrideAnimationSet final
{
public:
EAILocomotionType locomotionType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UAnimationSet* AnimationSet; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIAnimInstance_SetOverrideAnimationSet;
// Function Everholm.EverholmAIAnimInstance.GetAttackComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmAIAnimInstance_GetAttackComponent final
{
public:
class UAttackComponentBase* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIAnimInstance_GetAttackComponent;
// Function Everholm.BalanceInterface.CanHopOff
// 0x0020 (0x0020 - 0x0000)
struct BalanceInterface_CanHopOff final
{
public:
class AEverholmCharacter* Instigator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector2D Input; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BalanceInterface_CanHopOff;
// Function Everholm.BalanceInterface.GetBalanceLocation
// 0x00B0 (0x00B0 - 0x0000)
struct BalanceInterface_GetBalanceLocation final
{
public:
class AEverholmCharacter* Instigator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector2D Input; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_18[0x8]; // 0x0018(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FTransform WorldTransform; // 0x0020(0x0060)(Parm, OutParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector DirectionToMove; // 0x0080(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float DistanceFromWantedMove; // 0x0098(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bAtBoundary; // 0x009C(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9D[0x3]; // 0x009D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float MaxInputScale; // 0x00A0(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A4[0xC]; // 0x00A4(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BalanceInterface_GetBalanceLocation;
// Function Everholm.BalanceInterface.GetBalanceLocationFromLocation
// 0x0038 (0x0038 - 0x0000)
struct BalanceInterface_GetBalanceLocationFromLocation final
{
public:
struct FVector WorldLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bProjectToGround; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector ReturnValue; // 0x0020(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BalanceInterface_GetBalanceLocationFromLocation;
// Function Everholm.BalanceInterface.OnEndUsing
// 0x0008 (0x0008 - 0x0000)
struct BalanceInterface_OnEndUsing final
{
public:
class AEverholmCharacter* Instigator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BalanceInterface_OnEndUsing;
// Function Everholm.BalanceInterface.OnStartUsing
// 0x0008 (0x0008 - 0x0000)
struct BalanceInterface_OnStartUsing final
{
public:
class AEverholmCharacter* Instigator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BalanceInterface_OnStartUsing;
// Function Everholm.BalanceInterface.SetReservation
// 0x0010 (0x0010 - 0x0000)
struct BalanceInterface_SetReservation final
{
public:
class AEverholmCharacter* Instigator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bReserve; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BalanceInterface_SetReservation;
// Function Everholm.BalanceInterface.GetBalanceType
// 0x0001 (0x0001 - 0x0000)
struct BalanceInterface_GetBalanceType final
{
public:
EBalanceType ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BalanceInterface_GetBalanceType;
// Function Everholm.BalanceInterface.IsAvailable
// 0x0010 (0x0010 - 0x0000)
struct BalanceInterface_IsAvailable final
{
public:
class AEverholmCharacter* Instigator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BalanceInterface_IsAvailable;
// Function Everholm.EVCombatManager.GetAlertedEnemies
// 0x0004 (0x0004 - 0x0000)
struct EVCombatManager_GetAlertedEnemies final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVCombatManager_GetAlertedEnemies;
// Function Everholm.EVCombatManager.HIP_AlertCluster
// 0x0004 (0x0004 - 0x0000)
struct EVCombatManager_HIP_AlertCluster final
{
public:
int32 clusterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVCombatManager_HIP_AlertCluster;
// Function Everholm.EVCombatManager.HIP_AlertNextEntity
// 0x0004 (0x0004 - 0x0000)
struct EVCombatManager_HIP_AlertNextEntity final
{
public:
int32 clusterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVCombatManager_HIP_AlertNextEntity;
// Function Everholm.EVCombatManager.HIP_UnAlertCluster
// 0x0004 (0x0004 - 0x0000)
struct EVCombatManager_HIP_UnAlertCluster final
{
public:
int32 clusterIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVCombatManager_HIP_UnAlertCluster;
// Function Everholm.EVCombatManager.OnAIAcquiredTarget
// 0x0010 (0x0010 - 0x0000)
struct EVCombatManager_OnAIAcquiredTarget final
{
public:
const class APawn* aiPawnThatHasAcquiredTarget; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AActor* Target; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVCombatManager_OnAIAcquiredTarget;
// Function Everholm.EVCombatManager.OnAIDespawned
// 0x0008 (0x0008 - 0x0000)
struct EVCombatManager_OnAIDespawned final
{
public:
const class APawn* aiPawnThatDespawned; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVCombatManager_OnAIDespawned;
// Function Everholm.EVCombatManager.HOP_OnAllEntitiesDeadInCluster
// 0x0004 (0x0004 - 0x0000)
struct EVCombatManager_HOP_OnAllEntitiesDeadInCluster final
{
public:
int32 clusterIndex; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVCombatManager_HOP_OnAllEntitiesDeadInCluster;
// Function Everholm.EVCombatManager.HOP_OnClusterAlerted
// 0x0004 (0x0004 - 0x0000)
struct EVCombatManager_HOP_OnClusterAlerted final
{
public:
int32 clusterIndex; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVCombatManager_HOP_OnClusterAlerted;
// Function Everholm.BlendedBoxHint.GetFocalPointInExtent
// 0x00A0 (0x00A0 - 0x0000)
struct BlendedBoxHint_GetFocalPointInExtent final
{
public:
struct FCameraHintInParameters cameraHintIn; // 0x0000(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
class UBoxComponent* InBox; // 0x0060(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector BlendRadius_0; // 0x0068(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EVolumeBlendType BlendType; // 0x0080(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_81[0x7]; // 0x0081(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector ReturnValue; // 0x0088(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlendedBoxHint_GetFocalPointInExtent;
// Function Everholm.BlendedBoxHint.GetWeightTarget
// 0x0038 (0x0038 - 0x0000)
struct BlendedBoxHint_GetWeightTarget final
{
public:
struct FVector focalPointInExtent; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector BlendRadius_0; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0030(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BlendedBoxHint_GetWeightTarget;
// Function Everholm.BlendedBoxHint.GetActivationBox
// 0x0008 (0x0008 - 0x0000)
struct BlendedBoxHint_GetActivationBox final
{
public:
class UBoxComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlendedBoxHint_GetActivationBox;
// Function Everholm.BlendedBoxHint.GetVolumeBlendType
// 0x0001 (0x0001 - 0x0000)
struct BlendedBoxHint_GetVolumeBlendType final
{
public:
EVolumeBlendType ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlendedBoxHint_GetVolumeBlendType;
// Function Everholm.BlueprintHintProcessor.ComputeResultBP
// 0x0060 (0x0060 - 0x0000)
struct BlueprintHintProcessor_ComputeResultBP final
{
public:
struct FCameraHintInParameters Params_0; // 0x0000(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlueprintHintProcessor_ComputeResultBP;
// Function Everholm.BlueprintHintProcessor.ProcessHintBP
// 0x0068 (0x0068 - 0x0000)
struct BlueprintHintProcessor_ProcessHintBP final
{
public:
class ADirectedCameraHint_Base* hint; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FCameraHintInParameters Params_0; // 0x0008(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlueprintHintProcessor_ProcessHintBP;
// Function Everholm.EverholmPlayerStart.OnRep_PlayersStartData
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerStart_OnRep_PlayersStartData final
{
public:
TArray<struct FEverholmPlayerStartData> prevList; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerStart_OnRep_PlayersStartData;
// Function Everholm.EverholmPlayerStart.PlayerAwakeAtIndex
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerStart_PlayerAwakeAtIndex final
{
public:
bool bAwake; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 Index_0; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerStart_PlayerAwakeAtIndex;
// Function Everholm.EverholmPlayerStart.PlayerSpawnedAtIndex
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerStart_PlayerSpawnedAtIndex final
{
public:
class AEverholmPlayerCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Index_0; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPlayerStart_PlayerSpawnedAtIndex;
// Function Everholm.EverholmPlayerStart.SetPlayerAwakeAtIndex
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerStart_SetPlayerAwakeAtIndex final
{
public:
bool bInAwake; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 Index_0; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerStart_SetPlayerAwakeAtIndex;
// Function Everholm.EverholmPlayerStart.SetPlayerCharacterAtIndex
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerStart_SetPlayerCharacterAtIndex final
{
public:
class AEverholmPlayerCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Index_0; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPlayerStart_SetPlayerCharacterAtIndex;
// Function Everholm.EverholmPlayerStart.GetPlayerAwakeAtIndex
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerStart_GetPlayerAwakeAtIndex final
{
public:
int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPlayerStart_GetPlayerAwakeAtIndex;
// Function Everholm.EverholmPlayerStart.GetPlayerCharacterAtIndex
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerStart_GetPlayerCharacterAtIndex final
{
public:
int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class AEverholmPlayerCharacter* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerStart_GetPlayerCharacterAtIndex;
// Function Everholm.EverholmPlayerStart.IsDescendantOf
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerStart_IsDescendantOf final
{
public:
const class AEverholmPlayerStart* ancestorPlayerStart; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPlayerStart_IsDescendantOf;
// Function Everholm.EverholmPlayerStartInBoatBase.GetTargetBoatVehicle
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerStartInBoatBase_GetTargetBoatVehicle final
{
public:
class ABoatVehicle* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerStartInBoatBase_GetTargetBoatVehicle;
// Function Everholm.BoatBoardLedgeActorGenerator.GetBoatLedgeSegmentData
// 0x0014 (0x0014 - 0x0000)
struct BoatBoardLedgeActorGenerator_GetBoatLedgeSegmentData final
{
public:
int32 ledgeIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBoatLedgeSegmentData ReturnValue; // 0x0004(0x0010)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatBoardLedgeActorGenerator_GetBoatLedgeSegmentData;
// Function Everholm.PickupSpawner.DestroyPickup
// 0x0008 (0x0008 - 0x0000)
struct PickupSpawner_DestroyPickup final
{
public:
class APickupBase* pickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupSpawner_DestroyPickup;
// Function Everholm.PickupSpawner.UpdateDestroyTimers
// 0x0004 (0x0004 - 0x0000)
struct PickupSpawner_UpdateDestroyTimers final
{
public:
float DeltaSeconds; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupSpawner_UpdateDestroyTimers;
// Function Everholm.BoatMovementComponent.OnMovementImpact
// 0x0004 (0x0004 - 0x0000)
struct BoatMovementComponent_OnMovementImpact final
{
public:
float impactSpeed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatMovementComponent_OnMovementImpact;
// Function Everholm.BoatMovementComponent.SetBoatMovementDirection
// 0x0018 (0x0018 - 0x0000)
struct BoatMovementComponent_SetBoatMovementDirection final
{
public:
struct FVector dir; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatMovementComponent_SetBoatMovementDirection;
// Function Everholm.BoatMovementComponent.SetBoostEnabled
// 0x0001 (0x0001 - 0x0000)
struct BoatMovementComponent_SetBoostEnabled final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatMovementComponent_SetBoostEnabled;
// Function Everholm.BoatMovementComponent.GetBoatMovementDirection
// 0x0018 (0x0018 - 0x0000)
struct BoatMovementComponent_GetBoatMovementDirection final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatMovementComponent_GetBoatMovementDirection;
// Function Everholm.BoatMovementComponent.GetCurrentWaterBody
// 0x0008 (0x0008 - 0x0000)
struct BoatMovementComponent_GetCurrentWaterBody final
{
public:
class AWaterBody* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatMovementComponent_GetCurrentWaterBody;
// Function Everholm.BoatMovementComponent.IsBoatOnWater
// 0x0001 (0x0001 - 0x0000)
struct BoatMovementComponent_IsBoatOnWater final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatMovementComponent_IsBoatOnWater;
// Function Everholm.BoatMovementComponent.IsLandscapeCollisionEnabled
// 0x0001 (0x0001 - 0x0000)
struct BoatMovementComponent_IsLandscapeCollisionEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatMovementComponent_IsLandscapeCollisionEnabled;
// Function Everholm.BoatTrackingSubsystem.SetLastInteractedBoat
// 0x0008 (0x0008 - 0x0000)
struct BoatTrackingSubsystem_SetLastInteractedBoat final
{
public:
class ABoatVehicle* boat; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatTrackingSubsystem_SetLastInteractedBoat;
// Function Everholm.BoatTrackingSubsystem.GetBoatVehicle
// 0x0008 (0x0008 - 0x0000)
struct BoatTrackingSubsystem_GetBoatVehicle final
{
public:
class ABoatVehicle* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatTrackingSubsystem_GetBoatVehicle;
// Function Everholm.BoatTrackingSubsystem.GetCurrentBoatVehicle
// 0x0008 (0x0008 - 0x0000)
struct BoatTrackingSubsystem_GetCurrentBoatVehicle final
{
public:
class ABoatVehicle* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatTrackingSubsystem_GetCurrentBoatVehicle;
// Function Everholm.BoatTrackingSubsystem.GetLastInteractedBoatVehicle
// 0x0008 (0x0008 - 0x0000)
struct BoatTrackingSubsystem_GetLastInteractedBoatVehicle final
{
public:
class ABoatVehicle* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatTrackingSubsystem_GetLastInteractedBoatVehicle;
// Function Everholm.BoatTrackingSubsystem.GetPreviousBoardedBoatVehicle
// 0x0008 (0x0008 - 0x0000)
struct BoatTrackingSubsystem_GetPreviousBoardedBoatVehicle final
{
public:
class ABoatVehicle* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatTrackingSubsystem_GetPreviousBoardedBoatVehicle;
// Function Everholm.EverholmCharacterAlignmentCallbackProxy.AlignCharacter
// 0x0058 (0x0058 - 0x0000)
struct EverholmCharacterAlignmentCallbackProxy_AlignCharacter final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector relativeTargetLocation; // 0x0008(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator relativeTargetRotation; // 0x0020(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
EAlignmentMode alignmentMode; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_39[0x3]; // 0x0039(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float alignmentSpeedOverride; // 0x003C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool skipRootMotionMontage; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool hardAbortExistingAlignment; // 0x0041(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_42[0x6]; // 0x0042(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
class USceneComponent* targetSceneComponent; // 0x0048(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UEverholmCharacterAlignmentCallbackProxy* ReturnValue; // 0x0050(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterAlignmentCallbackProxy_AlignCharacter;
// Function Everholm.EverholmCharacterAlignmentCallbackProxy.OnEnded
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterAlignmentCallbackProxy_OnEnded final
{
public:
EEndAlignmentResult endResult; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterAlignmentCallbackProxy_OnEnded;
// Function Everholm.BoatVehicle.ApplyAnimIKAction
// 0x0020 (0x0020 - 0x0000)
struct BoatVehicle_ApplyAnimIKAction final
{
public:
class AEverholmPlayerCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bGrab; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
class FName IKpoint; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float BlendTime; // 0x0014(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEasingFunc EasingFunction; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoatVehicle_ApplyAnimIKAction;
// Function Everholm.BoatVehicle.DetectWaterBodyBelow
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicle_DetectWaterBodyBelow final
{
public:
bool bDetectWater; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_DetectWaterBodyBelow;
// Function Everholm.BoatVehicle.DockBoardingStateUpdate
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicle_DockBoardingStateUpdate final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_DockBoardingStateUpdate;
// Function Everholm.BoatVehicle.GetBoatImpactData
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicle_GetBoatImpactData final
{
public:
struct FVehicleImpactData ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_GetBoatImpactData;
// Function Everholm.BoatVehicle.GetBoatThrowData
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicle_GetBoatThrowData final
{
public:
struct FBoatThrowData ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_GetBoatThrowData;
// Function Everholm.BoatVehicle.GetBoatWaveData
// 0x0028 (0x0028 - 0x0000)
struct BoatVehicle_GetBoatWaveData final
{
public:
struct FBoatWaveData ReturnValue; // 0x0000(0x0028)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_GetBoatWaveData;
// Function Everholm.BoatVehicle.HandleClientCollisionEvent
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicle_HandleClientCollisionEvent final
{
public:
struct FClientBoatCollisionEvent Event; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_HandleClientCollisionEvent;
// Function Everholm.BoatVehicle.Multicast_ClientTeleportBoatAndFindLedge
// 0x0060 (0x0060 - 0x0000)
struct BoatVehicle_Multicast_ClientTeleportBoatAndFindLedge final
{
public:
struct FTransform teleportTo; // 0x0000(0x0060)(Parm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_Multicast_ClientTeleportBoatAndFindLedge;
// Function Everholm.BoatVehicle.Multicast_SetPlayerInWater
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicle_Multicast_SetPlayerInWater final
{
public:
class AEverholmPlayerCharacter* PlayerCharacter; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_Multicast_SetPlayerInWater;
// Function Everholm.BoatVehicle.Multicast_TeleportBoatAndFindLedge
// 0x0070 (0x0070 - 0x0000)
struct BoatVehicle_Multicast_TeleportBoatAndFindLedge final
{
public:
struct FTransform teleportTo; // 0x0000(0x0060)(Parm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bTeleportingToLand; // 0x0060(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_61[0xF]; // 0x0061(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoatVehicle_Multicast_TeleportBoatAndFindLedge;
// Function Everholm.BoatVehicle.PlayerEnterTriggerRegion
// 0x0070 (0x0070 - 0x0000)
struct BoatVehicle_PlayerEnterTriggerRegion final
{
public:
struct FTransform teleportTo; // 0x0000(0x0060)(Parm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bTeleportingToLand; // 0x0060(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_61[0x7]; // 0x0061(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class AActor* triggerRegionActor; // 0x0068(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_PlayerEnterTriggerRegion;
// Function Everholm.BoatVehicle.ReleaseAllIK
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicle_ReleaseAllIK final
{
public:
float BlendTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEasingFunc EasingFunction; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
class AEverholmPlayerCharacter* Character; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_ReleaseAllIK;
// Function Everholm.BoatVehicle.ReplicateClientSurfaceCollisionEvent
// 0x000C (0x000C - 0x0000)
struct BoatVehicle_ReplicateClientSurfaceCollisionEvent final
{
public:
EPhysicalSurface SurfaceType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Strength; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSubsurface; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoatVehicle_ReplicateClientSurfaceCollisionEvent;
// Function Everholm.BoatVehicle.SetOverrideBoatMovementParams
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicle_SetOverrideBoatMovementParams final
{
public:
float ForwardSpeed; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float RotationSpeed; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReverseSpeed; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float BoostSpeed; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_SetOverrideBoatMovementParams;
// Function Everholm.BoatVehicle.ThrowHarpoonFromBoat
// 0x0018 (0x0018 - 0x0000)
struct BoatVehicle_ThrowHarpoonFromBoat final
{
public:
struct FVector velocityDir; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_ThrowHarpoonFromBoat;
// Function Everholm.BoatVehicle.ToggleBoatEngineSound
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicle_ToggleBoatEngineSound final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_ToggleBoatEngineSound;
// Function Everholm.BoatVehicle.ToggleBoatLights
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicle_ToggleBoatLights final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_ToggleBoatLights;
// Function Everholm.BoatVehicle.WaterBodyOceanLoaded
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicle_WaterBodyOceanLoaded final
{
public:
class UWaterBodyComponent* oceanWaterBodyComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_WaterBodyOceanLoaded;
// Function Everholm.BoatVehicle.GetBoatBoardComponent
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicle_GetBoatBoardComponent final
{
public:
class UBoatVehicleBoardComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_GetBoatBoardComponent;
// Function Everholm.BoatVehicle.GetBoatMovementComponent
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicle_GetBoatMovementComponent final
{
public:
class UBoatMovementComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_GetBoatMovementComponent;
// Function Everholm.BoatVehicle.GetBoatPointVelocity
// 0x0020 (0x0020 - 0x0000)
struct BoatVehicle_GetBoatPointVelocity final
{
public:
int32 PointIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_GetBoatPointVelocity;
// Function Everholm.BoatVehicle.GetPassengerMoveAroundComponent
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicle_GetPassengerMoveAroundComponent final
{
public:
class UPassengerMoveAroundComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_GetPassengerMoveAroundComponent;
// Function Everholm.BoatVehicle.GetRawPassengerActorAngle
// 0x0004 (0x0004 - 0x0000)
struct BoatVehicle_GetRawPassengerActorAngle final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_GetRawPassengerActorAngle;
// Function Everholm.BoatVehicle.GetRawPassengerAimAngle
// 0x0004 (0x0004 - 0x0000)
struct BoatVehicle_GetRawPassengerAimAngle final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_GetRawPassengerAimAngle;
// Function Everholm.BoatVehicle.IsExiting
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicle_IsExiting final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_IsExiting;
// Function Everholm.BoatVehicle.IsSinglePlayerControlled
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicle_IsSinglePlayerControlled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_IsSinglePlayerControlled;
// Function Everholm.BoatVehicle.IsWaterDetected
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicle_IsWaterDetected final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_IsWaterDetected;
// Function Everholm.BoatVehicle.PassengerShouldUseLanterStashSocketOnBoat
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicle_PassengerShouldUseLanterStashSocketOnBoat final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicle_PassengerShouldUseLanterStashSocketOnBoat;
// Function Everholm.ShadowPlayerSubsystem.GetActiveShadowCamera
// 0x0008 (0x0008 - 0x0000)
struct ShadowPlayerSubsystem_GetActiveShadowCamera final
{
public:
class AShadowPlayerCamera* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ShadowPlayerSubsystem_GetActiveShadowCamera;
// Function Everholm.EverholmAudioSystems.AddMotionOutputToEmitterObject
// 0x0010 (0x0010 - 0x0000)
struct EverholmAudioSystems_AddMotionOutputToEmitterObject final
{
public:
EMotionOutputTarget Output; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UAkGameObject* Object; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAudioSystems_AddMotionOutputToEmitterObject;
// Function Everholm.EverholmAudioSystems.AttachMusicPlaybackComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmAudioSystems_AttachMusicPlaybackComponent final
{
public:
class USceneComponent* AttachParent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAudioSystems_AttachMusicPlaybackComponent;
// Function Everholm.EverholmAudioSystems.GetMusicPlaybackComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmAudioSystems_GetMusicPlaybackComponent final
{
public:
class UMusicPlaybackComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAudioSystems_GetMusicPlaybackComponent;
// Function Everholm.EverholmAudioSystems.MusicCallback
// 0x0010 (0x0010 - 0x0000)
struct EverholmAudioSystems_MusicCallback final
{
public:
EAkCallbackType CallbackType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UAkCallbackInfo* CallbackInfo; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAudioSystems_MusicCallback;
// Function Everholm.EverholmAudioSystems.OnPhysicalControllerConnectionChanged
// 0x0018 (0x0018 - 0x0000)
struct EverholmAudioSystems_OnPhysicalControllerConnectionChanged final
{
public:
bool bConnected; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ControllerId; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FInputDeviceId InputDevice; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class APlayerController* PlayerController; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAudioSystems_OnPhysicalControllerConnectionChanged;
// Function Everholm.EverholmAudioSystems.OnPlayerRespawn
// 0x0010 (0x0010 - 0x0000)
struct EverholmAudioSystems_OnPlayerRespawn final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAkGameObject* AkGameObject; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAudioSystems_OnPlayerRespawn;
// Function Everholm.EverholmAudioSystems.OnUserInitializationComplete
// 0x0028 (0x0028 - 0x0000)
struct EverholmAudioSystems_OnUserInitializationComplete final
{
public:
ELocalUserType userType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
const class UCommonUserInfo* UserInfo; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSuccess; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FString Error; // 0x0018(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAudioSystems_OnUserInitializationComplete;
// Function Everholm.EverholmAudioSystems.OnUserInputMethodChanged
// 0x0002 (0x0002 - 0x0000)
struct EverholmAudioSystems_OnUserInputMethodChanged final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECommonInputType inputType; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAudioSystems_OnUserInputMethodChanged;
// Function Everholm.EverholmAudioSystems.OnUserPrimaryInputDeviceChanged
// 0x000C (0x000C - 0x0000)
struct EverholmAudioSystems_OnUserPrimaryInputDeviceChanged final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FInputDeviceId InputDeviceId; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FInputDeviceId oldInputDeviceId; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAudioSystems_OnUserPrimaryInputDeviceChanged;
// Function Everholm.EverholmAudioSystems.RemoveMotionOutputFromEmitterObject
// 0x0010 (0x0010 - 0x0000)
struct EverholmAudioSystems_RemoveMotionOutputFromEmitterObject final
{
public:
EMotionOutputTarget Output; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UAkGameObject* Object; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAudioSystems_RemoveMotionOutputFromEmitterObject;
// Function Everholm.EverholmAudioSystems.OnShouldBlendListenerLocationChanged
// 0x0001 (0x0001 - 0x0000)
struct EverholmAudioSystems_OnShouldBlendListenerLocationChanged final
{
public:
bool shouldBlendListenerLocation; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAudioSystems_OnShouldBlendListenerLocationChanged;
// Function Everholm.BoatVehicleBoardComponent.AlignAndDeboardAtSetDockPoint
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicleBoardComponent_AlignAndDeboardAtSetDockPoint final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_AlignAndDeboardAtSetDockPoint;
// Function Everholm.BoatVehicleBoardComponent.BoatBoardEnterStateUpdate
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_BoatBoardEnterStateUpdate final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EBoatEnterType enterType; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EBoatBoardState State; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_BoatBoardEnterStateUpdate;
// Function Everholm.BoatVehicleBoardComponent.BoatBoardExitStateUpdate
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_BoatBoardExitStateUpdate final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EBoatExitType exitType; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EBoatBoardState State; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_BoatBoardExitStateUpdate;
// Function Everholm.BoatVehicleBoardComponent.BoatExitOnLandUpdate
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicleBoardComponent_BoatExitOnLandUpdate final
{
public:
bool bExitOnLand; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_BoatExitOnLandUpdate;
// Function Everholm.BoatVehicleBoardComponent.DoneAligning
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicleBoardComponent_DoneAligning final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_DoneAligning;
// Function Everholm.BoatVehicleBoardComponent.DoneEntering
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicleBoardComponent_DoneEntering final
{
public:
const class AEverholmCharacter* Character; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_DoneEntering;
// Function Everholm.BoatVehicleBoardComponent.DoneExitAligning
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicleBoardComponent_DoneExitAligning final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_DoneExitAligning;
// Function Everholm.BoatVehicleBoardComponent.DoneExiting
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicleBoardComponent_DoneExiting final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_DoneExiting;
// Function Everholm.BoatVehicleBoardComponent.GetBoatEnterDataForCharacter
// 0x0048 (0x0048 - 0x0000)
struct BoatVehicleBoardComponent_GetBoatEnterDataForCharacter final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBoatEnterHelperData ReturnValue; // 0x0008(0x0040)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_GetBoatEnterDataForCharacter;
// Function Everholm.BoatVehicleBoardComponent.GetBoatExitDataForCharacter
// 0x0040 (0x0040 - 0x0000)
struct BoatVehicleBoardComponent_GetBoatExitDataForCharacter final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBoatExitHelperData ReturnValue; // 0x0008(0x0038)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_GetBoatExitDataForCharacter;
// Function Everholm.BoatVehicleBoardComponent.GetDeboardingCharacter
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_GetDeboardingCharacter final
{
public:
bool bIsRower; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class AEverholmCharacter* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_GetDeboardingCharacter;
// Function Everholm.BoatVehicleBoardComponent.GetWarpTargetForCharacter
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_GetWarpTargetForCharacter final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class USceneComponent* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_GetWarpTargetForCharacter;
// Function Everholm.BoatVehicleBoardComponent.GetWarpTargetFromExitHelperData
// 0x0040 (0x0040 - 0x0000)
struct BoatVehicleBoardComponent_GetWarpTargetFromExitHelperData final
{
public:
struct FBoatExitHelperData helperData; // 0x0000(0x0038)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class USceneComponent* ReturnValue; // 0x0038(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_GetWarpTargetFromExitHelperData;
// Function Everholm.BoatVehicleBoardComponent.IsEnteringWithPushBoat
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_IsEnteringWithPushBoat final
{
public:
const class AEverholmCharacter* Character; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_IsEnteringWithPushBoat;
// Function Everholm.BoatVehicleBoardComponent.OnRep_BoatBoardDataEnterList
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_OnRep_BoatBoardDataEnterList final
{
public:
TArray<struct FBoatBoardDataEnter> previousEnterList; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_OnRep_BoatBoardDataEnterList;
// Function Everholm.BoatVehicleBoardComponent.OnRep_BoatBoardDataExitList
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_OnRep_BoatBoardDataExitList final
{
public:
TArray<struct FBoatBoardDataExit> previousExitList; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_OnRep_BoatBoardDataExitList;
// Function Everholm.BoatVehicleBoardComponent.PushBoatInteractionEvent
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicleBoardComponent_PushBoatInteractionEvent final
{
public:
bool bValidInput; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_PushBoatInteractionEvent;
// Function Everholm.BoatVehicleBoardComponent.PushInteractionEnterDoneForCharacter
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicleBoardComponent_PushInteractionEnterDoneForCharacter final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_PushInteractionEnterDoneForCharacter;
// Function Everholm.BoatVehicleBoardComponent.SetDockPointActor
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicleBoardComponent_SetDockPointActor final
{
public:
class ADockBoatActor* dockActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_SetDockPointActor;
// Function Everholm.BoatVehicleBoardComponent.SpawnDecalAtBoatLocation
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicleBoardComponent_SpawnDecalAtBoatLocation final
{
public:
class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_SpawnDecalAtBoatLocation;
// Function Everholm.BoatVehicleBoardComponent.StartEnteringBoat
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_StartEnteringBoat final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EBoatEnterType enterType; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EBoatBoardState boardState; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_StartEnteringBoat;
// Function Everholm.BoatVehicleBoardComponent.StartExitingBoat
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_StartExitingBoat final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EBoatExitType enterType; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EBoatBoardState boardState; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_StartExitingBoat;
// Function Everholm.BoatVehicleBoardComponent.GetExitingDistanceToCover
// 0x0004 (0x0004 - 0x0000)
struct BoatVehicleBoardComponent_GetExitingDistanceToCover final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_GetExitingDistanceToCover;
// Function Everholm.BoatVehicleBoardComponent.GetOwnerBoatVehicle
// 0x0008 (0x0008 - 0x0000)
struct BoatVehicleBoardComponent_GetOwnerBoatVehicle final
{
public:
class ABoatVehicle* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_GetOwnerBoatVehicle;
// Function Everholm.BoatVehicleBoardComponent.IsAllowedToDeboard
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_IsAllowedToDeboard final
{
public:
const class AEverholmCharacter* Character; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_IsAllowedToDeboard;
// Function Everholm.BoatVehicleBoardComponent.IsExiting
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicleBoardComponent_IsExiting final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_IsExiting;
// Function Everholm.BoatVehicleBoardComponent.IsPairedEntry
// 0x0001 (0x0001 - 0x0000)
struct BoatVehicleBoardComponent_IsPairedEntry final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_IsPairedEntry;
// Function Everholm.BoatVehicleBoardComponent.IsPotentialPassenger
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_IsPotentialPassenger final
{
public:
const class AEverholmCharacter* Character; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_IsPotentialPassenger;
// Function Everholm.BoatVehicleBoardComponent.IsPotentialRower
// 0x0010 (0x0010 - 0x0000)
struct BoatVehicleBoardComponent_IsPotentialRower final
{
public:
const class AEverholmCharacter* Character; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoatVehicleBoardComponent_IsPotentialRower;
// Function Everholm.Boomer.EnableThrowTarget
// 0x0001 (0x0001 - 0x0000)
struct Boomer_EnableThrowTarget final
{
public:
bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Boomer_EnableThrowTarget;
// Function Everholm.Boomer.CanAttachHarpoon
// 0x0001 (0x0001 - 0x0000)
struct Boomer_CanAttachHarpoon final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Boomer_CanAttachHarpoon;
// Function Everholm.TarsierUIMessageQueueSubsystem.EnqueueMessage
// 0x0018 (0x0018 - 0x0000)
struct TarsierUIMessageQueueSubsystem_EnqueueMessage final
{
public:
class FText Text; // 0x0000(0x0010)(Parm, NativeAccessSpecifierPublic)
EUIMessageType MessageType; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TarsierUIMessageQueueSubsystem_EnqueueMessage;
// Function Everholm.BoomerManagerSubsystem.HandleBoomerChasingStateChange
// 0x0010 (0x0010 - 0x0000)
struct BoomerManagerSubsystem_HandleBoomerChasingStateChange final
{
public:
class ABoomer* Boomer; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsChasing; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BoomerManagerSubsystem_HandleBoomerChasingStateChange;
// Function Everholm.BoomerManagerSubsystem.RegisterBoomer
// 0x0008 (0x0008 - 0x0000)
struct BoomerManagerSubsystem_RegisterBoomer final
{
public:
class ABoomer* Boomer; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoomerManagerSubsystem_RegisterBoomer;
// Function Everholm.BoomerManagerSubsystem.UnregisterBoomer
// 0x0008 (0x0008 - 0x0000)
struct BoomerManagerSubsystem_UnregisterBoomer final
{
public:
class ABoomer* Boomer; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoomerManagerSubsystem_UnregisterBoomer;
// Function Everholm.BoomerManagerSubsystem.GetBoomers
// 0x0010 (0x0010 - 0x0000)
struct BoomerManagerSubsystem_GetBoomers final
{
public:
TArray<class ABoomer*> ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoomerManagerSubsystem_GetBoomers;
// Function Everholm.BoomerManagerSubsystem.GetBoomersInRange
// 0x0020 (0x0020 - 0x0000)
struct BoomerManagerSubsystem_GetBoomersInRange final
{
public:
class ABoomer* Boomer; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Radius; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
TArray<class ABoomer*> ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BoomerManagerSubsystem_GetBoomersInRange;
// Function Everholm.EverholmCameraManager.AddManualHint
// 0x0008 (0x0008 - 0x0000)
struct EverholmCameraManager_AddManualHint final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCameraManager_AddManualHint;
// Function Everholm.EverholmCameraManager.OnOwnerPossessionChanged
// 0x0010 (0x0010 - 0x0000)
struct EverholmCameraManager_OnOwnerPossessionChanged final
{
public:
class APawn* OldPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* NewPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCameraManager_OnOwnerPossessionChanged;
// Function Everholm.EverholmCameraManager.GetFocalPointLocation
// 0x0018 (0x0018 - 0x0000)
struct EverholmCameraManager_GetFocalPointLocation final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCameraManager_GetFocalPointLocation;
// Function Everholm.EverholmCameraManager.GetLookAround
// 0x0010 (0x0010 - 0x0000)
struct EverholmCameraManager_GetLookAround final
{
public:
struct FVector2D ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCameraManager_GetLookAround;
// Function Everholm.CameraFocalPointComponent.GetAlivePlayerPawns
// 0x0010 (0x0010 - 0x0000)
struct CameraFocalPointComponent_GetAlivePlayerPawns final
{
public:
TArray<class APawn*> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraFocalPointComponent_GetAlivePlayerPawns;
// Function Everholm.CameraFocalPointComponent.GetPawnOne
// 0x0008 (0x0008 - 0x0000)
struct CameraFocalPointComponent_GetPawnOne final
{
public:
class APawn* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraFocalPointComponent_GetPawnOne;
// Function Everholm.CameraFocalPointComponent.GetPawnTwo
// 0x0008 (0x0008 - 0x0000)
struct CameraFocalPointComponent_GetPawnTwo final
{
public:
class APawn* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraFocalPointComponent_GetPawnTwo;
// Function Everholm.CameraFocalPointComponent.GetRelevantPlayers
// 0x0001 (0x0001 - 0x0000)
struct CameraFocalPointComponent_GetRelevantPlayers final
{
public:
EPawnRelevance ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraFocalPointComponent_GetRelevantPlayers;
// Function Everholm.CameraFocalPointComponent.IsRelevant_Override
// 0x0010 (0x0010 - 0x0000)
struct CameraFocalPointComponent_IsRelevant_Override final
{
public:
const class APawn* Pawn; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CameraFocalPointComponent_IsRelevant_Override;
// Function Everholm.CameraHintComponent.ComputeResults
// 0x0060 (0x0060 - 0x0000)
struct CameraHintComponent_ComputeResults final
{
public:
struct FCameraHintInParameters Params_0; // 0x0000(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraHintComponent_ComputeResults;
// Function Everholm.CameraHintComponent.ProcessHints
// 0x0070 (0x0070 - 0x0000)
struct CameraHintComponent_ProcessHints final
{
public:
TArray<class ADirectedCameraHint_Base*> gatheredHints; // 0x0000(0x0010)(ConstParm, Parm, ZeroConstructor, NativeAccessSpecifierPublic)
struct FCameraHintInParameters Params_0; // 0x0010(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraHintComponent_ProcessHints;
// Function Everholm.CameraHintComponent.GetAimOffsetHint
// 0x0020 (0x0020 - 0x0000)
struct CameraHintComponent_GetAimOffsetHint final
{
public:
struct FRotator Value; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
float Weight; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CameraHintComponent_GetAimOffsetHint;
// Function Everholm.CameraHintComponent.GetAimOffsetLeadMultiplierHint
// 0x0008 (0x0008 - 0x0000)
struct CameraHintComponent_GetAimOffsetLeadMultiplierHint final
{
public:
float Value; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Weight; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraHintComponent_GetAimOffsetLeadMultiplierHint;
// Function Everholm.CameraHintComponent.GetArmLengthMultiplierHint
// 0x0008 (0x0008 - 0x0000)
struct CameraHintComponent_GetArmLengthMultiplierHint final
{
public:
float Value; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Weight; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraHintComponent_GetArmLengthMultiplierHint;
// Function Everholm.CameraHintComponent.GetAvoidanceDisabledHint
// 0x0001 (0x0001 - 0x0000)
struct CameraHintComponent_GetAvoidanceDisabledHint final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraHintComponent_GetAvoidanceDisabledHint;
// Function Everholm.CameraHintComponent.GetDOFFocusRegionHint
// 0x0008 (0x0008 - 0x0000)
struct CameraHintComponent_GetDOFFocusRegionHint final
{
public:
float Value; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Weight; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraHintComponent_GetDOFFocusRegionHint;
// Function Everholm.CameraHintComponent.GetFocalPointOffsetHint
// 0x0020 (0x0020 - 0x0000)
struct CameraHintComponent_GetFocalPointOffsetHint final
{
public:
struct FVector Value; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Weight; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CameraHintComponent_GetFocalPointOffsetHint;
// Function Everholm.CameraHintComponent.GetFOVHint
// 0x0008 (0x0008 - 0x0000)
struct CameraHintComponent_GetFOVHint final
{
public:
float Value; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Weight; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraHintComponent_GetFOVHint;
// Function Everholm.CameraHintComponent.GetLookAroundLimitsHint
// 0x0020 (0x0020 - 0x0000)
struct CameraHintComponent_GetLookAroundLimitsHint final
{
public:
struct FRotator Value; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
float Weight; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CameraHintComponent_GetLookAroundLimitsHint;
// Function Everholm.CameraHintComponent.GetOverrideRInterpSpeedHint
// 0x0008 (0x0008 - 0x0000)
struct CameraHintComponent_GetOverrideRInterpSpeedHint final
{
public:
float Value; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Weight; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraHintComponent_GetOverrideRInterpSpeedHint;
// Function Everholm.CameraHintComponent.GetRotationHint
// 0x0028 (0x0028 - 0x0000)
struct CameraHintComponent_GetRotationHint final
{
public:
struct FRotator Value; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
float rollWeight; // 0x0018(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float pitchWeight; // 0x001C(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float yawWeight; // 0x0020(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CameraHintComponent_GetRotationHint;
// Function Everholm.CameraHintComponent.GetTransformHint
// 0x0070 (0x0070 - 0x0000)
struct CameraHintComponent_GetTransformHint final
{
public:
struct FTransform Value; // 0x0000(0x0060)(Parm, OutParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Weight; // 0x0060(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_64[0xC]; // 0x0064(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CameraHintComponent_GetTransformHint;
// Function Everholm.CameraWhiskersComponent.GetHorizontalWhiskerHitInfos
// 0x0010 (0x0010 - 0x0000)
struct CameraWhiskersComponent_GetHorizontalWhiskerHitInfos final
{
public:
TArray<struct FWhiskerHitInfo> ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CameraWhiskersComponent_GetHorizontalWhiskerHitInfos;
// Function Everholm.Camp.BP_OnBeginTriggerOverlap
// 0x0008 (0x0008 - 0x0000)
struct Camp_BP_OnBeginTriggerOverlap final
{
public:
class AActor* InActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Camp_BP_OnBeginTriggerOverlap;
// Function Everholm.Camp.BP_OnEndTriggerOverlap
// 0x0008 (0x0008 - 0x0000)
struct Camp_BP_OnEndTriggerOverlap final
{
public:
class AActor* InActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Camp_BP_OnEndTriggerOverlap;
// Function Everholm.Camp.OnBeginTriggerOverlap
// 0x0008 (0x0008 - 0x0000)
struct Camp_OnBeginTriggerOverlap final
{
public:
class AActor* InActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Camp_OnBeginTriggerOverlap;
// Function Everholm.Camp.OnEndTriggerOverlap
// 0x0008 (0x0008 - 0x0000)
struct Camp_OnEndTriggerOverlap final
{
public:
class AActor* InActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Camp_OnEndTriggerOverlap;
// Function Everholm.CampFire.BP_SetCampActive
// 0x0001 (0x0001 - 0x0000)
struct CampFire_BP_SetCampActive final
{
public:
bool InIsActive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CampFire_BP_SetCampActive;
// Function Everholm.CampFire.SetCampActive
// 0x0001 (0x0001 - 0x0000)
struct CampFire_SetCampActive final
{
public:
bool InIsActive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CampFire_SetCampActive;
// Function Everholm.ChaosVehicleActor.IsDriverInputCameraRelative
// 0x0001 (0x0001 - 0x0000)
struct ChaosVehicleActor_IsDriverInputCameraRelative final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ChaosVehicleActor_IsDriverInputCameraRelative;
// Function Everholm.ChaosVehicleActor.IsPassengerInputCameraRelative
// 0x0001 (0x0001 - 0x0000)
struct ChaosVehicleActor_IsPassengerInputCameraRelative final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ChaosVehicleActor_IsPassengerInputCameraRelative;
// Function Everholm.EverholmCharacter.ApplyReplicatedDamage
// 0x0130 (0x0130 - 0x0000)
struct EverholmCharacter_ApplyReplicatedDamage final
{
public:
class AActor* DamagedActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector hitFromDirection; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FHitResult HitInfo; // 0x0020(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
class AEverholmCharacter* eventInstigator; // 0x0118(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* DamageCauser; // 0x0120(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UDamageType> damageTypeClass; // 0x0128(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_ApplyReplicatedDamage;
// Function Everholm.EverholmCharacter.AddLooseGameplayActivationTag
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_AddLooseGameplayActivationTag final
{
public:
struct FGameplayTag Tag; // 0x0000(0x0008)(ConstParm, Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UObject* instigatorObject; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_AddLooseGameplayActivationTag;
// Function Everholm.EverholmCharacter.AddLooseGameplayActivationTags
// 0x0028 (0x0028 - 0x0000)
struct EverholmCharacter_AddLooseGameplayActivationTags final
{
public:
struct FGameplayTagContainer looseTags; // 0x0000(0x0020)(ConstParm, Parm, NativeAccessSpecifierPublic)
const class UObject* instigatorObject; // 0x0020(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_AddLooseGameplayActivationTags;
// Function Everholm.EverholmCharacter.AlignWithDuration
// 0x0050 (0x0050 - 0x0000)
struct EverholmCharacter_AlignWithDuration final
{
public:
struct FVector targetLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator targetRotation; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
EAlignmentMode alignmentMode; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Duration; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool skipRootMotionMontage; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool hardAbortExistingAlignment; // 0x0039(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3A[0x6]; // 0x003A(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
class USceneComponent* targetSceneComponent; // 0x0040(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0048(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacter_AlignWithDuration;
// Function Everholm.EverholmCharacter.AlignWithDuration_Replicated
// 0x0048 (0x0048 - 0x0000)
struct EverholmCharacter_AlignWithDuration_Replicated final
{
public:
struct FVector targetLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator targetRotation; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
EAlignmentMode alignmentMode; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Duration; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool skipRootMotionMontage; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool hardAbortExistingAlignment; // 0x0039(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3A[0x6]; // 0x003A(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
class USceneComponent* targetSceneComponent; // 0x0040(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_AlignWithDuration_Replicated;
// Function Everholm.EverholmCharacter.AlignWithSpeed
// 0x0050 (0x0050 - 0x0000)
struct EverholmCharacter_AlignWithSpeed final
{
public:
struct FVector targetLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator targetRotation; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
EAlignmentMode alignmentMode; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Speed; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool skipRootMotionMontage; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool hardAbortExistingAlignment; // 0x0039(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3A[0x6]; // 0x003A(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
class USceneComponent* targetSceneComponent; // 0x0040(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0048(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacter_AlignWithSpeed;
// Function Everholm.EverholmCharacter.AlignWithSpeed_Multicast
// 0x0048 (0x0048 - 0x0000)
struct EverholmCharacter_AlignWithSpeed_Multicast final
{
public:
struct FVector targetLocation; // 0x0000(0x0018)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator targetRotation; // 0x0018(0x0018)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
EAlignmentMode alignmentMode; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Speed; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool skipRootMotionMontage; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool hardAbortExistingAlignment; // 0x0039(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3A[0x6]; // 0x003A(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
class USceneComponent* targetSceneComponent; // 0x0040(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_AlignWithSpeed_Multicast;
// Function Everholm.EverholmCharacter.AlignWithSpeed_Replicated
// 0x0048 (0x0048 - 0x0000)
struct EverholmCharacter_AlignWithSpeed_Replicated final
{
public:
struct FVector targetLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator targetRotation; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
EAlignmentMode alignmentMode; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Speed; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool skipRootMotionMontage; // 0x0038(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool hardAbortExistingAlignment; // 0x0039(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3A[0x6]; // 0x003A(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
class USceneComponent* targetSceneComponent; // 0x0040(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_AlignWithSpeed_Replicated;
// Function Everholm.EverholmCharacter.ApplyLocomotionProfile
// 0x0030 (0x0030 - 0x0000)
struct EverholmCharacter_ApplyLocomotionProfile final
{
public:
const class UObject* profileInstigator; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class ULocomotionProfileAsset* locomotionProfile; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUseTransition; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FAbstractEnum TransitionSlot; // 0x0014(0x000C)(ConstParm, Parm, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float transitionPlayRate; // 0x0020(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float transitionStartingPosition; // 0x0024(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName transitionStartingSection; // 0x0028(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_ApplyLocomotionProfile;
// Function Everholm.EverholmCharacter.ApplyLocomotionProfileForDuration
// 0x0058 (0x0058 - 0x0000)
struct EverholmCharacter_ApplyLocomotionProfileForDuration final
{
public:
const class UObject* profileInstigator; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class ULocomotionProfileAsset* locomotionProfile; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Duration; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUseInTransition; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FAbstractEnum inTransitionSlot; // 0x0018(0x000C)(ConstParm, Parm, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float inTransitionPlayRate; // 0x0024(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float inTransitionStartingPosition; // 0x0028(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName inTransitionStartingSection; // 0x002C(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUseOutTransition; // 0x0034(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_35[0x3]; // 0x0035(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FAbstractEnum outTransitionSlot; // 0x0038(0x000C)(ConstParm, Parm, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float outTransitionPlayRate; // 0x0044(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float outTransitionStartingPosition; // 0x0048(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName outTransitionStartingSection; // 0x004C(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_54[0x4]; // 0x0054(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacter_ApplyLocomotionProfileForDuration;
// Function Everholm.EverholmCharacter.AttachToActor_Multicast
// 0x0050 (0x0050 - 0x0000)
struct EverholmCharacter_AttachToActor_Multicast final
{
public:
const class AActor* ParentActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName SocketName; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector_NetQuantize100 attachLocationOffset; // 0x0010(0x0018)(ConstParm, Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator attachRotatorOffset; // 0x0028(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
bool bImpartVelocity; // 0x0040(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisableCharacterInstructions; // 0x0041(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_42[0x2]; // 0x0042(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
struct FDisableInstructionsRequest DisableInstructionsRequest; // 0x0044(0x000C)(ConstParm, Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_AttachToActor_Multicast;
// Function Everholm.EverholmCharacter.AttachToActor_Replicated
// 0x0050 (0x0050 - 0x0000)
struct EverholmCharacter_AttachToActor_Replicated final
{
public:
class AActor* ParentActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName SocketName; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector attachLocationOffset; // 0x0010(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator attachRotatorOffset; // 0x0028(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
bool bImpartVelocity; // 0x0040(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisableCharacterInstructions; // 0x0041(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_42[0x2]; // 0x0042(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
struct FDisableInstructionsRequest DisableInstructionsRequest; // 0x0044(0x000C)(ConstParm, Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_AttachToActor_Replicated;
// Function Everholm.EverholmCharacter.AttachToActor_Server
// 0x0050 (0x0050 - 0x0000)
struct EverholmCharacter_AttachToActor_Server final
{
public:
class AActor* ParentActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName SocketName; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector_NetQuantize100 attachLocationOffset; // 0x0010(0x0018)(ConstParm, Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator attachRotatorOffset; // 0x0028(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
bool bImpartVelocity; // 0x0040(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisableCharacterInstructions; // 0x0041(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_42[0x2]; // 0x0042(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
struct FDisableInstructionsRequest DisableInstructionsRequest; // 0x0044(0x000C)(ConstParm, Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_AttachToActor_Server;
// Function Everholm.EverholmCharacter.AttachToComponent_Multicast
// 0x0050 (0x0050 - 0x0000)
struct EverholmCharacter_AttachToComponent_Multicast final
{
public:
class UPrimitiveComponent* AttachComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName SocketName; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector LocationOffset; // 0x0010(0x0018)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator RotationOffset; // 0x0028(0x0018)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
bool bImpartVelocity; // 0x0040(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisableCharacterInstructions; // 0x0041(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_42[0x2]; // 0x0042(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
struct FDisableInstructionsRequest DisableInstructionsRequest; // 0x0044(0x000C)(ConstParm, Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_AttachToComponent_Multicast;
// Function Everholm.EverholmCharacter.AttachToComponent_Replicated
// 0x0050 (0x0050 - 0x0000)
struct EverholmCharacter_AttachToComponent_Replicated final
{
public:
class UPrimitiveComponent* AttachComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName SocketName; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector LocationOffset; // 0x0010(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator RotationOffset; // 0x0028(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
bool bImpartVelocity; // 0x0040(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisableCharacterInstructions; // 0x0041(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_42[0x2]; // 0x0042(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
struct FDisableInstructionsRequest DisableInstructionsRequest; // 0x0044(0x000C)(ConstParm, Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_AttachToComponent_Replicated;
// Function Everholm.EverholmCharacter.AttachToComponent_Server
// 0x0050 (0x0050 - 0x0000)
struct EverholmCharacter_AttachToComponent_Server final
{
public:
class UPrimitiveComponent* AttachComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName SocketName; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector LocationOffset; // 0x0010(0x0018)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator RotationOffset; // 0x0028(0x0018)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
bool bImpartVelocity; // 0x0040(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisableCharacterInstructions; // 0x0041(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_42[0x2]; // 0x0042(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
struct FDisableInstructionsRequest DisableInstructionsRequest; // 0x0044(0x000C)(ConstParm, Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_AttachToComponent_Server;
// Function Everholm.EverholmCharacter.BP_KeepCharacterUpright
// 0x0004 (0x0004 - 0x0000)
struct EverholmCharacter_BP_KeepCharacterUpright final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_BP_KeepCharacterUpright;
// Function Everholm.EverholmCharacter.BP_ProcessDesiredMovement
// 0x0030 (0x0030 - 0x0000)
struct EverholmCharacter_BP_ProcessDesiredMovement final
{
public:
struct FVector desiredMovement; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_BP_ProcessDesiredMovement;
// Function Everholm.EverholmCharacter.ClearPindown_Multicast
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_ClearPindown_Multicast final
{
public:
const class AActor* attacker; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UAbilityObject> pindownAbility; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_ClearPindown_Multicast;
// Function Everholm.EverholmCharacter.ClearPindown_Server
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_ClearPindown_Server final
{
public:
const class AActor* attacker; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UAbilityObject> pindownAbility; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_ClearPindown_Server;
// Function Everholm.EverholmCharacter.Client_CollectMask
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_Client_CollectMask final
{
public:
class FString maskName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Client_CollectMask;
// Function Everholm.EverholmCharacter.MontageJumpToSection_Multicast
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_MontageJumpToSection_Multicast final
{
public:
class FName SectionName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UAnimMontage* AnimMontage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageJumpToSection_Multicast;
// Function Everholm.EverholmCharacter.MontageJumpToSection_Replicated
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_MontageJumpToSection_Replicated final
{
public:
class FName SectionName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UAnimMontage* AnimMontage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageJumpToSection_Replicated;
// Function Everholm.EverholmCharacter.MontageJumpToSection_Server
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_MontageJumpToSection_Server final
{
public:
class FName SectionName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UAnimMontage* AnimMontage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageJumpToSection_Server;
// Function Everholm.EverholmCharacter.MontageJumpToSectionsEnd_Multicast
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_MontageJumpToSectionsEnd_Multicast final
{
public:
class FName SectionName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UAnimMontage* AnimMontage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageJumpToSectionsEnd_Multicast;
// Function Everholm.EverholmCharacter.MontageJumpToSectionsEnd_Replicated
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_MontageJumpToSectionsEnd_Replicated final
{
public:
class FName SectionName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UAnimMontage* AnimMontage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageJumpToSectionsEnd_Replicated;
// Function Everholm.EverholmCharacter.MontageJumpToSectionsEnd_Server
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_MontageJumpToSectionsEnd_Server final
{
public:
class FName SectionName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UAnimMontage* AnimMontage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageJumpToSectionsEnd_Server;
// Function Everholm.EverholmCharacter.MontageSetNextSection_Multicast
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_MontageSetNextSection_Multicast final
{
public:
class FName SectionNameToChange; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName NextSection; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UAnimMontage* AnimMontage; // 0x0010(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageSetNextSection_Multicast;
// Function Everholm.EverholmCharacter.MontageSetNextSection_Replicated
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_MontageSetNextSection_Replicated final
{
public:
class FName SectionNameToChange; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName NextSection; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UAnimMontage* AnimMontage; // 0x0010(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageSetNextSection_Replicated;
// Function Everholm.EverholmCharacter.MontageSetNextSection_Server
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_MontageSetNextSection_Server final
{
public:
class FName SectionNameToChange; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName NextSection; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UAnimMontage* AnimMontage; // 0x0010(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageSetNextSection_Server;
// Function Everholm.EverholmCharacter.MontageSetPosition_Multicast
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_MontageSetPosition_Multicast final
{
public:
float montageTimePosition; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
const class UAnimMontage* AnimMontage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageSetPosition_Multicast;
// Function Everholm.EverholmCharacter.MontageSetPosition_Replicated
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_MontageSetPosition_Replicated final
{
public:
float montageTimePosition; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
const class UAnimMontage* AnimMontage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageSetPosition_Replicated;
// Function Everholm.EverholmCharacter.MontageSetPosition_Server
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_MontageSetPosition_Server final
{
public:
float montageTimePosition; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
const class UAnimMontage* AnimMontage; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_MontageSetPosition_Server;
// Function Everholm.EverholmCharacter.Multicast_ApplyReplicatedDamage
// 0x0138 (0x0138 - 0x0000)
struct EverholmCharacter_Multicast_ApplyReplicatedDamage final
{
public:
struct FPointDamageEvent DamageEvent; // 0x0000(0x0128)(ConstParm, Parm, ReferenceParm, ContainsInstancedReference, NativeAccessSpecifierPublic)
class AActor* DamagedActor; // 0x0128(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* DamageCauser; // 0x0130(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Multicast_ApplyReplicatedDamage;
// Function Everholm.EverholmCharacter.OnTeleportSuccess_Client
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_OnTeleportSuccess_Client final
{
public:
class AEverholmCharacter* teleportedCharacter; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_OnTeleportSuccess_Client;
// Function Everholm.EverholmCharacter.PlayAnimMontage_Multicast
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_PlayAnimMontage_Multicast final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float InPlayRate; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName StartSectionName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacter_PlayAnimMontage_Multicast;
// Function Everholm.EverholmCharacter.PlayAnimMontage_Replicated
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_PlayAnimMontage_Replicated final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float InPlayRate; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName StartSectionName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacter_PlayAnimMontage_Replicated;
// Function Everholm.EverholmCharacter.PlayAnimMontage_Server
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_PlayAnimMontage_Server final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float InPlayRate; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName StartSectionName; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacter_PlayAnimMontage_Server;
// Function Everholm.EverholmCharacter.RemoveLocomotionProfile
// 0x0028 (0x0028 - 0x0000)
struct EverholmCharacter_RemoveLocomotionProfile final
{
public:
const class UObject* profileInstigator; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUseTransition; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FAbstractEnum TransitionSlot; // 0x000C(0x000C)(ConstParm, Parm, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float transitionPlayRate; // 0x0018(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float transitionStartingPosition; // 0x001C(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName transitionStartingSection; // 0x0020(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_RemoveLocomotionProfile;
// Function Everholm.EverholmCharacter.RemoveLocomotionProfiles
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_RemoveLocomotionProfiles final
{
public:
const class ULocomotionProfileAsset* locomotionProfile; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_RemoveLocomotionProfiles;
// Function Everholm.EverholmCharacter.RemoveLooseGameplayActivationTag
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_RemoveLooseGameplayActivationTag final
{
public:
const class UObject* instigatorObject; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag tagToRemove; // 0x0008(0x0008)(ConstParm, Parm, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_RemoveLooseGameplayActivationTag;
// Function Everholm.EverholmCharacter.RemoveLooseGameplayActivationTags
// 0x0028 (0x0028 - 0x0000)
struct EverholmCharacter_RemoveLooseGameplayActivationTags final
{
public:
const class UObject* instigatorObject; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTagContainer tagsToRemove; // 0x0008(0x0020)(ConstParm, Parm, AdvancedDisplay, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_RemoveLooseGameplayActivationTags;
// Function Everholm.EverholmCharacter.ResolveAttack_Server
// 0x0068 (0x0068 - 0x0000)
struct EverholmCharacter_ResolveAttack_Server final
{
public:
struct FAttackData AttackData; // 0x0000(0x0068)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_ResolveAttack_Server;
// Function Everholm.EverholmCharacter.ResolvePindown_Multicast
// 0x0078 (0x0078 - 0x0000)
struct EverholmCharacter_ResolvePindown_Multicast final
{
public:
struct FAttackData AttackData; // 0x0000(0x0068)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
TSubclassOf<class UAbilityObject> pinnedDownAbility; // 0x0068(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag pinnedDownGameplayTag; // 0x0070(0x0008)(ConstParm, Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_ResolvePindown_Multicast;
// Function Everholm.EverholmCharacter.ResolvePindown_Server
// 0x0078 (0x0078 - 0x0000)
struct EverholmCharacter_ResolvePindown_Server final
{
public:
struct FAttackData AttackData; // 0x0000(0x0068)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
TSubclassOf<class UAbilityObject> pinnedDownAbility; // 0x0068(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag pinnedDownGameplayTag; // 0x0070(0x0008)(ConstParm, Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_ResolvePindown_Server;
// Function Everholm.EverholmCharacter.Server_ApplyReplicatedDamage
// 0x0138 (0x0138 - 0x0000)
struct EverholmCharacter_Server_ApplyReplicatedDamage final
{
public:
struct FPointDamageEvent DamageEvent; // 0x0000(0x0128)(ConstParm, Parm, ReferenceParm, ContainsInstancedReference, NativeAccessSpecifierPublic)
class AActor* DamagedActor; // 0x0128(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* DamageCauser; // 0x0130(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Server_ApplyReplicatedDamage;
// Function Everholm.EverholmCharacter.SetCollisionEnabled_Server
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_SetCollisionEnabled_Server final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SetCollisionEnabled_Server;
// Function Everholm.EverholmCharacter.SetCrouchIntent
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_SetCrouchIntent final
{
public:
bool ShouldHaveCrouchIntent; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SetCrouchIntent;
// Function Everholm.EverholmCharacter.SetHibernating
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_SetHibernating final
{
public:
bool hibernating; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SetHibernating;
// Function Everholm.EverholmCharacter.SetMovementInputSpace
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_SetMovementInputSpace final
{
public:
EMovementInputSpace newMovementInputSpace; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SetMovementInputSpace;
// Function Everholm.EverholmCharacter.SetPlayerVisibility
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_SetPlayerVisibility final
{
public:
bool bVisible; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SetPlayerVisibility;
// Function Everholm.EverholmCharacter.SetSprinting
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_SetSprinting final
{
public:
bool ShouldSprint; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SetSprinting;
// Function Everholm.EverholmCharacter.SetWalkIntent
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_SetWalkIntent final
{
public:
bool ShouldHaveWalkIntent; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SetWalkIntent;
// Function Everholm.EverholmCharacter.StopAnimMontage_Multicast
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_StopAnimMontage_Multicast final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_StopAnimMontage_Multicast;
// Function Everholm.EverholmCharacter.StopAnimMontage_Replicated
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_StopAnimMontage_Replicated final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_StopAnimMontage_Replicated;
// Function Everholm.EverholmCharacter.StopAnimMontage_Server
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_StopAnimMontage_Server final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_StopAnimMontage_Server;
// Function Everholm.EverholmCharacter.StopPindown_Multicast
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_StopPindown_Multicast final
{
public:
const class AActor* attacker; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag pinnedDownGameplayTag; // 0x0008(0x0008)(ConstParm, Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_StopPindown_Multicast;
// Function Everholm.EverholmCharacter.StopPindown_Server
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacter_StopPindown_Server final
{
public:
const class AActor* attacker; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag pinnedDownGameplayTag; // 0x0008(0x0008)(ConstParm, Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_StopPindown_Server;
// Function Everholm.EverholmCharacter.TeleportTo_Server
// 0x0040 (0x0040 - 0x0000)
struct EverholmCharacter_TeleportTo_Server final
{
public:
struct FTransformNoScale Target; // 0x0000(0x0040)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_TeleportTo_Server;
// Function Everholm.EverholmCharacter.TriggerAnimInstanceEvent_Multicast
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_TriggerAnimInstanceEvent_Multicast final
{
public:
class FName EventName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
double FloatParam; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 IntParam; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool boolParam; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacter_TriggerAnimInstanceEvent_Multicast;
// Function Everholm.EverholmCharacter.TriggerAnimInstanceEvent_Replicated
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_TriggerAnimInstanceEvent_Replicated final
{
public:
class FName EventName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
double FloatParam; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 IntParam; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool boolParam; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacter_TriggerAnimInstanceEvent_Replicated;
// Function Everholm.EverholmCharacter.TriggerAnimInstanceEvent_Server
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_TriggerAnimInstanceEvent_Server final
{
public:
class FName EventName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
double FloatParam; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 IntParam; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool boolParam; // 0x0014(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacter_TriggerAnimInstanceEvent_Server;
// Function Everholm.EverholmCharacter.GetAbilityActivationComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_GetAbilityActivationComponent final
{
public:
class UAbilityActivationComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetAbilityActivationComponent;
// Function Everholm.EverholmCharacter.GetAnimationOverrideComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_GetAnimationOverrideComponent final
{
public:
class UAnimationOverrideComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetAnimationOverrideComponent;
// Function Everholm.EverholmCharacter.GetCallComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_GetCallComponent final
{
public:
class UEverholmCallComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetCallComponent;
// Function Everholm.EverholmCharacter.GetCameraOrientedCharacterForward
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_GetCameraOrientedCharacterForward final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetCameraOrientedCharacterForward;
// Function Everholm.EverholmCharacter.GetCameraOrientedCharacterRight
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_GetCameraOrientedCharacterRight final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetCameraOrientedCharacterRight;
// Function Everholm.EverholmCharacter.GetCharacterChalkboard
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_GetCharacterChalkboard final
{
public:
class UChalkboardWrapper* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetCharacterChalkboard;
// Function Everholm.EverholmCharacter.GetCharacterInstructions
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_GetCharacterInstructions final
{
public:
class UCharacterInstructionsComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetCharacterInstructions;
// Function Everholm.EverholmCharacter.GetClimbingComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_GetClimbingComponent final
{
public:
class UClimbingComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetClimbingComponent;
// Function Everholm.EverholmCharacter.GetEverholmCharacterMovement
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_GetEverholmCharacterMovement final
{
public:
class UEverholmCharacterMovementComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetEverholmCharacterMovement;
// Function Everholm.EverholmCharacter.GetHasCrouchIntent
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_GetHasCrouchIntent final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetHasCrouchIntent;
// Function Everholm.EverholmCharacter.GetHasWalkIntent
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_GetHasWalkIntent final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetHasWalkIntent;
// Function Everholm.EverholmCharacter.GetIsSprinting
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_GetIsSprinting final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetIsSprinting;
// Function Everholm.EverholmCharacter.GetMotionWarpingComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_GetMotionWarpingComponent final
{
public:
class UMotionWarpingComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetMotionWarpingComponent;
// Function Everholm.EverholmCharacter.GetMovementInputSpace
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_GetMovementInputSpace final
{
public:
EMovementInputSpace ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetMovementInputSpace;
// Function Everholm.EverholmCharacter.GetVehicleControlComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacter_GetVehicleControlComponent final
{
public:
class UVehicleControlComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_GetVehicleControlComponent;
// Function Everholm.EverholmCharacter.IsAIControlled
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_IsAIControlled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_IsAIControlled;
// Function Everholm.EverholmCharacter.IsAlive
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_IsAlive final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_IsAlive;
// Function Everholm.EverholmCharacter.IsBeingPinnedDown
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_IsBeingPinnedDown final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_IsBeingPinnedDown;
// Function Everholm.EverholmCharacter.IsHibernating
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_IsHibernating final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_IsHibernating;
// Function Everholm.EverholmCharacter.IsInvulnerableToEnemyAttacks
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_IsInvulnerableToEnemyAttacks final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_IsInvulnerableToEnemyAttacks;
// Function Everholm.EverholmCharacter.IsLocalCharacter
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_IsLocalCharacter final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_IsLocalCharacter;
// Function Everholm.EverholmCharacter_BrookHorse.LerpToTarget
// 0x0040 (0x0040 - 0x0000)
struct EverholmCharacter_BrookHorse_LerpToTarget final
{
public:
class AEverholmCharacter* alignmentTarget; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Duration; // 0x0008(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector AlignmentLocationOffset; // 0x0010(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator alignmentRotationOffset; // 0x0028(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_BrookHorse_LerpToTarget;
// Function Everholm.EverholmCharacter_BrookHorse.OnStateEntered
// 0x0002 (0x0002 - 0x0000)
struct EverholmCharacter_BrookHorse_OnStateEntered final
{
public:
EBrookHorseStates previousState; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EBrookHorseStates NewState; // 0x0001(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_BrookHorse_OnStateEntered;
// Function Everholm.EverholmCharacter_BrookHorse.SetState
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_BrookHorse_SetState final
{
public:
EBrookHorseStates NewState; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_BrookHorse_SetState;
// Function Everholm.OverlappingPieChartLightComponent.SetPieChartAngle
// 0x0004 (0x0004 - 0x0000)
struct OverlappingPieChartLightComponent_SetPieChartAngle final
{
public:
float Angle; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_OverlappingPieChartLightComponent_SetPieChartAngle;
// Function Everholm.ChaosProxyVehicleMovementComponent.GetCurrentSteeringAngle
// 0x0008 (0x0008 - 0x0000)
struct ChaosProxyVehicleMovementComponent_GetCurrentSteeringAngle final
{
public:
int32 wheel; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ChaosProxyVehicleMovementComponent_GetCurrentSteeringAngle;
// Function Everholm.ChaosProxyVehicleMovementComponent.GetMaxSteeringAngle
// 0x0008 (0x0008 - 0x0000)
struct ChaosProxyVehicleMovementComponent_GetMaxSteeringAngle final
{
public:
int32 wheel; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ChaosProxyVehicleMovementComponent_GetMaxSteeringAngle;
// Function Everholm.ChaosProxyVehicleMovementComponent.GetSuspensionLimits
// 0x000C (0x000C - 0x0000)
struct ChaosProxyVehicleMovementComponent_GetSuspensionLimits final
{
public:
int32 wheel; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FFloatInterval ReturnValue; // 0x0004(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ChaosProxyVehicleMovementComponent_GetSuspensionLimits;
// Function Everholm.SmoothRepSceneComponent.MC_ServerFrame
// 0x0068 (0x0068 - 0x0000)
struct SmoothRepSceneComponent_MC_ServerFrame final
{
public:
struct FSmoothRepSceneComponentState State; // 0x0000(0x0068)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SmoothRepSceneComponent_MC_ServerFrame;
// Function Everholm.SmoothRepSceneComponent.SetUpdatedComponent
// 0x0008 (0x0008 - 0x0000)
struct SmoothRepSceneComponent_SetUpdatedComponent final
{
public:
class USceneComponent* Component; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SmoothRepSceneComponent_SetUpdatedComponent;
// Function Everholm.SmoothRepSceneComponent.GetServerHistoryInfo
// 0x0008 (0x0008 - 0x0000)
struct SmoothRepSceneComponent_GetServerHistoryInfo final
{
public:
int32 Size; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float timeAvail; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SmoothRepSceneComponent_GetServerHistoryInfo;
// Function Everholm.RadioTargetComponent.GetSignalType
// 0x0001 (0x0001 - 0x0000)
struct RadioTargetComponent_GetSignalType final
{
public:
ERadioSignalType ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_GetSignalType;
// Function Everholm.RadioTargetComponent.HandleRadioAddedToInventory
// 0x0018 (0x0018 - 0x0000)
struct RadioTargetComponent_HandleRadioAddedToInventory final
{
public:
EInventoryEventType Type; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FInventoryItem Item; // 0x0008(0x0010)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_HandleRadioAddedToInventory;
// Function Everholm.RadioTargetComponent.HOP_OnAimedAtChanged
// 0x0001 (0x0001 - 0x0000)
struct RadioTargetComponent_HOP_OnAimedAtChanged final
{
public:
bool bAimedAt; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_HOP_OnAimedAtChanged;
// Function Everholm.RadioTargetComponent.HOP_ProgressUpdated
// 0x0008 (0x0008 - 0x0000)
struct RadioTargetComponent_HOP_ProgressUpdated final
{
public:
double Progress; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_HOP_ProgressUpdated;
// Function Everholm.RadioTargetComponent.OnOuterOverlapBegin
// 0x0118 (0x0118 - 0x0000)
struct RadioTargetComponent_OnOuterOverlapBegin final
{
public:
class UPrimitiveComponent* OverlappedComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OtherActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPrimitiveComponent* OtherComp; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 OtherBodyIndex; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bFromSweep; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FHitResult SweepResult; // 0x0020(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_OnOuterOverlapBegin;
// Function Everholm.RadioTargetComponent.OnOuterOverlapEnd
// 0x0020 (0x0020 - 0x0000)
struct RadioTargetComponent_OnOuterOverlapEnd final
{
public:
class UPrimitiveComponent* OverlappedComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OtherActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPrimitiveComponent* OtherComp; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 OtherBodyIndex; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_RadioTargetComponent_OnOuterOverlapEnd;
// Function Everholm.RadioTargetComponent.SetAudioEvent
// 0x0008 (0x0008 - 0x0000)
struct RadioTargetComponent_SetAudioEvent final
{
public:
class UAkAudioEvent* audioEvent_0; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_SetAudioEvent;
// Function Everholm.RadioTargetComponent.SetFoundSignalEvent
// 0x0008 (0x0008 - 0x0000)
struct RadioTargetComponent_SetFoundSignalEvent final
{
public:
class UAkAudioEvent* audioEvent_0; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_SetFoundSignalEvent;
// Function Everholm.RadioTargetComponent.GetFoundSignalEvent
// 0x0008 (0x0008 - 0x0000)
struct RadioTargetComponent_GetFoundSignalEvent final
{
public:
class UAkAudioEvent* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_GetFoundSignalEvent;
// Function Everholm.RadioTargetComponent.GetProgress
// 0x0004 (0x0004 - 0x0000)
struct RadioTargetComponent_GetProgress final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_GetProgress;
// Function Everholm.RadioTargetComponent.GetProximity
// 0x0004 (0x0004 - 0x0000)
struct RadioTargetComponent_GetProximity final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_GetProximity;
// Function Everholm.RadioTargetComponent.ShouldUseProgress
// 0x0004 (0x0004 - 0x0000)
struct RadioTargetComponent_ShouldUseProgress final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_ShouldUseProgress;
// Function Everholm.RadioTargetComponent.ShouldUseProximity
// 0x0004 (0x0004 - 0x0000)
struct RadioTargetComponent_ShouldUseProximity final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioTargetComponent_ShouldUseProximity;
// Function Everholm.ChaosProxyVehicleRepComponent.MC_ServerFrameVehicle
// 0x0078 (0x0078 - 0x0000)
struct ChaosProxyVehicleRepComponent_MC_ServerFrameVehicle final
{
public:
struct FSmoothRepSceneComponentState State; // 0x0000(0x0068)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
struct FChaosVehicleMoveRepState vehicleState; // 0x0068(0x0009)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_71[0x7]; // 0x0071(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_ChaosProxyVehicleRepComponent_MC_ServerFrameVehicle;
// Function Everholm.PressToStartWidget.InitializePressToStart
// 0x0001 (0x0001 - 0x0000)
struct PressToStartWidget_InitializePressToStart final
{
public:
bool bResetMapping; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PressToStartWidget_InitializePressToStart;
// Function Everholm.PressToStartWidget.OnEndPIE
// 0x0001 (0x0001 - 0x0000)
struct PressToStartWidget_OnEndPIE final
{
public:
bool bIsSimulating; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PressToStartWidget_OnEndPIE;
// Function Everholm.PressToStartWidget.OnLoginInputPressed
// 0x000C (0x000C - 0x0000)
struct PressToStartWidget_OnLoginInputPressed final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 LocalPlayerIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FInputDeviceId InputDevice; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PressToStartWidget_OnLoginInputPressed;
// Function Everholm.PressToStartWidget.OnLogoutInputPressed
// 0x000C (0x000C - 0x0000)
struct PressToStartWidget_OnLogoutInputPressed final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 LocalPlayerIndex; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FInputDeviceId InputDevice; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PressToStartWidget_OnLogoutInputPressed;
// Function Everholm.PressToStartWidget.GetControllerType
// 0x000C (0x000C - 0x0000)
struct PressToStartWidget_GetControllerType final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
class FName ReturnValue; // 0x0004(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PressToStartWidget_GetControllerType;
// Function Everholm.PressToStartWidget.GetPlatformConfirmKeys
// 0x0010 (0x0010 - 0x0000)
struct PressToStartWidget_GetPlatformConfirmKeys final
{
public:
TArray<struct FKey> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PressToStartWidget_GetPlatformConfirmKeys;
// Function Everholm.PressToStartWidget.GetPlatformLoginKeys
// 0x0010 (0x0010 - 0x0000)
struct PressToStartWidget_GetPlatformLoginKeys final
{
public:
TArray<struct FKey> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PressToStartWidget_GetPlatformLoginKeys;
// Function Everholm.PressToStartWidget.GetPlatformLogoutKeys
// 0x0010 (0x0010 - 0x0000)
struct PressToStartWidget_GetPlatformLogoutKeys final
{
public:
TArray<struct FKey> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PressToStartWidget_GetPlatformLogoutKeys;
// Function Everholm.PressToStartWidget.ShouldShowControllerType
// 0x0001 (0x0001 - 0x0000)
struct PressToStartWidget_ShouldShowControllerType final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PressToStartWidget_ShouldShowControllerType;
// Function Everholm.EverholmCharacter_Pelican.RequestRubberbanding
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_Pelican_RequestRubberbanding final
{
public:
float MaxSpeed; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float MaxDistance; // 0x0004(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UCurveFloat* RubberbandCurve; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacter_Pelican_RequestRubberbanding;
// Function Everholm.EverholmCharacter_Pelican.UnrequestRubberbanding
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_Pelican_UnrequestRubberbanding final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Pelican_UnrequestRubberbanding;
// Function Everholm.ChapterSelectInfoWidget.InitFromRow
// 0x0050 (0x0050 - 0x0000)
struct ChapterSelectInfoWidget_InitFromRow final
{
public:
struct FChapterSelectRow chapterRow_0; // 0x0000(0x0050)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ChapterSelectInfoWidget_InitFromRow;
// Function Everholm.ChapterSelectInfoWidget.SetChapterRow
// 0x0010 (0x0010 - 0x0000)
struct ChapterSelectInfoWidget_SetChapterRow final
{
public:
struct FDataTableRowHandle rowHandle; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ChapterSelectInfoWidget_SetChapterRow;
// Function Everholm.ChapterSelectInfoWidget.GetChapterRow
// 0x0010 (0x0010 - 0x0000)
struct ChapterSelectInfoWidget_GetChapterRow final
{
public:
struct FDataTableRowHandle ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ChapterSelectInfoWidget_GetChapterRow;
// Function Everholm.SoundInteractionInterface.GetSoundInteractionData
// 0x0028 (0x0028 - 0x0000)
struct SoundInteractionInterface_GetSoundInteractionData final
{
public:
struct FSoundInteractionData ReturnValue; // 0x0000(0x0028)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SoundInteractionInterface_GetSoundInteractionData;
// Function Everholm.SoundInteractionInterface.IsSoundInteractionActivated
// 0x0001 (0x0001 - 0x0000)
struct SoundInteractionInterface_IsSoundInteractionActivated final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SoundInteractionInterface_IsSoundInteractionActivated;
// Function Everholm.ChapterSelectWidget.AddChapterInfo
// 0x0010 (0x0010 - 0x0000)
struct ChapterSelectWidget_AddChapterInfo final
{
public:
struct FDataTableRowHandle chapterRowHandle; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ChapterSelectWidget_AddChapterInfo;
// Function Everholm.ChapterSelectWidget.LoadChapter
// 0x0010 (0x0010 - 0x0000)
struct ChapterSelectWidget_LoadChapter final
{
public:
struct FDataTableRowHandle chapterRowHandle; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ChapterSelectWidget_LoadChapter;
// Function Everholm.EverholmGameFlowWorldSettings.GetCurrentLevelType
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameFlowWorldSettings_GetCurrentLevelType final
{
public:
EEverholmLevelType ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameFlowWorldSettings_GetCurrentLevelType;
// Function Everholm.CharacterInstructionsComponent.AddInstructionHandler
// 0x0010 (0x0010 - 0x0000)
struct CharacterInstructionsComponent_AddInstructionHandler final
{
public:
TScriptInterface<class ICharacterInstructionHandler> handler; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterInstructionsComponent_AddInstructionHandler;
// Function Everholm.CharacterInstructionsComponent.DisableExecution
// 0x0018 (0x0018 - 0x0000)
struct CharacterInstructionsComponent_DisableExecution final
{
public:
const class UObject* Instigator; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FDisableInstructionsRequest Request; // 0x0008(0x000C)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CharacterInstructionsComponent_DisableExecution;
// Function Everholm.CharacterInstructionsComponent.DisableExecutionSingle
// 0x0018 (0x0018 - 0x0000)
struct CharacterInstructionsComponent_DisableExecutionSingle final
{
public:
const class UObject* Instigator; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECharacterInstruction instruction; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
const class UObject* Executor; // 0x0010(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterInstructionsComponent_DisableExecutionSingle;
// Function Everholm.CharacterInstructionsComponent.EnableExecution
// 0x0008 (0x0008 - 0x0000)
struct CharacterInstructionsComponent_EnableExecution final
{
public:
const class UObject* Instigator; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterInstructionsComponent_EnableExecution;
// Function Everholm.CharacterInstructionsComponent.RemoveInstructionHandler
// 0x0010 (0x0010 - 0x0000)
struct CharacterInstructionsComponent_RemoveInstructionHandler final
{
public:
TScriptInterface<class ICharacterInstructionHandler> handler; // 0x0000(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterInstructionsComponent_RemoveInstructionHandler;
// Function Everholm.CharacterInstructionsComponent.HasDisableRequest
// 0x0010 (0x0010 - 0x0000)
struct CharacterInstructionsComponent_HasDisableRequest final
{
public:
const class UObject* Instigator; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CharacterInstructionsComponent_HasDisableRequest;
// Function Everholm.CharacterInstructionsComponent.IsCurrentlyExecutingInstruction
// 0x0002 (0x0002 - 0x0000)
struct CharacterInstructionsComponent_IsCurrentlyExecutingInstruction final
{
public:
ECharacterInstruction instruction; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterInstructionsComponent_IsCurrentlyExecutingInstruction;
// Function Everholm.CharacterInstructionsComponent.IsExecutionEnabled
// 0x0010 (0x0010 - 0x0000)
struct CharacterInstructionsComponent_IsExecutionEnabled final
{
public:
struct FDisableInstructionsRequest Request; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, AdvancedDisplay, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x000C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CharacterInstructionsComponent_IsExecutionEnabled;
// Function Everholm.DollhouseCameraHint.ApplyCameraVolumeScaleDelta
// 0x0018 (0x0018 - 0x0000)
struct DollhouseCameraHint_ApplyCameraVolumeScaleDelta final
{
public:
struct FVector scaleDelta; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_ApplyCameraVolumeScaleDelta;
// Function Everholm.DollhouseCameraHint.ApplyFocalVolumeScaleDelta
// 0x0018 (0x0018 - 0x0000)
struct DollhouseCameraHint_ApplyFocalVolumeScaleDelta final
{
public:
struct FVector scaleDelta; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_ApplyFocalVolumeScaleDelta;
// Function Everholm.DollhouseCameraHint.GetActivationBoxCenter
// 0x0018 (0x0018 - 0x0000)
struct DollhouseCameraHint_GetActivationBoxCenter final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetActivationBoxCenter;
// Function Everholm.DollhouseCameraHint.GetActivationExtentsPlusBlendRadius
// 0x0020 (0x0020 - 0x0000)
struct DollhouseCameraHint_GetActivationExtentsPlusBlendRadius final
{
public:
float Scale; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetActivationExtentsPlusBlendRadius;
// Function Everholm.DollhouseCameraHint.GetCameraLocation
// 0x0038 (0x0038 - 0x0000)
struct DollhouseCameraHint_GetCameraLocation final
{
public:
bool bEditorPreview; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector FocalPoint; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0020(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetCameraLocation;
// Function Everholm.DollhouseCameraHint.GetFocalPointVolumeExtents
// 0x0018 (0x0018 - 0x0000)
struct DollhouseCameraHint_GetFocalPointVolumeExtents final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetFocalPointVolumeExtents;
// Function Everholm.DollhouseCameraHint.GetInnerBlendingVolumeExtents
// 0x0018 (0x0018 - 0x0000)
struct DollhouseCameraHint_GetInnerBlendingVolumeExtents final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetInnerBlendingVolumeExtents;
// Function Everholm.DollhouseCameraHint.GetOuterBlendingVolumeExtents
// 0x0018 (0x0018 - 0x0000)
struct DollhouseCameraHint_GetOuterBlendingVolumeExtents final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetOuterBlendingVolumeExtents;
// Function Everholm.DollhouseCameraHint.DebugDollhouse
// 0x0018 (0x0018 - 0x0000)
struct DollhouseCameraHint_DebugDollhouse final
{
public:
struct FVector FocalPoint; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_DebugDollhouse;
// Function Everholm.DollhouseCameraHint.GetActivationBoxExtents
// 0x0018 (0x0018 - 0x0000)
struct DollhouseCameraHint_GetActivationBoxExtents final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetActivationBoxExtents;
// Function Everholm.DollhouseCameraHint.GetCameraAxisInvertBehavior
// 0x0002 (0x0002 - 0x0000)
struct DollhouseCameraHint_GetCameraAxisInvertBehavior final
{
public:
EAxis Axis; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECameraAxisInvertBehavior ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetCameraAxisInvertBehavior;
// Function Everholm.DollhouseCameraHint.GetCameraVolumeExtents
// 0x0018 (0x0018 - 0x0000)
struct DollhouseCameraHint_GetCameraVolumeExtents final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetCameraVolumeExtents;
// Function Everholm.DollhouseCameraHint.GetCameraVolumeWorldTransform
// 0x0060 (0x0060 - 0x0000)
struct DollhouseCameraHint_GetCameraVolumeWorldTransform final
{
public:
struct FTransform ReturnValue; // 0x0000(0x0060)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetCameraVolumeWorldTransform;
// Function Everholm.DollhouseCameraHint.GetFocalPoint
// 0x0018 (0x0018 - 0x0000)
struct DollhouseCameraHint_GetFocalPoint final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetFocalPoint;
// Function Everholm.DollhouseCameraHint.GetFocalVolumeWorldTransform
// 0x0060 (0x0060 - 0x0000)
struct DollhouseCameraHint_GetFocalVolumeWorldTransform final
{
public:
struct FTransform ReturnValue; // 0x0000(0x0060)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DollhouseCameraHint_GetFocalVolumeWorldTransform;
// Function Everholm.CharacterInstructionBlueprintFunctionLibrary.InternalTryExecuteCharacterInstruction
// 0x0030 (0x0030 - 0x0000)
struct CharacterInstructionBlueprintFunctionLibrary_InternalTryExecuteCharacterInstruction final
{
public:
class UCharacterInstructionsComponent* Target; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECharacterInstruction instruction; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TArray<uint8> Value; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
const class UObject* Instigator; // 0x0020(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECharacterInstructionResult ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CharacterInstructionBlueprintFunctionLibrary_InternalTryExecuteCharacterInstruction;
// Function Everholm.CharacterInstructionBlueprintFunctionLibrary.MakeDisableInstructionsRequest
// 0x0028 (0x0028 - 0x0000)
struct CharacterInstructionBlueprintFunctionLibrary_MakeDisableInstructionsRequest final
{
public:
TArray<ECharacterInstruction> Instructions; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
const class UObject* Executor; // 0x0010(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FDisableInstructionsRequest ReturnValue; // 0x0018(0x000C)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CharacterInstructionBlueprintFunctionLibrary_MakeDisableInstructionsRequest;
// Function Everholm.CharacterReactionComponent.OnGenericWorldEvent
// 0x0028 (0x0028 - 0x0000)
struct CharacterReactionComponent_OnGenericWorldEvent final
{
public:
struct FGenericWorldEvent worldEvent; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterReactionComponent_OnGenericWorldEvent;
// Function Everholm.CharacterReactionComponent.OnOrientedWorldEvent
// 0x0040 (0x0040 - 0x0000)
struct CharacterReactionComponent_OnOrientedWorldEvent final
{
public:
struct FOrientedWorldEvent worldEvent; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterReactionComponent_OnOrientedWorldEvent;
// Function Everholm.CharacterSelectWidget.OnEndPIE
// 0x0001 (0x0001 - 0x0000)
struct CharacterSelectWidget_OnEndPIE final
{
public:
bool bIsSimulating; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterSelectWidget_OnEndPIE;
// Function Everholm.PlaceSwimRingActor.TryInteractWithGrabHelper
// 0x0010 (0x0010 - 0x0000)
struct PlaceSwimRingActor_TryInteractWithGrabHelper final
{
public:
class AEverholmPlayerCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UGrabHelperComponent* GrabHelperComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlaceSwimRingActor_TryInteractWithGrabHelper;
// Function Everholm.EverholmGameInstance.HasEverholmSave
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameInstance_HasEverholmSave final
{
public:
const class UObject* WorldContext; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameInstance_HasEverholmSave;
// Function Everholm.EverholmGameInstance.IsConnectionSafeForReliableMulticast
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameInstance_IsConnectionSafeForReliableMulticast final
{
public:
const class UObject* WorldContext; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameInstance_IsConnectionSafeForReliableMulticast;
// Function Everholm.EverholmGameInstance.BeginLoadingScreen
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameInstance_BeginLoadingScreen final
{
public:
class FString MapName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_BeginLoadingScreen;
// Function Everholm.EverholmGameInstance.EnableSplashScreen
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameInstance_EnableSplashScreen final
{
public:
bool Enabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_EnableSplashScreen;
// Function Everholm.EverholmGameInstance.EndLoadingScreen
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameInstance_EndLoadingScreen final
{
public:
class UWorld* InLoadedWorld; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_EndLoadingScreen;
// Function Everholm.EverholmGameInstance.FinishLoadSavegame
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameInstance_FinishLoadSavegame final
{
public:
class UWorld* World; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_FinishLoadSavegame;
// Function Everholm.EverholmGameInstance.PreLoadAdditionalSubLevels
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameInstance_PreLoadAdditionalSubLevels final
{
public:
class UWorld* World; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_PreLoadAdditionalSubLevels;
// Function Everholm.EverholmGameInstance.PreloadSavegame
// 0x0070 (0x0070 - 0x0000)
struct EverholmGameInstance_PreloadSavegame final
{
public:
struct FURL URL; // 0x0000(0x0068)(Parm, NativeAccessSpecifierPublic)
class UWorld* World; // 0x0068(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_PreloadSavegame;
// Function Everholm.EverholmGameInstance.ReceiveNetWelcome
// 0x0018 (0x0018 - 0x0000)
struct EverholmGameInstance_ReceiveNetWelcome final
{
public:
class UWorld* World; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint64 inBunchPtr; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDiscard; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameInstance_ReceiveNetWelcome;
// Function Everholm.EverholmGameInstance.SendNetWelcome
// 0x0038 (0x0038 - 0x0000)
struct EverholmGameInstance_SendNetWelcome final
{
public:
class UNetConnection* Connection; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString LevelName; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString GameName; // 0x0018(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString RedirectURL; // 0x0028(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_SendNetWelcome;
// Function Everholm.EverholmGameInstance.SetArePlayerPawnsSwapped
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameInstance_SetArePlayerPawnsSwapped final
{
public:
bool bArePawnsSwapped; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_SetArePlayerPawnsSwapped;
// Function Everholm.EverholmGameInstance.SetSelectedSessionMode
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameInstance_SetSelectedSessionMode final
{
public:
EEverholmSessionMode InSelectedSessionMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_SetSelectedSessionMode;
// Function Everholm.EverholmGameInstance.GetArePlayerPawnsSwapped
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameInstance_GetArePlayerPawnsSwapped final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_GetArePlayerPawnsSwapped;
// Function Everholm.EverholmGameInstance.GetSelectedSessionMode
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameInstance_GetSelectedSessionMode final
{
public:
EEverholmSessionMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_GetSelectedSessionMode;
// Function Everholm.EverholmGameInstance.IsReloadingWorld
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameInstance_IsReloadingWorld final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_IsReloadingWorld;
// Function Everholm.EverholmGameInstance.IsSaveSystemActiveUserSet
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameInstance_IsSaveSystemActiveUserSet final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_IsSaveSystemActiveUserSet;
// Function Everholm.EverholmGameInstance.ShouldShowSplashScreen
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameInstance_ShouldShowSplashScreen final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameInstance_ShouldShowSplashScreen;
// Function Everholm.CharacterWoundedComponent.Server_TryApplyWound
// 0x0008 (0x0008 - 0x0000)
struct CharacterWoundedComponent_Server_TryApplyWound final
{
public:
class UWoundedData* Data; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterWoundedComponent_Server_TryApplyWound;
// Function Everholm.CharacterWoundedComponent.TryApplyWound
// 0x0010 (0x0010 - 0x0000)
struct CharacterWoundedComponent_TryApplyWound final
{
public:
class UWoundedData* Data; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EWoundTriggerResult ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CharacterWoundedComponent_TryApplyWound;
// Function Everholm.CharacterWoundedComponent.TryClearWound
// 0x0001 (0x0001 - 0x0000)
struct CharacterWoundedComponent_TryClearWound final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterWoundedComponent_TryClearWound;
// Function Everholm.CharacterWoundedComponent.GetIsWounded
// 0x0001 (0x0001 - 0x0000)
struct CharacterWoundedComponent_GetIsWounded final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterWoundedComponent_GetIsWounded;
// Function Everholm.CharacterWoundedComponent.GetRemainingDuration
// 0x0004 (0x0004 - 0x0000)
struct CharacterWoundedComponent_GetRemainingDuration final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterWoundedComponent_GetRemainingDuration;
// Function Everholm.CharacterWoundedComponent.GetWoundedData
// 0x0008 (0x0008 - 0x0000)
struct CharacterWoundedComponent_GetWoundedData final
{
public:
class UWoundedData* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CharacterWoundedComponent_GetWoundedData;
// Function Everholm.CheckpointComponent.GetPlayerStart
// 0x0028 (0x0028 - 0x0000)
struct CheckpointComponent_GetPlayerStart final
{
public:
TSoftObjectPtr<class AEverholmPlayerStart> ReturnValue; // 0x0000(0x0028)(Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CheckpointComponent_GetPlayerStart;
// Function Everholm.CheckpointSelectWidget.GotoCheckpoint
// 0x0008 (0x0008 - 0x0000)
struct CheckpointSelectWidget_GotoCheckpoint final
{
public:
class AEverholmPlayerStart* PlayerStart; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CheckpointSelectWidget_GotoCheckpoint;
// Function Everholm.CheckpointSelectWidget.EvaluateClosestCheckpoint
// 0x0018 (0x0018 - 0x0000)
struct CheckpointSelectWidget_EvaluateClosestCheckpoint final
{
public:
TArray<class AActor*> Progression; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
class AActor* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CheckpointSelectWidget_EvaluateClosestCheckpoint;
// Function Everholm.CheckpointSelectWidget.GetSortedCheckpointActors
// 0x0010 (0x0010 - 0x0000)
struct CheckpointSelectWidget_GetSortedCheckpointActors final
{
public:
TArray<class AActor*> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CheckpointSelectWidget_GetSortedCheckpointActors;
// Function Everholm.EverholmGameFlowEventsNetworkHelper.BeginRestartFlow
// 0x0028 (0x0028 - 0x0000)
struct EverholmGameFlowEventsNetworkHelper_BeginRestartFlow final
{
public:
class AActor* PlayerStart; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector StartLocation; // 0x0008(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bApplyProgression; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameFlowEventsNetworkHelper_BeginRestartFlow;
// Function Everholm.EverholmGameFlowEventsNetworkHelper.ReceiveSaveDataPacket
// 0x0018 (0x0018 - 0x0000)
struct EverholmGameFlowEventsNetworkHelper_ReceiveSaveDataPacket final
{
public:
uint8 packetNumber; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TArray<uint8> Data; // 0x0008(0x0010)(ConstParm, Parm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameFlowEventsNetworkHelper_ReceiveSaveDataPacket;
// Function Everholm.EverholmGameFlowEventsNetworkHelper.SetRestartPlayerFlowState
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameFlowEventsNetworkHelper_SetRestartPlayerFlowState final
{
public:
EGameFlowState State; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameFlowEventsNetworkHelper_SetRestartPlayerFlowState;
// Function Everholm.CheckpointVolumeActor.GetCheckpointComponent
// 0x0008 (0x0008 - 0x0000)
struct CheckpointVolumeActor_GetCheckpointComponent final
{
public:
class UCheckpointComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CheckpointVolumeActor_GetCheckpointComponent;
// Function Everholm.ClimbableIK.GetClosestIKBasePoint
// 0x00A0 (0x00A0 - 0x0000)
struct ClimbableIK_GetClosestIKBasePoint final
{
public:
const class ACharacter* Initiator; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector localQueryLocation; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FClimbablePointData ReturnValue; // 0x0020(0x0080)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbableIK_GetClosestIKBasePoint;
// Function Everholm.ClimbableIK.GetIKHandRotationOffset
// 0x0020 (0x0020 - 0x0000)
struct ClimbableIK_GetIKHandRotationOffset final
{
public:
bool bForLeftHand; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FRotator ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbableIK_GetIKHandRotationOffset;
// Function Everholm.ClimbableIK.GetIKOffsetFromPoint
// 0x0018 (0x0018 - 0x0000)
struct ClimbableIK_GetIKOffsetFromPoint final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbableIK_GetIKOffsetFromPoint;
// Function Everholm.EverholmFunctionLibrary.AddPickupToInventory
// 0x0010 (0x0010 - 0x0000)
struct EverholmFunctionLibrary_AddPickupToInventory final
{
public:
class AEverholmPlayerCharacter* PlayerCharacter; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickupToAdd; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_AddPickupToInventory;
// Function Everholm.EverholmFunctionLibrary.ClearAllSaveDataButUserMeta
// 0x0008 (0x0008 - 0x0000)
struct EverholmFunctionLibrary_ClearAllSaveDataButUserMeta final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_ClearAllSaveDataButUserMeta;
// Function Everholm.EverholmFunctionLibrary.ClearChapterSelectData
// 0x0008 (0x0008 - 0x0000)
struct EverholmFunctionLibrary_ClearChapterSelectData final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_ClearChapterSelectData;
// Function Everholm.EverholmFunctionLibrary.CreateBallisticFlightArc
// 0x0098 (0x0098 - 0x0000)
struct EverholmFunctionLibrary_CreateBallisticFlightArc final
{
public:
struct FBallisticFlightParams BallisticFlightParams; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
struct FBallisticFlightData ReturnValue; // 0x0040(0x0058)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_CreateBallisticFlightArc;
// Function Everholm.EverholmFunctionLibrary.CreateHeightAndDistanceBasedFlightData
// 0x00B8 (0x00B8 - 0x0000)
struct EverholmFunctionLibrary_CreateHeightAndDistanceBasedFlightData final
{
public:
struct FBallisticFlightParams BallisticFlightParams; // 0x0000(0x0040)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
float Height; // 0x0040(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector playerFacing; // 0x0048(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBallisticFlightData ReturnValue; // 0x0060(0x0058)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_CreateHeightAndDistanceBasedFlightData;
// Function Everholm.EverholmFunctionLibrary.EvaluateChooserDynamically
// 0x0028 (0x0028 - 0x0000)
struct EverholmFunctionLibrary_EvaluateChooserDynamically final
{
public:
const class UObject* ContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UChooserTable* ChooserTable; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UObject> OutputClass; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class UObject*> ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_EvaluateChooserDynamically;
// Function Everholm.EverholmFunctionLibrary.GenerateUniqueFileNameStringBasedOnTransform
// 0x0070 (0x0070 - 0x0000)
struct EverholmFunctionLibrary_GenerateUniqueFileNameStringBasedOnTransform final
{
public:
struct FTransform Transform; // 0x0000(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString ReturnValue; // 0x0060(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GenerateUniqueFileNameStringBasedOnTransform;
// Function Everholm.EverholmFunctionLibrary.GetDefaultPlayerPawnObject
// 0x0010 (0x0010 - 0x0000)
struct EverholmFunctionLibrary_GetDefaultPlayerPawnObject final
{
public:
bool bGetPlayerTwo; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class AEverholmPlayerCharacter* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetDefaultPlayerPawnObject;
// Function Everholm.EverholmFunctionLibrary.GetInventoryFromActor
// 0x0010 (0x0010 - 0x0000)
struct EverholmFunctionLibrary_GetInventoryFromActor final
{
public:
const class AActor* InActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UEverholmInventoryComponent* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetInventoryFromActor;
// Function Everholm.EverholmFunctionLibrary.GetLanternPickup
// 0x0010 (0x0010 - 0x0000)
struct EverholmFunctionLibrary_GetLanternPickup final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class ALanternPickup* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetLanternPickup;
// Function Everholm.EverholmFunctionLibrary.GetLanternPickupFromActor
// 0x0010 (0x0010 - 0x0000)
struct EverholmFunctionLibrary_GetLanternPickupFromActor final
{
public:
const class AActor* InActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class ALanternPickup* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetLanternPickupFromActor;
// Function Everholm.EverholmFunctionLibrary.GetLevelBounds
// 0x0048 (0x0048 - 0x0000)
struct EverholmFunctionLibrary_GetLevelBounds final
{
public:
const class ULevel* Level; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UObject* WorldContextObject; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBoxSphereBounds ReturnValue; // 0x0010(0x0038)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetLevelBounds;
// Function Everholm.EverholmFunctionLibrary.GetLightPickupFromActor
// 0x0010 (0x0010 - 0x0000)
struct EverholmFunctionLibrary_GetLightPickupFromActor final
{
public:
const class AActor* InActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class ALanternPickup* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetLightPickupFromActor;
// Function Everholm.EverholmFunctionLibrary.GetNumCollected
// 0x0010 (0x0010 - 0x0000)
struct EverholmFunctionLibrary_GetNumCollected final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECollectibleType Type; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetNumCollected;
// Function Everholm.EverholmFunctionLibrary.GetPickupFromActor
// 0x0018 (0x0018 - 0x0000)
struct EverholmFunctionLibrary_GetPickupFromActor final
{
public:
const class AActor* InActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class APickupBase> pickupClass; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetPickupFromActor;
// Function Everholm.EverholmFunctionLibrary.GetPickupFromActorByTag
// 0x0018 (0x0018 - 0x0000)
struct EverholmFunctionLibrary_GetPickupFromActorByTag final
{
public:
const class AActor* InActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag Tag; // 0x0008(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetPickupFromActorByTag;
// Function Everholm.EverholmFunctionLibrary.GetRadioPickup
// 0x0010 (0x0010 - 0x0000)
struct EverholmFunctionLibrary_GetRadioPickup final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class ARadioPickup* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetRadioPickup;
// Function Everholm.EverholmFunctionLibrary.GetRadioPickupFromActor
// 0x0010 (0x0010 - 0x0000)
struct EverholmFunctionLibrary_GetRadioPickupFromActor final
{
public:
const class AActor* InActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class ARadioPickup* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetRadioPickupFromActor;
// Function Everholm.EverholmFunctionLibrary.GetTotalCollectiblesOfType
// 0x0008 (0x0008 - 0x0000)
struct EverholmFunctionLibrary_GetTotalCollectiblesOfType final
{
public:
ECollectibleType Type; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_GetTotalCollectiblesOfType;
// Function Everholm.EverholmFunctionLibrary.HasCollectedCollectibleByClass
// 0x0018 (0x0018 - 0x0000)
struct EverholmFunctionLibrary_HasCollectedCollectibleByClass final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class APickupBase> collectiblePickupClass; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_HasCollectedCollectibleByClass;
// Function Everholm.EverholmFunctionLibrary.HasCollectedCollectibleByRow
// 0x0020 (0x0020 - 0x0000)
struct EverholmFunctionLibrary_HasCollectedCollectibleByRow final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FDataTableRowHandle rowHandle; // 0x0008(0x0010)(Parm, NoDestructor, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_HasCollectedCollectibleByRow;
// Function Everholm.EverholmFunctionLibrary.HasPlayerCollectedCollectibleByRow
// 0x0020 (0x0020 - 0x0000)
struct EverholmFunctionLibrary_HasPlayerCollectedCollectibleByRow final
{
public:
const class APawn* playerPawn; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FDataTableRowHandle rowHandle; // 0x0008(0x0010)(Parm, NoDestructor, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_HasPlayerCollectedCollectibleByRow;
// Function Everholm.EverholmFunctionLibrary.PredictBallisticFlightArcZAtXY
// 0x00B0 (0x00B0 - 0x0000)
struct EverholmFunctionLibrary_PredictBallisticFlightArcZAtXY final
{
public:
const class UObject* WorldContext; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector StartLocation; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector targetLocation; // 0x0020(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector initialVelocity; // 0x0038(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float gravityZBeforeApex; // 0x0050(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float gravityZAfterApex; // 0x0054(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDrawDebug; // 0x0058(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_59[0x7]; // 0x0059(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FPredictedTrajectoryData ReturnValue; // 0x0060(0x0050)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_PredictBallisticFlightArcZAtXY;
// Function Everholm.EverholmFunctionLibrary.ProjectToViewportClamped
// 0x0040 (0x0040 - 0x0000)
struct EverholmFunctionLibrary_ProjectToViewportClamped final
{
public:
class APlayerController* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector WorldLocation; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float edgePixelOffset; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector2D ScreenLocation; // 0x0028(0x0010)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Rotation; // 0x0038(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsInsideViewport; // 0x003C(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x003D(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3E[0x2]; // 0x003E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_ProjectToViewportClamped;
// Function Everholm.EverholmFunctionLibrary.QueryHeldPickupTags
// 0x0058 (0x0058 - 0x0000)
struct EverholmFunctionLibrary_QueryHeldPickupTags final
{
public:
const class AActor* InActor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTagQuery Query; // 0x0008(0x0048)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0050(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_QueryHeldPickupTags;
// Function Everholm.EverholmFunctionLibrary.SpawnTempPickupInPickupsLevel
// 0x0080 (0x0080 - 0x0000)
struct EverholmFunctionLibrary_SpawnTempPickupInPickupsLevel final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class APickupBase> pickupClass; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FTransform spawnTransform; // 0x0010(0x0060)(Parm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* ReturnValue; // 0x0070(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_78[0x8]; // 0x0078(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmFunctionLibrary_SpawnTempPickupInPickupsLevel;
// Function Everholm.Climbable.GetClosestClimbablePoints
// 0x0038 (0x0038 - 0x0000)
struct Climbable_GetClosestClimbablePoints final
{
public:
class ACharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector WorldLocation; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EClimbGatheringIntent gatheringIntent; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TArray<struct FClimbablePointData> ReturnValue; // 0x0028(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Climbable_GetClosestClimbablePoints;
// Function Everholm.Climbable.OnBeingClimbedOnChanged
// 0x0008 (0x0008 - 0x0000)
struct Climbable_OnBeingClimbedOnChanged final
{
public:
class ACharacter* climber; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Climbable_OnBeingClimbedOnChanged;
// Function Everholm.Climbable.OnTryReservationChange
// 0x00B0 (0x00B0 - 0x0000)
struct Climbable_OnTryReservationChange final
{
public:
struct FClimbReservation Reservation; // 0x0000(0x00A0)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
bool bWasReserved; // 0x00A0(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A1[0xF]; // 0x00A1(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_Climbable_OnTryReservationChange;
// Function Everholm.Climbable.CanClimb
// 0x0001 (0x0001 - 0x0000)
struct Climbable_CanClimb final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Climbable_CanClimb;
// Function Everholm.Climbable.GetLedgeMetaData
// 0x0004 (0x0004 - 0x0000)
struct Climbable_GetLedgeMetaData final
{
public:
struct FLedgeMetaData ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Climbable_GetLedgeMetaData;
// Function Everholm.Climbable.GetMetaData
// 0x0010 (0x0010 - 0x0000)
struct Climbable_GetMetaData final
{
public:
struct FInstancedStruct ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Climbable_GetMetaData;
// Function Everholm.Climbable.GetReservations
// 0x0010 (0x0010 - 0x0000)
struct Climbable_GetReservations final
{
public:
TArray<struct FClimbReservation> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Climbable_GetReservations;
// Function Everholm.Climbable.GetWorldTransform
// 0x0060 (0x0060 - 0x0000)
struct Climbable_GetWorldTransform final
{
public:
struct FTransform ReturnValue; // 0x0000(0x0060)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_Climbable_GetWorldTransform;
// Function Everholm.SmoothedWAFloatHintProcessor.GetRelevantHintValue
// 0x0070 (0x0070 - 0x0000)
struct SmoothedWAFloatHintProcessor_GetRelevantHintValue final
{
public:
class ADirectedCameraHint_Base* hint; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FCameraHintInParameters Params_0; // 0x0008(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0068(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_6C[0x4]; // 0x006C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SmoothedWAFloatHintProcessor_GetRelevantHintValue;
// Function Everholm.EverholmGameState.Multicast_AddPauserPlayerState
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameState_Multicast_AddPauserPlayerState final
{
public:
class APlayerState* PlayerState; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPauseReason pauseReason; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameState_Multicast_AddPauserPlayerState;
// Function Everholm.EverholmGameState.Multicast_CollectCollectible
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameState_Multicast_CollectCollectible final
{
public:
class FName collectible; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_Multicast_CollectCollectible;
// Function Everholm.EverholmGameState.Multicast_RemovePauserPlayerState
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameState_Multicast_RemovePauserPlayerState final
{
public:
class APlayerState* PlayerState; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_Multicast_RemovePauserPlayerState;
// Function Everholm.EverholmGameState.SetDemoEndingFlag
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameState_SetDemoEndingFlag final
{
public:
bool bIsEnding; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_SetDemoEndingFlag;
// Function Everholm.EverholmGameState.GetCameraDefaults
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameState_GetCameraDefaults final
{
public:
struct FDefaultCameraParams ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_GetCameraDefaults;
// Function Everholm.EverholmGameState.GetCurrentLevelType
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameState_GetCurrentLevelType final
{
public:
EEverholmLevelType ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_GetCurrentLevelType;
// Function Everholm.EverholmGameState.IsDemoEnding
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameState_IsDemoEnding final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_IsDemoEnding;
// Function Everholm.EverholmGameState.IsInGameplay
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameState_IsInGameplay final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_IsInGameplay;
// Function Everholm.EverholmGameState.IsInLobby
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameState_IsInLobby final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_IsInLobby;
// Function Everholm.EverholmGameState.IsInMainMenu
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameState_IsInMainMenu final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_IsInMainMenu;
// Function Everholm.EverholmGameState.IsReloadingWorld
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameState_IsReloadingWorld final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_IsReloadingWorld;
// Function Everholm.EverholmGameState.Multicast_RequestThreatLevel
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameState_Multicast_RequestThreatLevel final
{
public:
ESuspenseThreatLevel threatLevel; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UObject* requester; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_Multicast_RequestThreatLevel;
// Function Everholm.EverholmGameState.Multicast_UnrequestThreatLevel
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameState_Multicast_UnrequestThreatLevel final
{
public:
class UObject* requester; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameState_Multicast_UnrequestThreatLevel;
// Function Everholm.ClimbableLedgeComponent.GetClosestPointsOnLedge
// 0x0030 (0x0030 - 0x0000)
struct ClimbableLedgeComponent_GetClosestPointsOnLedge final
{
public:
class ACharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<struct FClimbablePointData> ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbableLedgeComponent_GetClosestPointsOnLedge;
// Function Everholm.ClimbableLedgeComponent.GetClosestPointsOnLedgeRespectingReservations
// 0x0030 (0x0030 - 0x0000)
struct ClimbableLedgeComponent_GetClosestPointsOnLedgeRespectingReservations final
{
public:
class ACharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<struct FClimbablePointData> ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbableLedgeComponent_GetClosestPointsOnLedgeRespectingReservations;
// Function Everholm.ClimbableLedgeComponent.HasFalloffPrevention
// 0x0001 (0x0001 - 0x0000)
struct ClimbableLedgeComponent_HasFalloffPrevention final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbableLedgeComponent_HasFalloffPrevention;
// Function Everholm.ClimbableLedgeComponent.HasLimitedFalloffPrevention
// 0x0001 (0x0001 - 0x0000)
struct ClimbableLedgeComponent_HasLimitedFalloffPrevention final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbableLedgeComponent_HasLimitedFalloffPrevention;
// Function Everholm.EverholmIngameGameState.GetGameChalkboard
// 0x0010 (0x0010 - 0x0000)
struct EverholmIngameGameState_GetGameChalkboard final
{
public:
class UObject* Context; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UChalkboardWrapper* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_GetGameChalkboard;
// Function Everholm.EverholmIngameGameState.ClearSavedCheckpoint
// 0x0001 (0x0001 - 0x0000)
struct EverholmIngameGameState_ClearSavedCheckpoint final
{
public:
bool bClearAllLevels; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_ClearSavedCheckpoint;
// Function Everholm.EverholmIngameGameState.EnableBoomerChaseGameplayContext
// 0x0010 (0x0010 - 0x0000)
struct EverholmIngameGameState_EnableBoomerChaseGameplayContext final
{
public:
class UObject* contextInstigator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bEnableContext; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmIngameGameState_EnableBoomerChaseGameplayContext;
// Function Everholm.EverholmIngameGameState.Event_RollCredits
// 0x0008 (0x0008 - 0x0000)
struct EverholmIngameGameState_Event_RollCredits final
{
public:
class AActor* Caller; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_Event_RollCredits;
// Function Everholm.EverholmIngameGameState.Multicast_RollCredits
// 0x0008 (0x0008 - 0x0000)
struct EverholmIngameGameState_Multicast_RollCredits final
{
public:
class AActor* Caller; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_Multicast_RollCredits;
// Function Everholm.EverholmIngameGameState.Multicast_ShowSaveIcon
// 0x0001 (0x0001 - 0x0000)
struct EverholmIngameGameState_Multicast_ShowSaveIcon final
{
public:
bool bShow; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_Multicast_ShowSaveIcon;
// Function Everholm.EverholmIngameGameState.Multicast_UpdatePresence
// 0x0028 (0x0028 - 0x0000)
struct EverholmIngameGameState_Multicast_UpdatePresence final
{
public:
TSoftObjectPtr<class AEverholmPlayerStart> PlayerStart; // 0x0000(0x0028)(ConstParm, Parm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_Multicast_UpdatePresence;
// Function Everholm.EverholmIngameGameState.RollCredits
// 0x0008 (0x0008 - 0x0000)
struct EverholmIngameGameState_RollCredits final
{
public:
class AActor* Caller; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_RollCredits;
// Function Everholm.EverholmIngameGameState.SetWaveWindDominantAngle
// 0x0004 (0x0004 - 0x0000)
struct EverholmIngameGameState_SetWaveWindDominantAngle final
{
public:
float dominantAngle; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_SetWaveWindDominantAngle;
// Function Everholm.EverholmIngameGameState.UpdatePresence
// 0x0008 (0x0008 - 0x0000)
struct EverholmIngameGameState_UpdatePresence final
{
public:
class AEverholmPlayerStart* PlayerStart; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_UpdatePresence;
// Function Everholm.EverholmIngameGameState.GetWaveWindDominantAngle
// 0x0004 (0x0004 - 0x0000)
struct EverholmIngameGameState_GetWaveWindDominantAngle final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_GetWaveWindDominantAngle;
// Function Everholm.EverholmIngameGameState.HasLoadedSaveData
// 0x0001 (0x0001 - 0x0000)
struct EverholmIngameGameState_HasLoadedSaveData final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_HasLoadedSaveData;
// Function Everholm.EverholmIngameGameState.IsCinematicModeEnabled
// 0x0001 (0x0001 - 0x0000)
struct EverholmIngameGameState_IsCinematicModeEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_IsCinematicModeEnabled;
// Function Everholm.EverholmIngameGameState.PrintCurrentCheckpoint
// 0x0002 (0x0002 - 0x0000)
struct EverholmIngameGameState_PrintCurrentCheckpoint final
{
public:
bool bPrintToScreen; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bOutputAllLevels; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameState_PrintCurrentCheckpoint;
// Function Everholm.ClimbableSurface.GetClosestPointOnClimbableSurface
// 0x0050 (0x0050 - 0x0000)
struct ClimbableSurface_GetClosestPointOnClimbableSurface final
{
public:
class ACharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UBoxComponent* surface; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0010(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bRespectReservations; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bAdjustForCharacterCapsule; // 0x0029(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_2A[0x6]; // 0x002A(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector outClosestPoint; // 0x0030(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0048(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_ClimbableSurface_GetClosestPointOnClimbableSurface;
// Function Everholm.ClimbableSurface.SetSurfaceEnabled
// 0x0001 (0x0001 - 0x0000)
struct ClimbableSurface_SetSurfaceEnabled final
{
public:
bool Enabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbableSurface_SetSurfaceEnabled;
// Function Everholm.ClimbableSurface.IsSurfaceEnabled
// 0x0001 (0x0001 - 0x0000)
struct ClimbableSurface_IsSurfaceEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbableSurface_IsSurfaceEnabled;
// Function Everholm.ClimbableSurface.MoveInLocationFromEdges
// 0x0048 (0x0048 - 0x0000)
struct ClimbableSurface_MoveInLocationFromEdges final
{
public:
const class ACharacter* Initiator; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UBoxComponent* surface; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0010(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float distanceFromSides; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float distanceFromTopBottom; // 0x002C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0030(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbableSurface_MoveInLocationFromEdges;
// Function Everholm.EverholmHostSessionCallbackProxy.EverholmLaunchSession
// 0x0098 (0x0098 - 0x0000)
struct EverholmHostSessionCallbackProxy_EverholmLaunchSession final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameStartParam startParam; // 0x0008(0x0088)(Parm, NativeAccessSpecifierPublic)
class UEverholmHostSessionCallbackProxy* ReturnValue; // 0x0090(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHostSessionCallbackProxy_EverholmLaunchSession;
// Function Everholm.ClimbingCondition.Evaluate
// 0x00E0 (0x00E0 - 0x0000)
struct ClimbingCondition_Evaluate final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<struct FClimbablePointData> closestClimbablePointsInArea; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
TArray<struct FLedgeMetaDataWrapper> closestLedgesInArea; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
bool pendingAbort; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
struct FClimbingConditionResult ReturnValue; // 0x0030(0x00B0)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingCondition_Evaluate;
// Function Everholm.ClimbingCondition.Filter_IsFacingCharacter
// 0x0028 (0x0028 - 0x0000)
struct ClimbingCondition_Filter_IsFacingCharacter final
{
public:
TArray<struct FClimbablePointData> pointsToFilter; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
float dotThreshold; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
TArray<struct FClimbablePointData> ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingCondition_Filter_IsFacingCharacter;
// Function Everholm.ClimbingCondition.Filter_IsInReach
// 0x0020 (0x0020 - 0x0000)
struct ClimbingCondition_Filter_IsInReach final
{
public:
TArray<struct FClimbablePointData> pointsToFilter; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
TArray<struct FClimbablePointData> ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingCondition_Filter_IsInReach;
// Function Everholm.ClimbingCondition.GetCharacterLocation
// 0x0018 (0x0018 - 0x0000)
struct ClimbingCondition_GetCharacterLocation final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingCondition_GetCharacterLocation;
// Function Everholm.ClimbingCondition.GetClimbingIntent
// 0x0048 (0x0048 - 0x0000)
struct ClimbingCondition_GetClimbingIntent final
{
public:
struct FClimbingIntent ReturnValue; // 0x0000(0x0048)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingCondition_GetClimbingIntent;
// Function Everholm.ClimbingCondition.GetLedgeClimbConditionSettings
// 0x0008 (0x0008 - 0x0000)
struct ClimbingCondition_GetLedgeClimbConditionSettings final
{
public:
struct FLedgeClimbConditionSettings ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingCondition_GetLedgeClimbConditionSettings;
// Function Everholm.ClimbingCondition.GetPointOfQuery
// 0x0018 (0x0018 - 0x0000)
struct ClimbingCondition_GetPointOfQuery final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingCondition_GetPointOfQuery;
// Function Everholm.ClimbingCondition.IsSurfaceClimbing
// 0x0001 (0x0001 - 0x0000)
struct ClimbingCondition_IsSurfaceClimbing final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingCondition_IsSurfaceClimbing;
// Function Everholm.ClimbingCondition.WantsToClimb
// 0x0001 (0x0001 - 0x0000)
struct ClimbingCondition_WantsToClimb final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingCondition_WantsToClimb;
// Function Everholm.EverholmGameShareManager.DoesPlatformSupportGameShare
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameShareManager_DoesPlatformSupportGameShare final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameShareManager_DoesPlatformSupportGameShare;
// Function Everholm.EverholmGameShareManager.Get
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameShareManager_Get final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UEverholmGameShareManager* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameShareManager_Get;
// Function Everholm.EverholmGameShareManager.GetGameShareButtonIsVisible
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameShareManager_GetGameShareButtonIsVisible final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEverholmGameShareButton Button; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameShareManager_GetGameShareButtonIsVisible;
// Function Everholm.EverholmGameShareManager.GetGameShareButtonVisibility
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameShareManager_GetGameShareButtonVisibility final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEverholmGameShareButton Button; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ESlateVisibility ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameShareManager_GetGameShareButtonVisibility;
// Function Everholm.EverholmGameShareManager.GetInitialGameShareButtonFocus
// 0x0030 (0x0030 - 0x0000)
struct EverholmGameShareManager_GetInitialGameShareButtonFocus final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UCommonButtonBase* startLocal; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UCommonButtonBase* startInternet; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UCommonButtonBase* Stop; // 0x0018(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UCommonButtonBase* Back; // 0x0020(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UCommonButtonBase* ReturnValue; // 0x0028(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameShareManager_GetInitialGameShareButtonFocus;
// Function Everholm.EverholmGameShareManager.IsGameChatActive
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameShareManager_IsGameChatActive final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameShareManager_IsGameChatActive;
// Function Everholm.EverholmGameShareManager.IsGameShareInitialized
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameShareManager_IsGameShareInitialized final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameShareManager_IsGameShareInitialized;
// Function Everholm.EverholmGameShareManager.IsGameSharePlayerAllowedToPauseGame
// 0x0018 (0x0018 - 0x0000)
struct EverholmGameShareManager_IsGameSharePlayerAllowedToPauseGame final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class APlayerController* PlayerController; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameShareManager_IsGameSharePlayerAllowedToPauseGame;
// Function Everholm.EverholmGameShareManager.IsGameShareSessionActive
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameShareManager_IsGameShareSessionActive final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameShareManager_IsGameShareSessionActive;
// Function Everholm.EverholmGameShareManager.IsGameShareSessionViaChatActive
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameShareManager_IsGameShareSessionViaChatActive final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameShareManager_IsGameShareSessionViaChatActive;
// Function Everholm.EverholmGameShareManager.IsLocalGameShareSessionActive
// 0x0010 (0x0010 - 0x0000)
struct EverholmGameShareManager_IsLocalGameShareSessionActive final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameShareManager_IsLocalGameShareSessionActive;
// Function Everholm.EverholmGameShareManager.StartInternetGameShareSession
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameShareManager_StartInternetGameShareSession final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameShareManager_StartInternetGameShareSession;
// Function Everholm.EverholmGameShareManager.StartLocalGameShareSession
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameShareManager_StartLocalGameShareSession final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameShareManager_StartLocalGameShareSession;
// Function Everholm.EverholmGameShareManager.StopGameShareSession
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameShareManager_StopGameShareSession final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameShareManager_StopGameShareSession;
// Function Everholm.PlayerNameWidget.GetOwningPlayerName
// 0x0010 (0x0010 - 0x0000)
struct PlayerNameWidget_GetOwningPlayerName final
{
public:
class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlayerNameWidget_GetOwningPlayerName;
// Function Everholm.ClimbingComponent.GetAllClosestClimbablePointsAtLocation
// 0x0030 (0x0030 - 0x0000)
struct ClimbingComponent_GetAllClosestClimbablePointsAtLocation final
{
public:
struct FVector Location; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EClimbGatheringIntent gatheringIntent; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TArray<struct FClimbablePointData> ReturnValue; // 0x0020(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingComponent_GetAllClosestClimbablePointsAtLocation;
// Function Everholm.ClimbingComponent.OnLedgeClimbAlignmentFinished
// 0x0001 (0x0001 - 0x0000)
struct ClimbingComponent_OnLedgeClimbAlignmentFinished final
{
public:
EEndAlignmentResult endResult; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingComponent_OnLedgeClimbAlignmentFinished;
// Function Everholm.ClimbingComponent.TryLedgeClimb
// 0x0090 (0x0090 - 0x0000)
struct ClimbingComponent_TryLedgeClimb final
{
public:
struct FClimbablePointData Target; // 0x0000(0x0080)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
bool bIsImmediate; // 0x0080(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0081(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_82[0xE]; // 0x0082(0x000E)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_ClimbingComponent_TryLedgeClimb;
// Function Everholm.ClimbingComponent.TrySurfaceClimb
// 0x0090 (0x0090 - 0x0000)
struct ClimbingComponent_TrySurfaceClimb final
{
public:
struct FClimbablePointData climbTo; // 0x0000(0x0080)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0080(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_81[0xF]; // 0x0081(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_ClimbingComponent_TrySurfaceClimb;
// Function Everholm.ClimbingComponent.TrySurfaceClimbHandOver
// 0x0090 (0x0090 - 0x0000)
struct ClimbingComponent_TrySurfaceClimbHandOver final
{
public:
struct FClimbablePointData climbTo; // 0x0000(0x0080)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
bool isInitialClimbStep; // 0x0080(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_81[0x3]; // 0x0081(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Duration; // 0x0084(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EClimbingDirectionVertical Direction; // 0x0088(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EClimbingPose EndingPose; // 0x0089(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x008A(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8B[0x5]; // 0x008B(0x0005)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_ClimbingComponent_TrySurfaceClimbHandOver;
// Function Everholm.ClimbingComponent.GetClimbingIntent
// 0x0048 (0x0048 - 0x0000)
struct ClimbingComponent_GetClimbingIntent final
{
public:
struct FClimbingIntent ReturnValue; // 0x0000(0x0048)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingComponent_GetClimbingIntent;
// Function Everholm.ClimbingComponent.GetClimbingReference
// 0x0008 (0x0008 - 0x0000)
struct ClimbingComponent_GetClimbingReference final
{
public:
const class UObject* ReturnValue; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingComponent_GetClimbingReference;
// Function Everholm.ClimbingComponent.GetCustomClimbActionInstance
// 0x0020 (0x0020 - 0x0000)
struct ClimbingComponent_GetCustomClimbActionInstance final
{
public:
struct FAbstractEnum CustomAction; // 0x0000(0x000C)(ConstParm, Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
TArray<class UCustomClimbAction*> ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingComponent_GetCustomClimbActionInstance;
// Function Everholm.ClimbingComponent.GetHasClimbPointInReach
// 0x0001 (0x0001 - 0x0000)
struct ClimbingComponent_GetHasClimbPointInReach final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingComponent_GetHasClimbPointInReach;
// Function Everholm.ClimbingComponent.IsHanging
// 0x0001 (0x0001 - 0x0000)
struct ClimbingComponent_IsHanging final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingComponent_IsHanging;
// Function Everholm.ClimbingComponent.IsInDetectionArea
// 0x0028 (0x0028 - 0x0000)
struct ClimbingComponent_IsInDetectionArea final
{
public:
class UClimbDetectionArea* Area; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0020(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_ClimbingComponent_IsInDetectionArea;
// Function Everholm.ClimbingComponent.IsSurfaceClimbing
// 0x0001 (0x0001 - 0x0000)
struct ClimbingComponent_IsSurfaceClimbing final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingComponent_IsSurfaceClimbing;
// Function Everholm.ClimbingComponent.WantsToClimb
// 0x0001 (0x0001 - 0x0000)
struct ClimbingComponent_WantsToClimb final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbingComponent_WantsToClimb;
// Function Everholm.LedgeClimbChooserContext.Set
// 0x0058 (0x0058 - 0x0000)
struct LedgeClimbChooserContext_Set final
{
public:
class AEverholmCharacter* climbingCharacter; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool IsMovingOnGround; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool IsCrouching; // 0x0009(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool wantsToSprint; // 0x000A(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool isMovingUpwards; // 0x000B(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool isComingFromHoist; // 0x000C(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEverholmCharacterMovementMode MovementMode_0; // 0x000D(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ELedgeTraversalType traversalType_0; // 0x000E(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_F[0x1]; // 0x000F(0x0001)(Fixing Size After Last Property [ Dumper-7 ])
float heightDiff; // 0x0010(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float LedgeHeight_0; // 0x0014(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLedgeMetaData MetaData_0; // 0x0018(0x0004)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
ESuspenseThreatLevel threatLevel_0; // 0x001C(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ELedgeClimbState NextState_0; // 0x001D(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1E[0x2]; // 0x001E(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector alignmentOffset; // 0x0020(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float triggerRadius_0; // 0x0038(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector motionWarpingOffset; // 0x0040(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LedgeClimbChooserContext_Set;
// Function Everholm.LedgeHangChooserContext.Set
// 0x0010 (0x0010 - 0x0000)
struct LedgeHangChooserContext_Set final
{
public:
class AEverholmCharacter* climbingCharacter; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool isComingFromHoist; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ELedgeTraversalType traversalType_0; // 0x0009(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLedgeMetaData MetaData_0; // 0x000A(0x0004)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
ESuspenseThreatLevel threatLevel_0; // 0x000E(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_F[0x1]; // 0x000F(0x0001)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_LedgeHangChooserContext_Set;
// Function Everholm.SheepSkinVehicleActor.AreAllKidsUnderSkin
// 0x0001 (0x0001 - 0x0000)
struct SheepSkinVehicleActor_AreAllKidsUnderSkin final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SheepSkinVehicleActor_AreAllKidsUnderSkin;
// Function Everholm.SheepSkinVehicleActor.NPCEntered
// 0x0001 (0x0001 - 0x0000)
struct SheepSkinVehicleActor_NPCEntered final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SheepSkinVehicleActor_NPCEntered;
// Function Everholm.SheepSkinVehicleActor.NPCEnterUnderSkinEvent
// 0x0001 (0x0001 - 0x0000)
struct SheepSkinVehicleActor_NPCEnterUnderSkinEvent final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SheepSkinVehicleActor_NPCEnterUnderSkinEvent;
// Function Everholm.SheepSkinVehicleActor.NPCExitUnderSkinEvent
// 0x0001 (0x0001 - 0x0000)
struct SheepSkinVehicleActor_NPCExitUnderSkinEvent final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SheepSkinVehicleActor_NPCExitUnderSkinEvent;
// Function Everholm.SheepSkinVehicleActor.OnRep_NPCUnderSkinArray
// 0x0010 (0x0010 - 0x0000)
struct SheepSkinVehicleActor_OnRep_NPCUnderSkinArray final
{
public:
TArray<EPlayerPawnType> local_NPCUnderSkinArray; // 0x0000(0x0010)(Parm, ZeroConstructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SheepSkinVehicleActor_OnRep_NPCUnderSkinArray;
// Function Everholm.LedgeClimbExitChooserContext.Set
// 0x0028 (0x0028 - 0x0000)
struct LedgeClimbExitChooserContext_Set final
{
public:
class AEverholmCharacter* climbingCharacter; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool isComingFromHoist; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ELedgeTraversalType traversalType_0; // 0x0009(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLedgeMetaData MetaData_0; // 0x000A(0x0004)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
ESuspenseThreatLevel threatLevel_0; // 0x000E(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_F[0x1]; // 0x000F(0x0001)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector motionWarpingOffset; // 0x0010(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LedgeClimbExitChooserContext_Set;
// Function Everholm.InteractionComponentEventContext.OnInteract
// 0x0008 (0x0008 - 0x0000)
struct InteractionComponentEventContext_OnInteract final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_InteractionComponentEventContext_OnInteract;
// Function Everholm.InteractionComponentEventContext.OnInteractEnd
// 0x0010 (0x0010 - 0x0000)
struct InteractionComponentEventContext_OnInteractEnd final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInteractEndReason interactEndReason; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_InteractionComponentEventContext_OnInteractEnd;
// Function Everholm.InteractionComponentEventContext.OnInteractFailed
// 0x0008 (0x0008 - 0x0000)
struct InteractionComponentEventContext_OnInteractFailed final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_InteractionComponentEventContext_OnInteractFailed;
// Function Everholm.InteractionComponentEventContext.OnInteractFocus
// 0x0010 (0x0010 - 0x0000)
struct InteractionComponentEventContext_OnInteractFocus final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bHasFocus; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_InteractionComponentEventContext_OnInteractFocus;
// Function Everholm.InteractionComponentEventContext.OnPrepareEndInteraction
// 0x0010 (0x0010 - 0x0000)
struct InteractionComponentEventContext_OnPrepareEndInteraction final
{
public:
class AEverholmCharacter* interactor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInteractEndReason interactEndReason; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_InteractionComponentEventContext_OnPrepareEndInteraction;
// Function Everholm.InteractionComponentEventContext.OnPrepareStartInteraction
// 0x0008 (0x0008 - 0x0000)
struct InteractionComponentEventContext_OnPrepareStartInteraction final
{
public:
class AEverholmCharacter* interactor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_InteractionComponentEventContext_OnPrepareStartInteraction;
// Function Everholm.InteractionComponentEventContext.OnSharedEventTriggered
// 0x0008 (0x0008 - 0x0000)
struct InteractionComponentEventContext_OnSharedEventTriggered final
{
public:
class FName EventName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_InteractionComponentEventContext_OnSharedEventTriggered;
// Function Everholm.InteractionComponentEventContext.OnValueChanged
// 0x000C (0x000C - 0x0000)
struct InteractionComponentEventContext_OnValueChanged final
{
public:
ESharedInteractableValueID ID; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 NewValue; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsInitialization; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_InteractionComponentEventContext_OnValueChanged;
// Function Everholm.CustomClimbAction.ExecuteAction
// 0x00A0 (0x00A0 - 0x0000)
struct CustomClimbAction_ExecuteAction final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FClimbablePointData Target; // 0x0010(0x0080)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0090(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_91[0xF]; // 0x0091(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CustomClimbAction_ExecuteAction;
// Function Everholm.CustomClimbAction.GetClimbingComponent
// 0x0008 (0x0008 - 0x0000)
struct CustomClimbAction_GetClimbingComponent final
{
public:
class UClimbingComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CustomClimbAction_GetClimbingComponent;
// Function Everholm.CustomClimbAction.GetEverholmCharacterMovementComponent
// 0x0008 (0x0008 - 0x0000)
struct CustomClimbAction_GetEverholmCharacterMovementComponent final
{
public:
class UEverholmCharacterMovementComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CustomClimbAction_GetEverholmCharacterMovementComponent;
// Function Everholm.ClimbDetectionArea.GetPointOfQuery
// 0x0068 (0x0068 - 0x0000)
struct ClimbDetectionArea_GetPointOfQuery final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FClimbingIntent Intent; // 0x0008(0x0048)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0050(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ClimbDetectionArea_GetPointOfQuery;
// Function Everholm.EverholmHumbug.OnDetachFromTarget_Multicast
// 0x0018 (0x0018 - 0x0000)
struct EverholmHumbug_OnDetachFromTarget_Multicast final
{
public:
struct FVector DetachmentOffset; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_OnDetachFromTarget_Multicast;
// Function Everholm.EverholmHumbug.OnHitWallEnd
// 0x0008 (0x0008 - 0x0000)
struct EverholmHumbug_OnHitWallEnd final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_OnHitWallEnd;
// Function Everholm.EverholmHumbug.OnLerpingStart
// 0x0004 (0x0004 - 0x0000)
struct EverholmHumbug_OnLerpingStart final
{
public:
float TotalDuration; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_OnLerpingStart;
// Function Everholm.EverholmHumbug.OnPickupHumbugHit
// 0x0120 (0x0120 - 0x0000)
struct EverholmHumbug_OnPickupHumbugHit final
{
public:
class AActor* SelfActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OtherActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector NormalImpulse; // 0x0010(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FHitResult Hit; // 0x0028(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_OnPickupHumbugHit;
// Function Everholm.EverholmHumbug.OnPickupPickedUp
// 0x0010 (0x0010 - 0x0000)
struct EverholmHumbug_OnPickupPickedUp final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_OnPickupPickedUp;
// Function Everholm.EverholmHumbug.OnPickupPutDown
// 0x0010 (0x0010 - 0x0000)
struct EverholmHumbug_OnPickupPutDown final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_OnPickupPutDown;
// Function Everholm.EverholmHumbug.OnPickupThrown
// 0x0010 (0x0010 - 0x0000)
struct EverholmHumbug_OnPickupThrown final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_OnPickupThrown;
// Function Everholm.EverholmHumbug.OnProjectileStop
// 0x0108 (0x0108 - 0x0000)
struct EverholmHumbug_OnProjectileStop final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FHitResult ImpactResult; // 0x0010(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_OnProjectileStop;
// Function Everholm.EverholmHumbug.SetIsAttached
// 0x0001 (0x0001 - 0x0000)
struct EverholmHumbug_SetIsAttached final
{
public:
bool bInIsAttached; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_SetIsAttached;
// Function Everholm.EverholmHumbug.SetPacified
// 0x0001 (0x0001 - 0x0000)
struct EverholmHumbug_SetPacified final
{
public:
bool bInIsPacified; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_SetPacified;
// Function Everholm.EverholmHumbug.SetTargetLerpingInfo_Multicast
// 0x0010 (0x0010 - 0x0000)
struct EverholmHumbug_SetTargetLerpingInfo_Multicast final
{
public:
class UPrimitiveComponent* TargetComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName TargetSocket; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_SetTargetLerpingInfo_Multicast;
// Function Everholm.EverholmHumbug.UpdateHumbugCollision
// 0x0001 (0x0001 - 0x0000)
struct EverholmHumbug_UpdateHumbugCollision final
{
public:
EHumbugSimulationType SimulationType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_UpdateHumbugCollision;
// Function Everholm.EverholmHumbug.UpdateHumbugCollision_Multicast
// 0x0001 (0x0001 - 0x0000)
struct EverholmHumbug_UpdateHumbugCollision_Multicast final
{
public:
EHumbugSimulationType SimulationType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_UpdateHumbugCollision_Multicast;
// Function Everholm.EverholmHumbug.UpdateHumbugSimulation
// 0x0001 (0x0001 - 0x0000)
struct EverholmHumbug_UpdateHumbugSimulation final
{
public:
EHumbugSimulationType SimulationType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_UpdateHumbugSimulation;
// Function Everholm.EverholmHumbug.GetIsAttached
// 0x0001 (0x0001 - 0x0000)
struct EverholmHumbug_GetIsAttached final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_GetIsAttached;
// Function Everholm.EverholmHumbug.GetIsPacified
// 0x0001 (0x0001 - 0x0000)
struct EverholmHumbug_GetIsPacified final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_GetIsPacified;
// Function Everholm.EverholmHumbug.GetIsPickedUp
// 0x0001 (0x0001 - 0x0000)
struct EverholmHumbug_GetIsPickedUp final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_GetIsPickedUp;
// Function Everholm.EverholmHumbug.GetIsThrown
// 0x0001 (0x0001 - 0x0000)
struct EverholmHumbug_GetIsThrown final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmHumbug_GetIsThrown;
// Function Everholm.CompanionInteractionComponent.TryStopAllInteractors
// 0x0008 (0x0008 - 0x0000)
struct CompanionInteractionComponent_TryStopAllInteractors final
{
public:
class UEverholmInteractionComponent* specificInteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CompanionInteractionComponent_TryStopAllInteractors;
// Function Everholm.CompanionInteractionComponent.TryStopCompanionInteractor
// 0x0008 (0x0008 - 0x0000)
struct CompanionInteractionComponent_TryStopCompanionInteractor final
{
public:
class UEverholmInteractionComponent* specificInteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CompanionInteractionComponent_TryStopCompanionInteractor;
// Function Everholm.CompanionInteractionComponent.TryStopNPCKidInteractor
// 0x0010 (0x0010 - 0x0000)
struct CompanionInteractionComponent_TryStopNPCKidInteractor final
{
public:
EPlayerPawnType kidType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UEverholmInteractionComponent* specificInteractionComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CompanionInteractionComponent_TryStopNPCKidInteractor;
// Function Everholm.CompassWidget.GetFlatCameraForward
// 0x0018 (0x0018 - 0x0000)
struct CompassWidget_GetFlatCameraForward final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CompassWidget_GetFlatCameraForward;
// Function Everholm.CompassWidget.GetNorthVector
// 0x0018 (0x0018 - 0x0000)
struct CompassWidget_GetNorthVector final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CompassWidget_GetNorthVector;
// Function Everholm.CoOpBlueprintFunctionLibrary.AreAllPlayersAlive
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_AreAllPlayersAlive final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_AreAllPlayersAlive;
// Function Everholm.CoOpBlueprintFunctionLibrary.EverholmSessionStartedAsSinglePlayer
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_EverholmSessionStartedAsSinglePlayer final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_EverholmSessionStartedAsSinglePlayer;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetBoyController
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetBoyController final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetBoyController;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetBoyPlayerCharacter
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetBoyPlayerCharacter final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetBoyPlayerCharacter;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetBoyPlayerController
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetBoyPlayerController final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetBoyPlayerController;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetBoyReference
// 0x0020 (0x0020 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetBoyReference final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FPlayerReferenceData ReturnValue; // 0x0008(0x0014)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetBoyReference;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetCompanionAIController
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetCompanionAIController final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AAIController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetCompanionAIController;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetCompanionAIPlayerCharacter
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetCompanionAIPlayerCharacter final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetCompanionAIPlayerCharacter;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetControllers
// 0x0018 (0x0018 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetControllers final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class AController*> ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetControllers;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetEverholmBaseHUD
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetEverholmBaseHUD final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmBaseHUD* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetEverholmBaseHUD;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetEverholmGameMode
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetEverholmGameMode final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEVRGameMode ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetEverholmGameMode;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetEverholmPlayerController
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetEverholmPlayerController final
{
public:
class AEverholmPlayerCharacter* inCharacter; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetEverholmPlayerController;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetEverholmSessionMode
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetEverholmSessionMode final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEverholmSessionMode ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetEverholmSessionMode;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetFirstLocallyControlledPlayerCharacter
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetFirstLocallyControlledPlayerCharacter final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetFirstLocallyControlledPlayerCharacter;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetGirlController
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetGirlController final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetGirlController;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetGirlPlayerCharacter
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetGirlPlayerCharacter final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetGirlPlayerCharacter;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetGirlPlayerController
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetGirlPlayerController final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetGirlPlayerController;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetGirlReference
// 0x0020 (0x0020 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetGirlReference final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FPlayerReferenceData ReturnValue; // 0x0008(0x0014)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetGirlReference;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetHumanPlayerCount
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetHumanPlayerCount final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetHumanPlayerCount;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetLocalPlayer
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetLocalPlayer final
{
public:
const class APlayerController* InPlayerController; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class ULocalPlayer* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetLocalPlayer;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetNPCKidsCount
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetNPCKidsCount final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetNPCKidsCount;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetOtherPlayerCharacter
// 0x0018 (0x0018 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetOtherPlayerCharacter final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AEverholmPlayerCharacter* Player; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetOtherPlayerCharacter;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerCharacterByType
// 0x0018 (0x0018 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerCharacterByType final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerPawnType pawnType; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class AEverholmPlayerCharacter* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerCharacterByType;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerCharacterNearestLocation
// 0x0030 (0x0030 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerCharacterNearestLocation final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUse2DDistance; // 0x0020(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisregardCompanion; // 0x0021(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
class AEverholmPlayerCharacter* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerCharacterNearestLocation;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerCharacters
// 0x0018 (0x0018 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerCharacters final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class AEverholmPlayerCharacter*> ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerCharacters;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerControllers
// 0x0018 (0x0018 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerControllers final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class AEverholmPlayerController*> ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerControllers;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerManagerSubsystem
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerManagerSubsystem final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UEverholmPlayerManagerSubsystem* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerManagerSubsystem;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerOneController
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerOneController final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerOneController;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerOnePawn
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerOnePawn final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerOnePawn;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerOnePlayerCharacter
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerOnePlayerCharacter final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerOnePlayerCharacter;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerOnePlayerController
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerOnePlayerController final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerOnePlayerController;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerOnePlayerState
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerOnePlayerState final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerState* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerOnePlayerState;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerOneReference
// 0x0020 (0x0020 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerOneReference final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FPlayerReferenceData ReturnValue; // 0x0008(0x0014)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerOneReference;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayersCount
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayersCount final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayersCount;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerTwoController
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerTwoController final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerTwoController;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerTwoPawn
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerTwoPawn final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerTwoPawn;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerTwoPlayerCharacter
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerTwoPlayerCharacter final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerTwoPlayerCharacter;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerTwoPlayerController
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerTwoPlayerController final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerTwoPlayerController;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerTwoPlayerState
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerTwoPlayerState final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerState* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerTwoPlayerState;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetPlayerTwoReference
// 0x0020 (0x0020 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetPlayerTwoReference final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FPlayerReferenceData ReturnValue; // 0x0008(0x0014)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetPlayerTwoReference;
// Function Everholm.CoOpBlueprintFunctionLibrary.GetRegisteredPlayerCharacters
// 0x0018 (0x0018 - 0x0000)
struct CoOpBlueprintFunctionLibrary_GetRegisteredPlayerCharacters final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class AEverholmPlayerCharacter*> ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_GetRegisteredPlayerCharacters;
// Function Everholm.CoOpBlueprintFunctionLibrary.IsAnyPlayerByWater
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_IsAnyPlayerByWater final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_IsAnyPlayerByWater;
// Function Everholm.CoOpBlueprintFunctionLibrary.IsAnyPlayerDead
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_IsAnyPlayerDead final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_IsAnyPlayerDead;
// Function Everholm.CoOpBlueprintFunctionLibrary.IsCharacterNPC
// 0x0018 (0x0018 - 0x0000)
struct CoOpBlueprintFunctionLibrary_IsCharacterNPC final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* Character; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_IsCharacterNPC;
// Function Everholm.CoOpBlueprintFunctionLibrary.IsPawnTypeNPC
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_IsPawnTypeNPC final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerPawnType pawnType; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_IsPawnTypeNPC;
// Function Everholm.CoOpBlueprintFunctionLibrary.IsPlayerAlive
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_IsPlayerAlive final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerPawnType pawnType; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_IsPlayerAlive;
// Function Everholm.CoOpBlueprintFunctionLibrary.IsUsingUnifiedInventory
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_IsUsingUnifiedInventory final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_IsUsingUnifiedInventory;
// Function Everholm.CoOpBlueprintFunctionLibrary.ShouldDisableCheckpoints
// 0x0010 (0x0010 - 0x0000)
struct CoOpBlueprintFunctionLibrary_ShouldDisableCheckpoints final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_ShouldDisableCheckpoints;
// Function Everholm.CoOpBlueprintFunctionLibrary.TriggerOnLocalCharacterSpawn
// 0x0030 (0x0030 - 0x0000)
struct CoOpBlueprintFunctionLibrary_TriggerOnLocalCharacterSpawn final
{
public:
class UObject* WorldContext; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLatentActionInfo LatentInfo; // 0x0008(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic)
EPlayerPawnType pawnType; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class AEverholmPlayerCharacter* playerPawn; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_TriggerOnLocalCharacterSpawn;
// Function Everholm.CoOpBlueprintFunctionLibrary.WaitForPlayersSpawned
// 0x0020 (0x0020 - 0x0000)
struct CoOpBlueprintFunctionLibrary_WaitForPlayersSpawned final
{
public:
class UObject* WorldContext; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLatentActionInfo LatentInfo; // 0x0008(0x0018)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CoOpBlueprintFunctionLibrary_WaitForPlayersSpawned;
// Function Everholm.ShadowPlayerCamera.AddShadowActor
// 0x0030 (0x0030 - 0x0000)
struct ShadowPlayerCamera_AddShadowActor final
{
public:
struct FShadowActor ShadowActor; // 0x0000(0x0030)(Parm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ShadowPlayerCamera_AddShadowActor;
// Function Everholm.ShadowPlayerCamera.HandlePlayerEnterShadows
// 0x0008 (0x0008 - 0x0000)
struct ShadowPlayerCamera_HandlePlayerEnterShadows final
{
public:
class AEverholmPlayerCharacter* Player; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ShadowPlayerCamera_HandlePlayerEnterShadows;
// Function Everholm.ShadowPlayerCamera.HandlePlayerLeaveShadows
// 0x0008 (0x0008 - 0x0000)
struct ShadowPlayerCamera_HandlePlayerLeaveShadows final
{
public:
class AEverholmPlayerCharacter* Player; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ShadowPlayerCamera_HandlePlayerLeaveShadows;
// Function Everholm.ShadowPlayerCamera.OnShadowPickupStashed
// 0x0018 (0x0018 - 0x0000)
struct ShadowPlayerCamera_OnShadowPickupStashed final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsQuickStash; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class APickupBase* pickup; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ShadowPlayerCamera_OnShadowPickupStashed;
// Function Everholm.ShadowPlayerCamera.RemoveShadowActor
// 0x0008 (0x0008 - 0x0000)
struct ShadowPlayerCamera_RemoveShadowActor final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ShadowPlayerCamera_RemoveShadowActor;
// Function Everholm.ShadowPlayerCamera.GetDecalOffset
// 0x0018 (0x0018 - 0x0000)
struct ShadowPlayerCamera_GetDecalOffset final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ShadowPlayerCamera_GetDecalOffset;
// Function Everholm.ShadowPlayerCamera.GetPlayerDecal
// 0x0008 (0x0008 - 0x0000)
struct ShadowPlayerCamera_GetPlayerDecal final
{
public:
class UDecalComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ShadowPlayerCamera_GetPlayerDecal;
// Function Everholm.CopyPlayerActionComponent.IsActionListEmpty
// 0x0001 (0x0001 - 0x0000)
struct CopyPlayerActionComponent_IsActionListEmpty final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CopyPlayerActionComponent_IsActionListEmpty;
// Function Everholm.DamageInterface.TakeReplicatedDamage
// 0x0168 (0x0168 - 0x0000)
struct DamageInterface_TakeReplicatedDamage final
{
public:
const class UDamageType* DamageType; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector HitLocation; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector HitNormal; // 0x0020(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPrimitiveComponent* HitComponent; // 0x0038(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName BoneName; // 0x0040(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ShotFromDirection; // 0x0048(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmCharacter* InstigatedBy; // 0x0060(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* DamageCauser; // 0x0068(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FHitResult HitInfo; // 0x0070(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DamageInterface_TakeReplicatedDamage;
// Function Everholm.DemoMainMenu.OnEndPIE
// 0x0001 (0x0001 - 0x0000)
struct DemoMainMenu_OnEndPIE final
{
public:
bool bIsSimulating; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DemoMainMenu_OnEndPIE;
// Function Everholm.WeightedAverageFloatHintProcessor.GetRelevantHintValue
// 0x0070 (0x0070 - 0x0000)
struct WeightedAverageFloatHintProcessor_GetRelevantHintValue final
{
public:
const class ADirectedCameraHint_Base* hint; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FCameraHintInParameters Params_0; // 0x0008(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0068(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_6C[0x4]; // 0x006C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_WeightedAverageFloatHintProcessor_GetRelevantHintValue;
// Function Everholm.DirectedCameraPreview.BlueprintEditorTick
// 0x0004 (0x0004 - 0x0000)
struct DirectedCameraPreview_BlueprintEditorTick final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DirectedCameraPreview_BlueprintEditorTick;
// Function Everholm.DockBoatActor.SetDockpointActorOnBoat
// 0x0008 (0x0008 - 0x0000)
struct DockBoatActor_SetDockpointActorOnBoat final
{
public:
class ABoatVehicle* boat; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DockBoatActor_SetDockpointActorOnBoat;
// Function Everholm.DockCheckpointActor.GetDockBoatActorAtIndex
// 0x0010 (0x0010 - 0x0000)
struct DockCheckpointActor_GetDockBoatActorAtIndex final
{
public:
int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class ADockBoatActor* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DockCheckpointActor_GetDockBoatActorAtIndex;
// Function Everholm.DockCheckpointActor.GetCheckpointComponent
// 0x0008 (0x0008 - 0x0000)
struct DockCheckpointActor_GetCheckpointComponent final
{
public:
class UCheckpointComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DockCheckpointActor_GetCheckpointComponent;
// Function Everholm.SubtitleSystemBlueprintFunctionLibrary.GetSubtitleSystem
// 0x0010 (0x0010 - 0x0000)
struct SubtitleSystemBlueprintFunctionLibrary_GetSubtitleSystem final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class USubtitleSubsystem* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SubtitleSystemBlueprintFunctionLibrary_GetSubtitleSystem;
// Function Everholm.DraggablePushBoatComponent.AreAllGrabHelpersInWater
// 0x0001 (0x0001 - 0x0000)
struct DraggablePushBoatComponent_AreAllGrabHelpersInWater final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggablePushBoatComponent_AreAllGrabHelpersInWater;
// Function Everholm.DraggablePushBoatComponent.AreAllStabilizerPointsInWater
// 0x0001 (0x0001 - 0x0000)
struct DraggablePushBoatComponent_AreAllStabilizerPointsInWater final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggablePushBoatComponent_AreAllStabilizerPointsInWater;
// Function Everholm.DraggablePushBoatComponent.GetCurrentWaterBody
// 0x0008 (0x0008 - 0x0000)
struct DraggablePushBoatComponent_GetCurrentWaterBody final
{
public:
class AWaterBody* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggablePushBoatComponent_GetCurrentWaterBody;
// Function Everholm.DraggablePushBoatComponent.PrepareForEnterBoat
// 0x0001 (0x0001 - 0x0000)
struct DraggablePushBoatComponent_PrepareForEnterBoat final
{
public:
bool bEnteringBoat; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggablePushBoatComponent_PrepareForEnterBoat;
// Function Everholm.DraggablePushBoatComponent.SetLaunchRotationScalar
// 0x0004 (0x0004 - 0x0000)
struct DraggablePushBoatComponent_SetLaunchRotationScalar final
{
public:
float rotScalar; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggablePushBoatComponent_SetLaunchRotationScalar;
// Function Everholm.DraggablePushBoatComponent.SetLaunchVelocityScalar
// 0x0004 (0x0004 - 0x0000)
struct DraggablePushBoatComponent_SetLaunchVelocityScalar final
{
public:
float velScalar; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggablePushBoatComponent_SetLaunchVelocityScalar;
// Function Everholm.DraggingMovementMode.SetTargetAnimationIntent
// 0x0018 (0x0018 - 0x0000)
struct DraggingMovementMode_SetTargetAnimationIntent final
{
public:
struct FVector Intent; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggingMovementMode_SetTargetAnimationIntent;
// Function Everholm.DraggingMovementMode.GetCurrentDraggable
// 0x0008 (0x0008 - 0x0000)
struct DraggingMovementMode_GetCurrentDraggable final
{
public:
class UDraggableComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggingMovementMode_GetCurrentDraggable;
// Function Everholm.DraggingMovementMode.GetCurrentGrabHelper
// 0x0008 (0x0008 - 0x0000)
struct DraggingMovementMode_GetCurrentGrabHelper final
{
public:
class UGrabHelperComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggingMovementMode_GetCurrentGrabHelper;
// Function Everholm.DraggingMovementMode.GetCurrentlyDraggedObject
// 0x0008 (0x0008 - 0x0000)
struct DraggingMovementMode_GetCurrentlyDraggedObject final
{
public:
class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggingMovementMode_GetCurrentlyDraggedObject;
// Function Everholm.DraggingMovementMode.GetDraggableDraggerRequirements
// 0x0001 (0x0001 - 0x0000)
struct DraggingMovementMode_GetDraggableDraggerRequirements final
{
public:
EDraggerRequirements ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_DraggingMovementMode_GetDraggableDraggerRequirements;
// Function Everholm.MoverBaseActor.LevelOffsetAdded
// 0x0018 (0x0018 - 0x0000)
struct MoverBaseActor_LevelOffsetAdded final
{
public:
struct FVector Offset; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MoverBaseActor_LevelOffsetAdded;
// Function Everholm.EnvQueryGenerator_ComponentBase.AddGeneratedComponent
// 0x0008 (0x0008 - 0x0000)
struct EnvQueryGenerator_ComponentBase_AddGeneratedComponent final
{
public:
class UActorComponent* generatedComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryGenerator_ComponentBase_AddGeneratedComponent;
// Function Everholm.EnvQueryGenerator_ComponentBase.DoItemGeneration
// 0x0010 (0x0010 - 0x0000)
struct EnvQueryGenerator_ComponentBase_DoItemGeneration final
{
public:
TArray<struct FVector> ContextLocations; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryGenerator_ComponentBase_DoItemGeneration;
// Function Everholm.EnvQueryGenerator_ComponentBase.GetQuerier
// 0x0008 (0x0008 - 0x0000)
struct EnvQueryGenerator_ComponentBase_GetQuerier final
{
public:
class UObject* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryGenerator_ComponentBase_GetQuerier;
// Function Everholm.EverholmAIBlueprintLibrary.DisplayAIDebugInfoOnPawn
// 0x0020 (0x0020 - 0x0000)
struct EverholmAIBlueprintLibrary_DisplayAIDebugInfoOnPawn final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float textZOffset; // 0x0008(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FColor Color; // 0x000C(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString additionalDebugText; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_DisplayAIDebugInfoOnPawn;
// Function Everholm.EverholmAIBlueprintLibrary.ForceDetectKids
// 0x0038 (0x0038 - 0x0000)
struct EverholmAIBlueprintLibrary_ForceDetectKids final
{
public:
const class UObject* Instigator; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag ForcedPerceivabilityGameplayTag; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float detectionRadiusAroundCompanion; // 0x0010(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
TArray<class AActor*> ignoredActors; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
class AActor* detectionContext; // 0x0028(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool alsoDetectNPCKids; // 0x0030(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_ForceDetectKids;
// Function Everholm.EverholmAIBlueprintLibrary.ForceForgetKids
// 0x0018 (0x0018 - 0x0000)
struct EverholmAIBlueprintLibrary_ForceForgetKids final
{
public:
const class UObject* Instigator; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag ForcedPerceivabilityGameplayTag; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool alsoForgetNPCKids; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_ForceForgetKids;
// Function Everholm.EverholmAIBlueprintLibrary.GetAIAlertState
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_GetAIAlertState final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIAlertState ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_GetAIAlertState;
// Function Everholm.EverholmAIBlueprintLibrary.GetAIAlertStateAnalyzer
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_GetAIAlertStateAnalyzer final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAIAlertStateAnalyzer* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_GetAIAlertStateAnalyzer;
// Function Everholm.EverholmAIBlueprintLibrary.GetAllNPCKidsFollowingPlayer
// 0x0020 (0x0020 - 0x0000)
struct EverholmAIBlueprintLibrary_GetAllNPCKidsFollowingPlayer final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* Player; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class AEverholmPlayerCharacter*> ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_GetAllNPCKidsFollowingPlayer;
// Function Everholm.EverholmAIBlueprintLibrary.GetBestInteractionInArray
// 0x0030 (0x0030 - 0x0000)
struct EverholmAIBlueprintLibrary_GetBestInteractionInArray final
{
public:
TArray<class UEverholmInteractionComponent*> interactionCandidates; // 0x0000(0x0010)(Parm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
class APawn* Initiator; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UTarsierAINavigator* Navigator; // 0x0018(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUseGameplayTags; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bRequireValidPath; // 0x0021(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_22[0x6]; // 0x0022(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
class UEverholmInteractionComponent* ReturnValue; // 0x0028(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_GetBestInteractionInArray;
// Function Everholm.EverholmAIBlueprintLibrary.GetCompanionsFollowingPlayer
// 0x0020 (0x0020 - 0x0000)
struct EverholmAIBlueprintLibrary_GetCompanionsFollowingPlayer final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* Player; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class AEverholmPlayerCharacter*> ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_GetCompanionsFollowingPlayer;
// Function Everholm.EverholmAIBlueprintLibrary.GetDistanceToClosestIdentifiableKids
// 0x0028 (0x0028 - 0x0000)
struct EverholmAIBlueprintLibrary_GetDistanceToClosestIdentifiableKids final
{
public:
class UWorld* World; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AEverholmCharacter* queryActor; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool excludeNonTargetable; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool sortOutput; // 0x0011(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
TArray<struct FTargetDistances> ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_GetDistanceToClosestIdentifiableKids;
// Function Everholm.EverholmAIBlueprintLibrary.GetFollowActorCloselyState
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_GetFollowActorCloselyState final
{
public:
const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_GetFollowActorCloselyState;
// Function Everholm.EverholmAIBlueprintLibrary.GetFollowActorState
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_GetFollowActorState final
{
public:
const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_GetFollowActorState;
// Function Everholm.EverholmAIBlueprintLibrary.GetHandholdingState
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_GetHandholdingState final
{
public:
const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_GetHandholdingState;
// Function Everholm.EverholmAIBlueprintLibrary.GetPreviousAIAlertState
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_GetPreviousAIAlertState final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIAlertState ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_GetPreviousAIAlertState;
// Function Everholm.EverholmAIBlueprintLibrary.GetQueryResultsAsComponents
// 0x0020 (0x0020 - 0x0000)
struct EverholmAIBlueprintLibrary_GetQueryResultsAsComponents final
{
public:
class UEnvQueryInstanceBlueprintWrapper* QueryInstance; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class UActorComponent*> resultComponents; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_GetQueryResultsAsComponents;
// Function Everholm.EverholmAIBlueprintLibrary.HasActorInAIChalkboard
// 0x0118 (0x0118 - 0x0000)
struct EverholmAIBlueprintLibrary_HasActorInAIChalkboard final
{
public:
const class UAIChalkboardWrapper* BrainChalkboard; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FChalkboardSectionKey sectionKey; // 0x0008(0x0108)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0110(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_111[0x7]; // 0x0111(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_HasActorInAIChalkboard;
// Function Everholm.EverholmAIBlueprintLibrary.IsAIAlertState
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_IsAIAlertState final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIAlertState State; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_IsAIAlertState;
// Function Everholm.EverholmAIBlueprintLibrary.IsCompanionCharacterFollowingPlayer
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_IsCompanionCharacterFollowingPlayer final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerPawnType pawnType; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_IsCompanionCharacterFollowingPlayer;
// Function Everholm.EverholmAIBlueprintLibrary.IsInteractionAvailable
// 0x0018 (0x0018 - 0x0000)
struct EverholmAIBlueprintLibrary_IsInteractionAvailable final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* Initiator; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUseGameplayTags; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0011(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_IsInteractionAvailable;
// Function Everholm.EverholmAIBlueprintLibrary.IsInteractionReachable
// 0x0020 (0x0020 - 0x0000)
struct EverholmAIBlueprintLibrary_IsInteractionReachable final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* Initiator; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UTarsierAINavigator* Navigator; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0018(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_IsInteractionReachable;
// Function Everholm.EverholmAIBlueprintLibrary.IsPreviousAIAlertState
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_IsPreviousAIAlertState final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIAlertState State; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_IsPreviousAIAlertState;
// Function Everholm.EverholmAIBlueprintLibrary.OverrideAIAlertState
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_OverrideAIAlertState final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIAlertState State; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_OverrideAIAlertState;
// Function Everholm.EverholmAIBlueprintLibrary.OverrideNoiseStrengthToIdentify
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_OverrideNoiseStrengthToIdentify final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float noiseStrength; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_OverrideNoiseStrengthToIdentify;
// Function Everholm.EverholmAIBlueprintLibrary.ResetNoiseStrengthToIdentify
// 0x0008 (0x0008 - 0x0000)
struct EverholmAIBlueprintLibrary_ResetNoiseStrengthToIdentify final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_ResetNoiseStrengthToIdentify;
// Function Everholm.EverholmAIBlueprintLibrary.RoundDegreesToCircleIndex
// 0x0008 (0x0008 - 0x0000)
struct EverholmAIBlueprintLibrary_RoundDegreesToCircleIndex final
{
public:
float Angle; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_RoundDegreesToCircleIndex;
// Function Everholm.EverholmAIBlueprintLibrary.ScriptedDetection
// 0x0030 (0x0030 - 0x0000)
struct EverholmAIBlueprintLibrary_ScriptedDetection final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* TargetActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0010(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EOnScriptedDetectionType detectionType; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_ScriptedDetection;
// Function Everholm.EverholmAIBlueprintLibrary.ScriptedDetectionWithinRadius
// 0x0038 (0x0038 - 0x0000)
struct EverholmAIBlueprintLibrary_ScriptedDetectionWithinRadius final
{
public:
class AActor* TargetActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAILocationUnion searchLocation; // 0x0008(0x0028)(Parm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
float detectionRadius; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EOnScriptedDetectionType detectionType; // 0x0034(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bFilterOutAlertedAIs; // 0x0035(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_36[0x2]; // 0x0036(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_ScriptedDetectionWithinRadius;
// Function Everholm.EverholmAIBlueprintLibrary.SendCompanionInteractWithActorOrder
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_SendCompanionInteractWithActorOrder final
{
public:
class AActor* orderInteractionActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* WorldContextObject; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_SendCompanionInteractWithActorOrder;
// Function Everholm.EverholmAIBlueprintLibrary.SendCompanionInteractWithComponentOrder
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_SendCompanionInteractWithComponentOrder final
{
public:
class UEverholmInteractionComponent* orderInteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* WorldContextObject; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_SendCompanionInteractWithComponentOrder;
// Function Everholm.EverholmAIBlueprintLibrary.SendInteractWithActorOrder
// 0x0018 (0x0018 - 0x0000)
struct EverholmAIBlueprintLibrary_SendInteractWithActorOrder final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class AActor* orderInteractionActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* WorldContextObject; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_SendInteractWithActorOrder;
// Function Everholm.EverholmAIBlueprintLibrary.SendInteractWithComponentOrder
// 0x0018 (0x0018 - 0x0000)
struct EverholmAIBlueprintLibrary_SendInteractWithComponentOrder final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UEverholmInteractionComponent* orderInteractionComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* WorldContextObject; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_SendInteractWithComponentOrder;
// Function Everholm.EverholmAIBlueprintLibrary.SetCompanionFollowState
// 0x0018 (0x0018 - 0x0000)
struct EverholmAIBlueprintLibrary_SetCompanionFollowState final
{
public:
bool bShouldFollow; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UObject* WorldContextObject; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UObject* optionalInstigator; // 0x0010(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_SetCompanionFollowState;
// Function Everholm.EverholmAIBlueprintLibrary.SetFollowActorCloselyState
// 0x0018 (0x0018 - 0x0000)
struct EverholmAIBlueprintLibrary_SetFollowActorCloselyState final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UObject* Instigator; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bShouldFollowClosely; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_SetFollowActorCloselyState;
// Function Everholm.EverholmAIBlueprintLibrary.SetFollowActorState
// 0x0018 (0x0018 - 0x0000)
struct EverholmAIBlueprintLibrary_SetFollowActorState final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UObject* Instigator; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bShouldFollow; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_SetFollowActorState;
// Function Everholm.EverholmAIBlueprintLibrary.SetHandholdingState
// 0x0018 (0x0018 - 0x0000)
struct EverholmAIBlueprintLibrary_SetHandholdingState final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UObject* Instigator; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bShouldHoldHands; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_SetHandholdingState;
// Function Everholm.EverholmAIBlueprintLibrary.SetNPCKidFollowState
// 0x0018 (0x0018 - 0x0000)
struct EverholmAIBlueprintLibrary_SetNPCKidFollowState final
{
public:
bool bShouldFollow; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerPawnType pawnType; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_2[0x6]; // 0x0002(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
class UObject* WorldContextObject; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UObject* optionalInstigator; // 0x0010(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_SetNPCKidFollowState;
// Function Everholm.EverholmAIBlueprintLibrary.StopCurrentActionOrder
// 0x0008 (0x0008 - 0x0000)
struct EverholmAIBlueprintLibrary_StopCurrentActionOrder final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_StopCurrentActionOrder;
// Function Everholm.EverholmAIBlueprintLibrary.StopStartAction
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_StopStartAction final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAIChalkboardWrapper* BrainChalkboard; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_StopStartAction;
// Function Everholm.EverholmAIBlueprintLibrary.TryDropPickup
// 0x0010 (0x0010 - 0x0000)
struct EverholmAIBlueprintLibrary_TryDropPickup final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAIChalkboardWrapper* BrainChalkboard; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAIBlueprintLibrary_TryDropPickup;
// Function Everholm.UseItemAbilityComponent.OnLedgeClimbingChanged
// 0x0008 (0x0008 - 0x0000)
struct UseItemAbilityComponent_OnLedgeClimbingChanged final
{
public:
bool bIsClimbing; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float ledgeHeightAfterAlignment; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_UseItemAbilityComponent_OnLedgeClimbingChanged;
// Function Everholm.UseItemAbilityComponent.OnPickupStateChanged
// 0x0002 (0x0002 - 0x0000)
struct UseItemAbilityComponent_OnPickupStateChanged final
{
public:
EPickupState PreviousPickupState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPickupState NewPickupState; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_UseItemAbilityComponent_OnPickupStateChanged;
// Function Everholm.UseItemAbilityComponent.OnSurfaceClimbingChanged
// 0x0001 (0x0001 - 0x0000)
struct UseItemAbilityComponent_OnSurfaceClimbingChanged final
{
public:
bool bIsClimbing; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_UseItemAbilityComponent_OnSurfaceClimbingChanged;
// Function Everholm.UseItemAbilityComponent.GetPickup
// 0x0008 (0x0008 - 0x0000)
struct UseItemAbilityComponent_GetPickup final
{
public:
class APickupBase* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_UseItemAbilityComponent_GetPickup;
// Function Everholm.ThrowItemAbilityComponent.HandleImpactFieldSpawned
// 0x0008 (0x0008 - 0x0000)
struct ThrowItemAbilityComponent_HandleImpactFieldSpawned final
{
public:
class AFieldSystemActor* impactField; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_HandleImpactFieldSpawned;
// Function Everholm.ThrowItemAbilityComponent.HandlePickupHolderChanged
// 0x0008 (0x0008 - 0x0000)
struct ThrowItemAbilityComponent_HandlePickupHolderChanged final
{
public:
class AActor* newHolder; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_HandlePickupHolderChanged;
// Function Everholm.ThrowItemAbilityComponent.HandlePickupLanded
// 0x0108 (0x0108 - 0x0000)
struct ThrowItemAbilityComponent_HandlePickupLanded final
{
public:
class AEverholmCharacter* throwInitiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FHitResult ImpactResult; // 0x0010(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_HandlePickupLanded;
// Function Everholm.ThrowItemAbilityComponent.HandlePickupPhysicsSettled
// 0x0010 (0x0010 - 0x0000)
struct ThrowItemAbilityComponent_HandlePickupPhysicsSettled final
{
public:
class AEverholmCharacter* throwInitiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_HandlePickupPhysicsSettled;
// Function Everholm.ThrowItemAbilityComponent.HandlePickupThrown
// 0x0010 (0x0010 - 0x0000)
struct ThrowItemAbilityComponent_HandlePickupThrown final
{
public:
class AEverholmCharacter* throwInitiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_HandlePickupThrown;
// Function Everholm.ThrowItemAbilityComponent.OnThrowOverlap
// 0x0118 (0x0118 - 0x0000)
struct ThrowItemAbilityComponent_OnThrowOverlap final
{
public:
class UPrimitiveComponent* OverlappedComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OtherActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPrimitiveComponent* OtherComp; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 OtherBodyIndex; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bFromSweep; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1D[0x3]; // 0x001D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FHitResult SweepResult; // 0x0020(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_OnThrowOverlap;
// Function Everholm.ThrowItemAbilityComponent.SetOverrideThrowDirection
// 0x0018 (0x0018 - 0x0000)
struct ThrowItemAbilityComponent_SetOverrideThrowDirection final
{
public:
struct FVector throwVec; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_SetOverrideThrowDirection;
// Function Everholm.ThrowItemAbilityComponent.SpawnWaterImpact
// 0x0018 (0x0018 - 0x0000)
struct ThrowItemAbilityComponent_SpawnWaterImpact final
{
public:
struct FVector ImpactLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_SpawnWaterImpact;
// Function Everholm.ThrowItemAbilityComponent.CalculateThrowStartPosition
// 0x0018 (0x0018 - 0x0000)
struct ThrowItemAbilityComponent_CalculateThrowStartPosition final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_CalculateThrowStartPosition;
// Function Everholm.ThrowItemAbilityComponent.GetLastFoundThrowTarget
// 0x0010 (0x0010 - 0x0000)
struct ThrowItemAbilityComponent_GetLastFoundThrowTarget final
{
public:
bool bCallFindTarget; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UTargetComponent* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_GetLastFoundThrowTarget;
// Function Everholm.ThrowItemAbilityComponent.GetThrowInstigator
// 0x0008 (0x0008 - 0x0000)
struct ThrowItemAbilityComponent_GetThrowInstigator final
{
public:
class AEverholmCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_GetThrowInstigator;
// Function Everholm.ThrowItemAbilityComponent.GetThrowPositionOffset
// 0x0018 (0x0018 - 0x0000)
struct ThrowItemAbilityComponent_GetThrowPositionOffset final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_GetThrowPositionOffset;
// Function Everholm.ThrowItemAbilityComponent.IsPickupHarpoon
// 0x0001 (0x0001 - 0x0000)
struct ThrowItemAbilityComponent_IsPickupHarpoon final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_IsPickupHarpoon;
// Function Everholm.ThrowItemAbilityComponent.IsThrowObstructed
// 0x0001 (0x0001 - 0x0000)
struct ThrowItemAbilityComponent_IsThrowObstructed final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowItemAbilityComponent_IsThrowObstructed;
// Function Everholm.EverholmAISystem.OverrideCompanionFollowDistance
// 0x0008 (0x0008 - 0x0000)
struct EverholmAISystem_OverrideCompanionFollowDistance final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float DesiredDistance; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_OverrideCompanionFollowDistance;
// Function Everholm.EverholmAISystem.OverrideCompanionFollowYawOffset
// 0x0008 (0x0008 - 0x0000)
struct EverholmAISystem_OverrideCompanionFollowYawOffset final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float desiredYawOffset; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_OverrideCompanionFollowYawOffset;
// Function Everholm.EverholmAISystem.OverrideFixedFollowSpeed
// 0x0008 (0x0008 - 0x0000)
struct EverholmAISystem_OverrideFixedFollowSpeed final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float desiredFixedFollowSpeed; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_OverrideFixedFollowSpeed;
// Function Everholm.EverholmAISystem.OverrideStandStillLeewayDistance
// 0x0008 (0x0008 - 0x0000)
struct EverholmAISystem_OverrideStandStillLeewayDistance final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float desiredLeewayDistance; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_OverrideStandStillLeewayDistance;
// Function Everholm.EverholmAISystem.ResetCompanionFollowDistanceOverride
// 0x0001 (0x0001 - 0x0000)
struct EverholmAISystem_ResetCompanionFollowDistanceOverride final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_ResetCompanionFollowDistanceOverride;
// Function Everholm.EverholmAISystem.ResetCompanionFollowYawOffsetOverride
// 0x0001 (0x0001 - 0x0000)
struct EverholmAISystem_ResetCompanionFollowYawOffsetOverride final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_ResetCompanionFollowYawOffsetOverride;
// Function Everholm.EverholmAISystem.ResetFixedFollowSpeed
// 0x0001 (0x0001 - 0x0000)
struct EverholmAISystem_ResetFixedFollowSpeed final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_ResetFixedFollowSpeed;
// Function Everholm.EverholmAISystem.ResetStandStillLeewayDistance
// 0x0001 (0x0001 - 0x0000)
struct EverholmAISystem_ResetStandStillLeewayDistance final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_ResetStandStillLeewayDistance;
// Function Everholm.EverholmAISystem.GetCompanionFixedFollowSpeedOverride
// 0x000C (0x000C - 0x0000)
struct EverholmAISystem_GetCompanionFixedFollowSpeedOverride final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
TOptional<float> ReturnValue; // 0x0004(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_GetCompanionFixedFollowSpeedOverride;
// Function Everholm.EverholmAISystem.GetCompanionFollowDistance
// 0x0008 (0x0008 - 0x0000)
struct EverholmAISystem_GetCompanionFollowDistance final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_GetCompanionFollowDistance;
// Function Everholm.EverholmAISystem.GetCompanionFollowYawOffset
// 0x0008 (0x0008 - 0x0000)
struct EverholmAISystem_GetCompanionFollowYawOffset final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_GetCompanionFollowYawOffset;
// Function Everholm.EverholmAISystem.GetCompanionFollowYawOffsetOverride
// 0x000C (0x000C - 0x0000)
struct EverholmAISystem_GetCompanionFollowYawOffsetOverride final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
TOptional<float> ReturnValue; // 0x0004(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_GetCompanionFollowYawOffsetOverride;
// Function Everholm.EverholmAISystem.GetStandStillLeewayDistance
// 0x0008 (0x0008 - 0x0000)
struct EverholmAISystem_GetStandStillLeewayDistance final
{
public:
EPlayerPawnType pawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAISystem_GetStandStillLeewayDistance;
// Function Everholm.EverholmAnimationRelayComponent.ApplyAnimationSet
// 0x0008 (0x0008 - 0x0000)
struct EverholmAnimationRelayComponent_ApplyAnimationSet final
{
public:
const class UAnimationSet* AnimationSet; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAnimationRelayComponent_ApplyAnimationSet;
// Function Everholm.EverholmAnimationRelayComponent.RemoveAnimationSet
// 0x0008 (0x0008 - 0x0000)
struct EverholmAnimationRelayComponent_RemoveAnimationSet final
{
public:
const class UAnimationSet* AnimationSet; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmAnimationRelayComponent_RemoveAnimationSet;
// Function Everholm.TelemetrySubsystem.CanLog
// 0x0001 (0x0001 - 0x0000)
struct TelemetrySubsystem_CanLog final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TelemetrySubsystem_CanLog;
// Function Everholm.TelemetrySubsystem.IsTelemetryInitialized
// 0x0001 (0x0001 - 0x0000)
struct TelemetrySubsystem_IsTelemetryInitialized final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TelemetrySubsystem_IsTelemetryInitialized;
// Function Everholm.TelemetrySubsystem.IsTelemetryUserEnabled
// 0x0001 (0x0001 - 0x0000)
struct TelemetrySubsystem_IsTelemetryUserEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TelemetrySubsystem_IsTelemetryUserEnabled;
// Function Everholm.TelemetrySubsystem.LogBoatCollided
// 0x0040 (0x0040 - 0x0000)
struct TelemetrySubsystem_LogBoatCollided final
{
public:
class FString collidedWith; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLogEventLocation Location; // 0x0010(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0038(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogBoatCollided;
// Function Everholm.TelemetrySubsystem.LogCallInvoked
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogCallInvoked final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogCallInvoked;
// Function Everholm.TelemetrySubsystem.LogClimbedLedge
// 0x0040 (0x0040 - 0x0000)
struct TelemetrySubsystem_LogClimbedLedge final
{
public:
class FString ledgeName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLogEventLocation Location; // 0x0010(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0038(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogClimbedLedge;
// Function Everholm.TelemetrySubsystem.LogCompanionAntiStuck
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogCompanionAntiStuck final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogCompanionAntiStuck;
// Function Everholm.TelemetrySubsystem.LogCrouchStarted
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogCrouchStarted final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogCrouchStarted;
// Function Everholm.TelemetrySubsystem.LogDisconnect
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogDisconnect final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
int32 disconnectReason; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x002C(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_2D[0x3]; // 0x002D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogDisconnect;
// Function Everholm.TelemetrySubsystem.LogFallOffPrevented
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogFallOffPrevented final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogFallOffPrevented;
// Function Everholm.TelemetrySubsystem.LogFinishedDemo
// 0x0001 (0x0001 - 0x0000)
struct TelemetrySubsystem_LogFinishedDemo final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogFinishedDemo;
// Function Everholm.TelemetrySubsystem.LogFoundMask
// 0x0018 (0x0018 - 0x0000)
struct TelemetrySubsystem_LogFoundMask final
{
public:
class FString maskName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogFoundMask;
// Function Everholm.TelemetrySubsystem.LogInvokedPauseMenu
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogInvokedPauseMenu final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogInvokedPauseMenu;
// Function Everholm.TelemetrySubsystem.LogJumped
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogJumped final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogJumped;
// Function Everholm.TelemetrySubsystem.LogLanded
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogLanded final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogLanded;
// Function Everholm.TelemetrySubsystem.LogLongIdled
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogLongIdled final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogLongIdled;
// Function Everholm.TelemetrySubsystem.LogMapAccessed
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogMapAccessed final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogMapAccessed;
// Function Everholm.TelemetrySubsystem.LogPlayerDied
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogPlayerDied final
{
public:
class FString deathReason; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString killer; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class ACharacter* Character; // 0x0020(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogPlayerDied;
// Function Everholm.TelemetrySubsystem.LogReloadedCheckpoint
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogReloadedCheckpoint final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogReloadedCheckpoint;
// Function Everholm.TelemetrySubsystem.LogSessionHeartbeat
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogSessionHeartbeat final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogSessionHeartbeat;
// Function Everholm.TelemetrySubsystem.LogSessionStart
// 0x0003 (0x0003 - 0x0000)
struct TelemetrySubsystem_LogSessionStart final
{
public:
ESessionMode SessionMode; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool crossPlay; // 0x0001(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogSessionStart;
// Function Everholm.TelemetrySubsystem.LogSlideStarted
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogSlideStarted final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogSlideStarted;
// Function Everholm.TelemetrySubsystem.LogSprintStarted
// 0x0030 (0x0030 - 0x0000)
struct TelemetrySubsystem_LogSprintStarted final
{
public:
struct FLogEventLocation Location; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogSprintStarted;
// Function Everholm.TelemetrySubsystem.LogStashedItem
// 0x0040 (0x0040 - 0x0000)
struct TelemetrySubsystem_LogStashedItem final
{
public:
class FString ItemName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLogEventLocation Location; // 0x0010(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0038(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogStashedItem;
// Function Everholm.TelemetrySubsystem.LogTestInfo
// 0x0018 (0x0018 - 0x0000)
struct TelemetrySubsystem_LogTestInfo final
{
public:
class FString TestString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogTestInfo;
// Function Everholm.TelemetrySubsystem.LogUnstashedItem
// 0x0040 (0x0040 - 0x0000)
struct TelemetrySubsystem_LogUnstashedItem final
{
public:
class FString ItemName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLogEventLocation Location; // 0x0010(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0038(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_39[0x7]; // 0x0039(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogUnstashedItem;
// Function Everholm.TelemetrySubsystem.LogWeaponUsed
// 0x0050 (0x0050 - 0x0000)
struct TelemetrySubsystem_LogWeaponUsed final
{
public:
class FString weaponName; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString TargetName; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLogEventLocation Location; // 0x0020(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0048(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TelemetrySubsystem_LogWeaponUsed;
// Function Everholm.TelemetrySubsystem.OnNetworkSessionManagerFailure
// 0x0001 (0x0001 - 0x0000)
struct TelemetrySubsystem_OnNetworkSessionManagerFailure final
{
public:
ENetworkSessionManagerFailType FailureType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TelemetrySubsystem_OnNetworkSessionManagerFailure;
// Function Everholm.EverholmBaseHUD.BP_OnPauseMenuStateChanged
// 0x0001 (0x0001 - 0x0000)
struct EverholmBaseHUD_BP_OnPauseMenuStateChanged final
{
public:
bool showing; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_BP_OnPauseMenuStateChanged;
// Function Everholm.EverholmBaseHUD.BP_ShowControllerDisconnectMessage
// 0x0004 (0x0004 - 0x0000)
struct EverholmBaseHUD_BP_ShowControllerDisconnectMessage final
{
public:
struct FInputDeviceId DeviceID; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_BP_ShowControllerDisconnectMessage;
// Function Everholm.EverholmBaseHUD.HidePauseMenuWidget
// 0x0010 (0x0010 - 0x0000)
struct EverholmBaseHUD_HidePauseMenuWidget final
{
public:
class APlayerState* pausingPlayerState; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPauseReason pauseReason; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmBaseHUD_HidePauseMenuWidget;
// Function Everholm.EverholmBaseHUD.OnPlayerSpawned
// 0x0008 (0x0008 - 0x0000)
struct EverholmBaseHUD_OnPlayerSpawned final
{
public:
class APlayerController* NewController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_OnPlayerSpawned;
// Function Everholm.EverholmBaseHUD.OnPossessedPawnChanged
// 0x0010 (0x0010 - 0x0000)
struct EverholmBaseHUD_OnPossessedPawnChanged final
{
public:
class APawn* OldPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* NewPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_OnPossessedPawnChanged;
// Function Everholm.EverholmBaseHUD.OnPromptSelected
// 0x0001 (0x0001 - 0x0000)
struct EverholmBaseHUD_OnPromptSelected final
{
public:
bool Selected; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_OnPromptSelected;
// Function Everholm.EverholmBaseHUD.PopCurrentWidget
// 0x0001 (0x0001 - 0x0000)
struct EverholmBaseHUD_PopCurrentWidget final
{
public:
EUILayer Layer; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_PopCurrentWidget;
// Function Everholm.EverholmBaseHUD.ShouldShowDebugHUD
// 0x0001 (0x0001 - 0x0000)
struct EverholmBaseHUD_ShouldShowDebugHUD final
{
public:
bool ReturnValue; // 0x0000(0x0001)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShouldShowDebugHUD;
// Function Everholm.EverholmBaseHUD.ShowErrorMessage
// 0x0001 (0x0001 - 0x0000)
struct EverholmBaseHUD_ShowErrorMessage final
{
public:
EEverholmErrorMessageType Type; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShowErrorMessage;
// Function Everholm.EverholmBaseHUD.ShowGameshareLostMessage
// 0x0020 (0x0020 - 0x0000)
struct EverholmBaseHUD_ShowGameshareLostMessage final
{
public:
class FText PromptText; // 0x0000(0x0010)(Parm, NativeAccessSpecifierPublic)
int32 ControllerIndex; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UGenericControllerMessage* ReturnValue; // 0x0018(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShowGameshareLostMessage;
// Function Everholm.EverholmBaseHUD.ShowGenericControllerDisconnectedMessage
// 0x0018 (0x0018 - 0x0000)
struct EverholmBaseHUD_ShowGenericControllerDisconnectedMessage final
{
public:
class FText PromptText; // 0x0000(0x0010)(Parm, NativeAccessSpecifierPublic)
class UGenericControllerDisconnectedMessage* ReturnValue; // 0x0010(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShowGenericControllerDisconnectedMessage;
// Function Everholm.EverholmBaseHUD.ShowGenericControllerMessage
// 0x0020 (0x0020 - 0x0000)
struct EverholmBaseHUD_ShowGenericControllerMessage final
{
public:
class FText PromptText; // 0x0000(0x0010)(Parm, NativeAccessSpecifierPublic)
int32 ControllerIndex; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UGenericControllerMessage* ReturnValue; // 0x0018(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShowGenericControllerMessage;
// Function Everholm.EverholmBaseHUD.ShowGenericMessage
// 0x0018 (0x0018 - 0x0000)
struct EverholmBaseHUD_ShowGenericMessage final
{
public:
class FText PromptText; // 0x0000(0x0010)(Parm, NativeAccessSpecifierPublic)
class UGenericMessage* ReturnValue; // 0x0010(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShowGenericMessage;
// Function Everholm.EverholmBaseHUD.ShowGenericPrompt
// 0x0018 (0x0018 - 0x0000)
struct EverholmBaseHUD_ShowGenericPrompt final
{
public:
class FText PromptText; // 0x0000(0x0010)(Parm, NativeAccessSpecifierPublic)
class UGenericPrompt* ReturnValue; // 0x0010(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShowGenericPrompt;
// Function Everholm.EverholmBaseHUD.ShowNotification
// 0x0018 (0x0018 - 0x0000)
struct EverholmBaseHUD_ShowNotification final
{
public:
class FText PromptText; // 0x0000(0x0010)(Parm, NativeAccessSpecifierPublic)
class UGenericMessage* ReturnValue; // 0x0010(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShowNotification;
// Function Everholm.EverholmBaseHUD.ShowPauseMenuWidget
// 0x0018 (0x0018 - 0x0000)
struct EverholmBaseHUD_ShowPauseMenuWidget final
{
public:
class APlayerState* pausingPlayerState; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPauseReason pauseReason; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UPauseMenuUI* ReturnValue; // 0x0010(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShowPauseMenuWidget;
// Function Everholm.EverholmBaseHUD.ShowPrompt
// 0x0020 (0x0020 - 0x0000)
struct EverholmBaseHUD_ShowPrompt final
{
public:
TSubclassOf<class UTarsierActivatableWidget> WidgetClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FText PromptText; // 0x0008(0x0010)(Parm, NativeAccessSpecifierPublic)
class UTarsierActivatableWidget* ReturnValue; // 0x0018(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShowPrompt;
// Function Everholm.EverholmBaseHUD.ShowTutorialPrompt
// 0x0018 (0x0018 - 0x0000)
struct EverholmBaseHUD_ShowTutorialPrompt final
{
public:
class FText tutorialText; // 0x0000(0x0010)(Parm, OutParm, NativeAccessSpecifierPublic)
float MinDuration; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShowTutorialPrompt;
// Function Everholm.EverholmBaseHUD.ShowWidget
// 0x0018 (0x0018 - 0x0000)
struct EverholmBaseHUD_ShowWidget final
{
public:
TSubclassOf<class UTarsierActivatableWidget> WidgetClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EUILayer EUILayer; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UTarsierActivatableWidget* ReturnValue; // 0x0010(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_ShowWidget;
// Function Everholm.EverholmBaseHUD.GetBuildRevision
// 0x0010 (0x0010 - 0x0000)
struct EverholmBaseHUD_GetBuildRevision final
{
public:
class FString ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_GetBuildRevision;
// Function Everholm.EverholmBaseHUD.GetCommonSessionMode
// 0x0001 (0x0001 - 0x0000)
struct EverholmBaseHUD_GetCommonSessionMode final
{
public:
ECommonSessionOnlineMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_GetCommonSessionMode;
// Function Everholm.EverholmBaseHUD.GetLayer
// 0x0010 (0x0010 - 0x0000)
struct EverholmBaseHUD_GetLayer final
{
public:
EUILayer LayerType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UUILayer* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_GetLayer;
// Function Everholm.EverholmBaseHUD.GetSelectedGameMode
// 0x0001 (0x0001 - 0x0000)
struct EverholmBaseHUD_GetSelectedGameMode final
{
public:
EEverholmSessionMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_GetSelectedGameMode;
// Function Everholm.EverholmBaseHUD.HasAnyWidget
// 0x0002 (0x0002 - 0x0000)
struct EverholmBaseHUD_HasAnyWidget final
{
public:
EUILayer UILayer; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_HasAnyWidget;
// Function Everholm.EverholmBaseHUD.IsAnyMenuOpen
// 0x0001 (0x0001 - 0x0000)
struct EverholmBaseHUD_IsAnyMenuOpen final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_IsAnyMenuOpen;
// Function Everholm.EverholmBaseHUD.IsShowingPauseScreen
// 0x0001 (0x0001 - 0x0000)
struct EverholmBaseHUD_IsShowingPauseScreen final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_IsShowingPauseScreen;
// Function Everholm.EverholmBaseHUD.IsShowingWaitScreen
// 0x0001 (0x0001 - 0x0000)
struct EverholmBaseHUD_IsShowingWaitScreen final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmBaseHUD_IsShowingWaitScreen;
// Function Everholm.EverholmCallComponent.Multicast_ExecuteBeingCalled
// 0x0010 (0x0010 - 0x0000)
struct EverholmCallComponent_Multicast_ExecuteBeingCalled final
{
public:
const class AActor* Caller; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class USceneComponent* Target; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCallComponent_Multicast_ExecuteBeingCalled;
// Function Everholm.EverholmCallComponent.OnGestureFinished
// 0x0020 (0x0020 - 0x0000)
struct EverholmCallComponent_OnGestureFinished final
{
public:
class AActor* notifier; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName NotifyName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class UAnimMetaData*> AnimMetaData; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCallComponent_OnGestureFinished;
// Function Everholm.EverholmCallComponent.OnGestureStarted
// 0x0020 (0x0020 - 0x0000)
struct EverholmCallComponent_OnGestureStarted final
{
public:
class AActor* notifier; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName NotifyName; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class UAnimMetaData*> AnimMetaData; // 0x0010(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCallComponent_OnGestureStarted;
// Function Everholm.EverholmCallComponent.Server_ExecuteBeingCalled
// 0x0010 (0x0010 - 0x0000)
struct EverholmCallComponent_Server_ExecuteBeingCalled final
{
public:
const class AActor* Caller; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class USceneComponent* Target; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCallComponent_Server_ExecuteBeingCalled;
// Function Everholm.EverholmCallComponent.SetCallExpressionOverride
// 0x0001 (0x0001 - 0x0000)
struct EverholmCallComponent_SetCallExpressionOverride final
{
public:
ECallExpressionType ExpressionType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCallComponent_SetCallExpressionOverride;
// Function Everholm.EverholmCallComponent.TryBeingCalled
// 0x0010 (0x0010 - 0x0000)
struct EverholmCallComponent_TryBeingCalled final
{
public:
const class AActor* Caller; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class USceneComponent* Target; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCallComponent_TryBeingCalled;
// Function Everholm.SurfaceClimbMovementMode.SetAllowsClimbSteps
// 0x0001 (0x0001 - 0x0000)
struct SurfaceClimbMovementMode_SetAllowsClimbSteps final
{
public:
bool bShouldAllow; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_SetAllowsClimbSteps;
// Function Everholm.SurfaceClimbMovementMode.SetClimbingPose
// 0x0001 (0x0001 - 0x0000)
struct SurfaceClimbMovementMode_SetClimbingPose final
{
public:
EClimbingPose Pose; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_SetClimbingPose;
// Function Everholm.SurfaceClimbMovementMode.SetVerticalDirection
// 0x0001 (0x0001 - 0x0000)
struct SurfaceClimbMovementMode_SetVerticalDirection final
{
public:
EClimbingDirectionVertical newVerticalDirection; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_SetVerticalDirection;
// Function Everholm.SurfaceClimbMovementMode.UpdateIKTargets
// 0x0070 (0x0070 - 0x0000)
struct SurfaceClimbMovementMode_UpdateIKTargets final
{
public:
class UObject* Object; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FTransform Transform; // 0x0010(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_UpdateIKTargets;
// Function Everholm.SurfaceClimbMovementMode.AllowsClimbSteps
// 0x0001 (0x0001 - 0x0000)
struct SurfaceClimbMovementMode_AllowsClimbSteps final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_AllowsClimbSteps;
// Function Everholm.SurfaceClimbMovementMode.GetClimbingPose
// 0x0001 (0x0001 - 0x0000)
struct SurfaceClimbMovementMode_GetClimbingPose final
{
public:
EClimbingPose ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_GetClimbingPose;
// Function Everholm.SurfaceClimbMovementMode.GetClimbingReference_UObject
// 0x0008 (0x0008 - 0x0000)
struct SurfaceClimbMovementMode_GetClimbingReference_UObject final
{
public:
const class UObject* ReturnValue; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_GetClimbingReference_UObject;
// Function Everholm.SurfaceClimbMovementMode.GetClimbingTransitionState
// 0x0001 (0x0001 - 0x0000)
struct SurfaceClimbMovementMode_GetClimbingTransitionState final
{
public:
EInitClimbingState ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_GetClimbingTransitionState;
// Function Everholm.SurfaceClimbMovementMode.GetClimbStepData
// 0x0100 (0x0100 - 0x0000)
struct SurfaceClimbMovementMode_GetClimbStepData final
{
public:
struct FClimbStepData ReturnValue; // 0x0000(0x0100)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_GetClimbStepData;
// Function Everholm.SurfaceClimbMovementMode.GetIsClimbTransitionFullyBlended
// 0x0001 (0x0001 - 0x0000)
struct SurfaceClimbMovementMode_GetIsClimbTransitionFullyBlended final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_GetIsClimbTransitionFullyBlended;
// Function Everholm.SurfaceClimbMovementMode.GetIsSurfaceClimbing
// 0x0001 (0x0001 - 0x0000)
struct SurfaceClimbMovementMode_GetIsSurfaceClimbing final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_GetIsSurfaceClimbing;
// Function Everholm.SurfaceClimbMovementMode.IsInClimbingMode
// 0x0001 (0x0001 - 0x0000)
struct SurfaceClimbMovementMode_IsInClimbingMode final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_IsInClimbingMode;
// Function Everholm.SurfaceClimbMovementMode.IsInReach
// 0x0090 (0x0090 - 0x0000)
struct SurfaceClimbMovementMode_IsInReach final
{
public:
struct FClimbablePointData Point; // 0x0000(0x0080)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0080(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_81[0xF]; // 0x0081(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SurfaceClimbMovementMode_IsInReach;
// Function Everholm.EverholmCharacterAudio.OnCharacterLanded
// 0x000C (0x000C - 0x0000)
struct EverholmCharacterAudio_OnCharacterLanded final
{
public:
struct FFallData FallData; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterAudio_OnCharacterLanded;
// Function Everholm.EverholmCharacterMovementComponent.AddDesiredMovement
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_AddDesiredMovement final
{
public:
struct FVector Movement; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_AddDesiredMovement;
// Function Everholm.EverholmCharacterMovementComponent.AddVelocity
// 0x0020 (0x0020 - 0x0000)
struct EverholmCharacterMovementComponent_AddVelocity final
{
public:
struct FVector velocityToAdd; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bClampToMaxSpeed; // 0x0018(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_AddVelocity;
// Function Everholm.EverholmCharacterMovementComponent.AutoJumpTo
// 0x0020 (0x0020 - 0x0000)
struct EverholmCharacterMovementComponent_AutoJumpTo final
{
public:
struct FJumpParams jumpParameters; // 0x0000(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_AutoJumpTo;
// Function Everholm.EverholmCharacterMovementComponent.HandleOnSurfaceClimbChanged
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_HandleOnSurfaceClimbChanged final
{
public:
bool bShouldStart; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_HandleOnSurfaceClimbChanged;
// Function Everholm.EverholmCharacterMovementComponent.HasLocomotionProfile
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacterMovementComponent_HasLocomotionProfile final
{
public:
const class ULocomotionProfileAsset* locomotionProfile; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_HasLocomotionProfile;
// Function Everholm.EverholmCharacterMovementComponent.OnBaseCharacterLanded
// 0x00F8 (0x00F8 - 0x0000)
struct EverholmCharacterMovementComponent_OnBaseCharacterLanded final
{
public:
struct FHitResult HitResult; // 0x0000(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_OnBaseCharacterLanded;
// Function Everholm.EverholmCharacterMovementComponent.OnMotionWarpingEnded
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacterMovementComponent_OnMotionWarpingEnded final
{
public:
class UMotionWarpingComponent* MotionWarpingComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class URootMotionModifier* modifier; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_OnMotionWarpingEnded;
// Function Everholm.EverholmCharacterMovementComponent.OverrideNewestValidDesiredMovementDir
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_OverrideNewestValidDesiredMovementDir final
{
public:
struct FVector Direction; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_OverrideNewestValidDesiredMovementDir;
// Function Everholm.EverholmCharacterMovementComponent.PlayAnimMontage_Replicated
// 0x0028 (0x0028 - 0x0000)
struct EverholmCharacterMovementComponent_PlayAnimMontage_Replicated final
{
public:
class UAnimMontage* AnimMontage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<struct FEverholmMotionWarpingTarget> motionWarpingTargets; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, ContainsInstancedReference, NativeAccessSpecifierPublic)
float PlayRate; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName StartSectionName; // 0x001C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0024(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_PlayAnimMontage_Replicated;
// Function Everholm.EverholmCharacterMovementComponent.PlayRootMovementMontage
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_PlayRootMovementMontage final
{
public:
class UAnimMontage* Montage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float PlaybackSpeed; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName startSection; // 0x000C(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_PlayRootMovementMontage;
// Function Everholm.EverholmCharacterMovementComponent.RequestMovementMode
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacterMovementComponent_RequestMovementMode final
{
public:
EEverholmCharacterMovementMode requestedMovementMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UObject* requester; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_RequestMovementMode;
// Function Everholm.EverholmCharacterMovementComponent.Server_ClientFinishedAligning
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_Server_ClientFinishedAligning final
{
public:
EEndAlignmentResult endResult; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_Server_ClientFinishedAligning;
// Function Everholm.EverholmCharacterMovementComponent.SetDesiredMovement
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_SetDesiredMovement final
{
public:
struct FVector Movement; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_SetDesiredMovement;
// Function Everholm.EverholmCharacterMovementComponent.SetDesiredRotation
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_SetDesiredRotation final
{
public:
struct FRotator desiredRot; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_SetDesiredRotation;
// Function Everholm.EverholmCharacterMovementComponent.SetUseAccelerationForPathFollowing
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_SetUseAccelerationForPathFollowing final
{
public:
bool bUseAccel; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_SetUseAccelerationForPathFollowing;
// Function Everholm.EverholmCharacterMovementComponent.SetUseDesiredRotation
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_SetUseDesiredRotation final
{
public:
bool bUseDesiredRot; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_SetUseDesiredRotation;
// Function Everholm.EverholmCharacterMovementComponent.SetVelocity
// 0x0020 (0x0020 - 0x0000)
struct EverholmCharacterMovementComponent_SetVelocity final
{
public:
struct FVector NewVelocity; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bClampToMaxSpeed; // 0x0018(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_SetVelocity;
// Function Everholm.EverholmCharacterMovementComponent.StopAllAnimMontages_Replicated
// 0x0004 (0x0004 - 0x0000)
struct EverholmCharacterMovementComponent_StopAllAnimMontages_Replicated final
{
public:
float BlendOutTime; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_StopAllAnimMontages_Replicated;
// Function Everholm.EverholmCharacterMovementComponent.StopAnimMontage_Replicated
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacterMovementComponent_StopAnimMontage_Replicated final
{
public:
float BlendOutTime; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UAnimMontage* AnimMontage; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_StopAnimMontage_Replicated;
// Function Everholm.EverholmCharacterMovementComponent.StopRootMovementMontage
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacterMovementComponent_StopRootMovementMontage final
{
public:
class UAnimMontage* montageToStop; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_StopRootMovementMontage;
// Function Everholm.EverholmCharacterMovementComponent.TranslateMotionWarpingTarget
// 0x0020 (0x0020 - 0x0000)
struct EverholmCharacterMovementComponent_TranslateMotionWarpingTarget final
{
public:
struct FVector Delta; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName motionWarpingTargetName; // 0x0018(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_TranslateMotionWarpingTarget;
// Function Everholm.EverholmCharacterMovementComponent.UnrequestMovementMode
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacterMovementComponent_UnrequestMovementMode final
{
public:
class UObject* requester; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_UnrequestMovementMode;
// Function Everholm.EverholmCharacterMovementComponent.GetActualRootMovementMontage
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacterMovementComponent_GetActualRootMovementMontage final
{
public:
class UAnimMontage* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetActualRootMovementMontage;
// Function Everholm.EverholmCharacterMovementComponent.GetClimbingData
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_GetClimbingData final
{
public:
struct FSurfaceClimbingData ReturnValue; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetClimbingData;
// Function Everholm.EverholmCharacterMovementComponent.GetCurrentGait
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_GetCurrentGait final
{
public:
EMovementGait ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetCurrentGait;
// Function Everholm.EverholmCharacterMovementComponent.GetCurrentMovementMode
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_GetCurrentMovementMode final
{
public:
EEverholmCharacterMovementMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetCurrentMovementMode;
// Function Everholm.EverholmCharacterMovementComponent.GetCurrentSlopeAngle
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacterMovementComponent_GetCurrentSlopeAngle final
{
public:
struct FEverholmSlopeDetails ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetCurrentSlopeAngle;
// Function Everholm.EverholmCharacterMovementComponent.GetCurrentSpeed2D
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacterMovementComponent_GetCurrentSpeed2D final
{
public:
bool bIsActualVelocity; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetCurrentSpeed2D;
// Function Everholm.EverholmCharacterMovementComponent.GetDesiredCapsuleDirection
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_GetDesiredCapsuleDirection final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetDesiredCapsuleDirection;
// Function Everholm.EverholmCharacterMovementComponent.GetDesiredMovement
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_GetDesiredMovement final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetDesiredMovement;
// Function Everholm.EverholmCharacterMovementComponent.GetDesiredRotation
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_GetDesiredRotation final
{
public:
struct FRotator ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetDesiredRotation;
// Function Everholm.EverholmCharacterMovementComponent.GetFavoredSmoothTurningAngle
// 0x0050 (0x0050 - 0x0000)
struct EverholmCharacterMovementComponent_GetFavoredSmoothTurningAngle final
{
public:
struct FVector ForwardVector; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector InputVector; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator FavoredAngle; // 0x0030(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
ESmoothTurningFavoredDirection ReturnValue; // 0x0048(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetFavoredSmoothTurningAngle;
// Function Everholm.EverholmCharacterMovementComponent.GetFeetLocation
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_GetFeetLocation final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetFeetLocation;
// Function Everholm.EverholmCharacterMovementComponent.GetGaitForDiscreetMaxSpeed
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacterMovementComponent_GetGaitForDiscreetMaxSpeed final
{
public:
float maxSpeedToCheck; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EMovementGait ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetGaitForDiscreetMaxSpeed;
// Function Everholm.EverholmCharacterMovementComponent.GetHasCrouchIntent
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_GetHasCrouchIntent final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetHasCrouchIntent;
// Function Everholm.EverholmCharacterMovementComponent.GetHasWalkIntent
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_GetHasWalkIntent final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetHasWalkIntent;
// Function Everholm.EverholmCharacterMovementComponent.GetIsJumping
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_GetIsJumping final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetIsJumping;
// Function Everholm.EverholmCharacterMovementComponent.GetIsLedgeClimbing
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_GetIsLedgeClimbing final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetIsLedgeClimbing;
// Function Everholm.EverholmCharacterMovementComponent.GetIsSprinting
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_GetIsSprinting final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetIsSprinting;
// Function Everholm.EverholmCharacterMovementComponent.GetJumpDestination
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_GetJumpDestination final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetJumpDestination;
// Function Everholm.EverholmCharacterMovementComponent.GetJumpSettings
// 0x0058 (0x0058 - 0x0000)
struct EverholmCharacterMovementComponent_GetJumpSettings final
{
public:
struct FJumpMovementSettings ReturnValue; // 0x0000(0x0058)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetJumpSettings;
// Function Everholm.EverholmCharacterMovementComponent.GetLastConsumedDesiredMovement
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_GetLastConsumedDesiredMovement final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetLastConsumedDesiredMovement;
// Function Everholm.EverholmCharacterMovementComponent.GetLastTickLocation
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_GetLastTickLocation final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetLastTickLocation;
// Function Everholm.EverholmCharacterMovementComponent.GetLastTickRotation
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_GetLastTickRotation final
{
public:
struct FRotator ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetLastTickRotation;
// Function Everholm.EverholmCharacterMovementComponent.GetLocomotionData
// 0x0030 (0x0030 - 0x0000)
struct EverholmCharacterMovementComponent_GetLocomotionData final
{
public:
struct FGeneralLocomotionData ReturnValue; // 0x0000(0x0030)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetLocomotionData;
// Function Everholm.EverholmCharacterMovementComponent.GetMotionMatchingChooserTable
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacterMovementComponent_GetMotionMatchingChooserTable final
{
public:
class UChooserTable* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetMotionMatchingChooserTable;
// Function Everholm.EverholmCharacterMovementComponent.GetMovementAccelerations
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacterMovementComponent_GetMovementAccelerations final
{
public:
struct FEverholmMovementAcceleration ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetMovementAccelerations;
// Function Everholm.EverholmCharacterMovementComponent.GetMovementDelta
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacterMovementComponent_GetMovementDelta final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetMovementDelta;
// Function Everholm.EverholmCharacterMovementComponent.GetMovementModeObject
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacterMovementComponent_GetMovementModeObject final
{
public:
TSubclassOf<class UMovementMode> movementModeClass; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetMovementModeObject;
// Function Everholm.EverholmCharacterMovementComponent.GetMovementSpeeds
// 0x001C (0x001C - 0x0000)
struct EverholmCharacterMovementComponent_GetMovementSpeeds final
{
public:
struct FEverholmMovementSpeeds ReturnValue; // 0x0000(0x001C)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetMovementSpeeds;
// Function Everholm.EverholmCharacterMovementComponent.GetRootMovementMontage
// 0x0008 (0x0008 - 0x0000)
struct EverholmCharacterMovementComponent_GetRootMovementMontage final
{
public:
class UAnimMontage* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetRootMovementMontage;
// Function Everholm.EverholmCharacterMovementComponent.GetShouldFootIK
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_GetShouldFootIK final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetShouldFootIK;
// Function Everholm.EverholmCharacterMovementComponent.GetSmoothTurningParameters
// 0x0130 (0x0130 - 0x0000)
struct EverholmCharacterMovementComponent_GetSmoothTurningParameters final
{
public:
struct FSmoothTurningData ReturnValue; // 0x0000(0x0130)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetSmoothTurningParameters;
// Function Everholm.EverholmCharacterMovementComponent.GetUseAccelerationForPathFollowing
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_GetUseAccelerationForPathFollowing final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_GetUseAccelerationForPathFollowing;
// Function Everholm.EverholmCharacterMovementComponent.IsAboutToOrIsPlayingRootMotionMontage
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsAboutToOrIsPlayingRootMotionMontage final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsAboutToOrIsPlayingRootMotionMontage;
// Function Everholm.EverholmCharacterMovementComponent.IsAligning
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsAligning final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsAligning;
// Function Everholm.EverholmCharacterMovementComponent.IsHandholding
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsHandholding final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsHandholding;
// Function Everholm.EverholmCharacterMovementComponent.IsHandholdingDriver
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsHandholdingDriver final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsHandholdingDriver;
// Function Everholm.EverholmCharacterMovementComponent.IsHandholdingPassenger
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsHandholdingPassenger final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsHandholdingPassenger;
// Function Everholm.EverholmCharacterMovementComponent.IsIdle
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsIdle final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsIdle;
// Function Everholm.EverholmCharacterMovementComponent.IsInputAbusePreventionActive
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsInputAbusePreventionActive final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsInputAbusePreventionActive;
// Function Everholm.EverholmCharacterMovementComponent.IsLongIdle
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsLongIdle final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsLongIdle;
// Function Everholm.EverholmCharacterMovementComponent.IsMovementModeActive
// 0x0002 (0x0002 - 0x0000)
struct EverholmCharacterMovementComponent_IsMovementModeActive final
{
public:
EEverholmCharacterMovementMode characterMovementMode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsMovementModeActive;
// Function Everholm.EverholmCharacterMovementComponent.IsPlayingRootMotionMontage
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsPlayingRootMotionMontage final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsPlayingRootMotionMontage;
// Function Everholm.EverholmCharacterMovementComponent.IsRootMovementMontagePlaying
// 0x0010 (0x0010 - 0x0000)
struct EverholmCharacterMovementComponent_IsRootMovementMontagePlaying final
{
public:
const class UAnimMontage* Montage; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsRootMovementMontagePlaying;
// Function Everholm.EverholmCharacterMovementComponent.IsRootMovementPlaying
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsRootMovementPlaying final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsRootMovementPlaying;
// Function Everholm.EverholmCharacterMovementComponent.IsSurfaceClimbing
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsSurfaceClimbing final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsSurfaceClimbing;
// Function Everholm.EverholmCharacterMovementComponent.IsTiedTogether
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_IsTiedTogether final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_IsTiedTogether;
// Function Everholm.EverholmCharacterMovementComponent.ShouldMovementModeUseMotionMatching
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_ShouldMovementModeUseMotionMatching final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_ShouldMovementModeUseMotionMatching;
// Function Everholm.EverholmCharacterMovementComponent.SupportsMotionMatching
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacterMovementComponent_SupportsMotionMatching final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacterMovementComponent_SupportsMotionMatching;
// Function Everholm.EverholmCharacter_CrawlingSoldier.OnAnyDamageTaken
// 0x0028 (0x0028 - 0x0000)
struct EverholmCharacter_CrawlingSoldier_OnAnyDamageTaken final
{
public:
class AActor* DamagedActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Damage; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
const class UDamageType* DamageType; // 0x0010(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AController* InstigatedBy; // 0x0018(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* DamageCauser; // 0x0020(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_CrawlingSoldier_OnAnyDamageTaken;
// Function Everholm.EverholmCharacter_CrawlingSoldier.SetState
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_CrawlingSoldier_SetState final
{
public:
ECrawlingSoldierState NewState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_CrawlingSoldier_SetState;
// Function Everholm.EverholmCharacter_CrawlingSoldier.SetSubstate
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_CrawlingSoldier_SetSubstate final
{
public:
ECrawlingSoldierSubstate newSubstate; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_CrawlingSoldier_SetSubstate;
// Function Everholm.EverholmCharacter_CrawlingSoldier.IsCurrentState
// 0x0002 (0x0002 - 0x0000)
struct EverholmCharacter_CrawlingSoldier_IsCurrentState final
{
public:
ECrawlingSoldierState State; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_CrawlingSoldier_IsCurrentState;
// Function Everholm.EverholmCharacter_CrawlingSoldier.IsCurrentSubstate
// 0x0002 (0x0002 - 0x0000)
struct EverholmCharacter_CrawlingSoldier_IsCurrentSubstate final
{
public:
ECrawlingSoldierSubstate substate; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_CrawlingSoldier_IsCurrentSubstate;
// Function Everholm.EverholmCharacter_SheepBeast.AllowLeavingArea
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_SheepBeast_AllowLeavingArea final
{
public:
bool isAllowedToLeaveArea; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SheepBeast_AllowLeavingArea;
// Function Everholm.EverholmCharacter_SheepBeast.OnStateEntered
// 0x0002 (0x0002 - 0x0000)
struct EverholmCharacter_SheepBeast_OnStateEntered final
{
public:
ESheepBeastState previousState; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ESheepBeastState NewState; // 0x0001(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SheepBeast_OnStateEntered;
// Function Everholm.EverholmCharacter_SheepBeast.SetState
// 0x0002 (0x0002 - 0x0000)
struct EverholmCharacter_SheepBeast_SetState final
{
public:
ESheepBeastState NewState; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 customSheepBeastState; // 0x0001(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SheepBeast_SetState;
// Function Everholm.EverholmCharacter_SheepBeast.GetSuspiciousAngle
// 0x0004 (0x0004 - 0x0000)
struct EverholmCharacter_SheepBeast_GetSuspiciousAngle final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SheepBeast_GetSuspiciousAngle;
// Function Everholm.EverholmCharacter_SheepBeast.GetTargetLocationProjectedToGrabArea
// 0x0018 (0x0018 - 0x0000)
struct EverholmCharacter_SheepBeast_GetTargetLocationProjectedToGrabArea final
{
public:
bool bNormalize; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bInvertXAxis; // 0x0001(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_2[0x6]; // 0x0002(0x0006)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector2D ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SheepBeast_GetTargetLocationProjectedToGrabArea;
// Function Everholm.EverholmCharacter_SheepBeast.IsCustomState
// 0x0002 (0x0002 - 0x0000)
struct EverholmCharacter_SheepBeast_IsCustomState final
{
public:
uint8 customState; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_SheepBeast_IsCustomState;
// Function Everholm.EverholmCharacter_Sniffer.OnSnifferMovementModeChangedEvent
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_Sniffer_OnSnifferMovementModeChangedEvent final
{
public:
ESnifferMovementMode NewMovementMode; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Sniffer_OnSnifferMovementModeChangedEvent;
// Function Everholm.EverholmCharacter_Sniffer.SetSnifferMovementMode
// 0x0003 (0x0003 - 0x0000)
struct EverholmCharacter_Sniffer_SetSnifferMovementMode final
{
public:
ESnifferMovementMode snifferMovementMode; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool forceTransition; // 0x0001(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool skipTransitionAnim; // 0x0002(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Sniffer_SetSnifferMovementMode;
// Function Everholm.EverholmCharacter_Sniffer.SetVisualSensorLocalOffset
// 0x0004 (0x0004 - 0x0000)
struct EverholmCharacter_Sniffer_SetVisualSensorLocalOffset final
{
public:
float LocalOffset; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Sniffer_SetVisualSensorLocalOffset;
// Function Everholm.EverholmCharacter_Sniffer.CanTransitionToQuad
// 0x0030 (0x0030 - 0x0000)
struct EverholmCharacter_Sniffer_CanTransitionToQuad final
{
public:
struct FAILocationUnion locationToCheck; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmCharacter_Sniffer_CanTransitionToQuad;
// Function Everholm.EverholmCharacter_Sniffer.GetSnifferMovementMode
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_Sniffer_GetSnifferMovementMode final
{
public:
ESnifferMovementMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Sniffer_GetSnifferMovementMode;
// Function Everholm.EverholmCharacter_Spiderkid.OnAIAlertStateChanged
// 0x0002 (0x0002 - 0x0000)
struct EverholmCharacter_Spiderkid_OnAIAlertStateChanged final
{
public:
EAIAlertState currentState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIAlertState previousState; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Spiderkid_OnAIAlertStateChanged;
// Function Everholm.EverholmCharacter_Spiderkid.OnSpiderkidIlluminationStateChanged
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_Spiderkid_OnSpiderkidIlluminationStateChanged final
{
public:
ESpiderkidIlluminationState newIlluminationState; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Spiderkid_OnSpiderkidIlluminationStateChanged;
// Function Everholm.EverholmCharacter_Spiderkid.Petrify
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_Spiderkid_Petrify final
{
public:
bool bAlsoDestroyController; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Spiderkid_Petrify;
// Function Everholm.EverholmCharacter_Spiderkid.SetIlluminationState
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_Spiderkid_SetIlluminationState final
{
public:
ESpiderkidIlluminationState newIlluminationState; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Spiderkid_SetIlluminationState;
// Function Everholm.EverholmCharacter_Spiderkid.GetIlluminationState
// 0x0001 (0x0001 - 0x0000)
struct EverholmCharacter_Spiderkid_GetIlluminationState final
{
public:
ESpiderkidIlluminationState ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Spiderkid_GetIlluminationState;
// Function Everholm.EverholmCharacter_Spiderkid.GetTimeSinceCombatStarted
// 0x0004 (0x0004 - 0x0000)
struct EverholmCharacter_Spiderkid_GetTimeSinceCombatStarted final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmCharacter_Spiderkid_GetTimeSinceCombatStarted;
// Function Everholm.EverholmClientViewport.GetEverholmViewportClient
// 0x0010 (0x0010 - 0x0000)
struct EverholmClientViewport_GetEverholmViewportClient final
{
public:
const class UObject* WorldContext; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UEverholmClientViewport* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmClientViewport_GetEverholmViewportClient;
// Function Everholm.EverholmClientViewport.SetPlayerViewRect
// 0x0028 (0x0028 - 0x0000)
struct EverholmClientViewport_SetPlayerViewRect final
{
public:
int32 LocalPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FViewRect ViewRect; // 0x0008(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmClientViewport_SetPlayerViewRect;
// Function Everholm.EverholmClientViewport.GetPlayerFovMode
// 0x0008 (0x0008 - 0x0000)
struct EverholmClientViewport_GetPlayerFovMode final
{
public:
int32 LocalPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EFovLockAxis ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmClientViewport_GetPlayerFovMode;
// Function Everholm.EverholmClientViewport.GetPlayerViewRect
// 0x0028 (0x0028 - 0x0000)
struct EverholmClientViewport_GetPlayerViewRect final
{
public:
int32 LocalPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FViewRect ReturnValue; // 0x0008(0x0020)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmClientViewport_GetPlayerViewRect;
// Function Everholm.EverholmClientViewport.SetPlayerFovMode
// 0x0008 (0x0008 - 0x0000)
struct EverholmClientViewport_SetPlayerFovMode final
{
public:
int32 LocalPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EFovLockAxis Mode; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmClientViewport_SetPlayerFovMode;
// Function Everholm.VehicleTrackingSubsystem.EnterVehicle
// 0x0038 (0x0038 - 0x0000)
struct VehicleTrackingSubsystem_EnterVehicle final
{
public:
EPlayerPawnType PlayerPawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TSoftObjectPtr<class AVehicleActor> Vehicle; // 0x0008(0x0028)(Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerRoleInVehicle RoleInVehicle; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleTrackingSubsystem_EnterVehicle;
// Function Everholm.VehicleTrackingSubsystem.TeleportAndEnterVehicle
// 0x00B0 (0x00B0 - 0x0000)
struct VehicleTrackingSubsystem_TeleportAndEnterVehicle final
{
public:
EPlayerPawnType PlayerPawnType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TSoftObjectPtr<class AVehicleActor> Vehicle; // 0x0008(0x0028)(Parm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerRoleInVehicle RoleInVehicle; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bTeleport; // 0x0031(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_32[0xE]; // 0x0032(0x000E)(Fixing Size After Last Property [ Dumper-7 ])
struct FTransform teleportTo; // 0x0040(0x0060)(Parm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSaveRestore; // 0x00A0(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A1[0xF]; // 0x00A1(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleTrackingSubsystem_TeleportAndEnterVehicle;
// Function Everholm.EverholmGameEventBlueprintLibrary.BroadcastOrientedWorldEvent
// 0x0058 (0x0058 - 0x0000)
struct EverholmGameEventBlueprintLibrary_BroadcastOrientedWorldEvent final
{
public:
const class UObject* WorldContext; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector EventLocation; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector eventDirection; // 0x0020(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName customEventID; // 0x0038(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float maxRange; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
const class AActor* ignoredActor; // 0x0048(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEventDispatchMode dispatchMode; // 0x0050(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_51[0x7]; // 0x0051(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameEventBlueprintLibrary_BroadcastOrientedWorldEvent;
// Function Everholm.MenuContainer.AddMainMenu
// 0x0008 (0x0008 - 0x0000)
struct MenuContainer_AddMainMenu final
{
public:
TSubclassOf<class UMenuItems> WidgetClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MenuContainer_AddMainMenu;
// Function Everholm.MenuContainer.GetMainSlotWidgetClass
// 0x0008 (0x0008 - 0x0000)
struct MenuContainer_GetMainSlotWidgetClass final
{
public:
class UClass* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MenuContainer_GetMainSlotWidgetClass;
// Function Everholm.MenuContainer.HasMainMenu
// 0x0001 (0x0001 - 0x0000)
struct MenuContainer_HasMainMenu final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MenuContainer_HasMainMenu;
// Function Everholm.RadialInwardSphereHint.DebugHint
// 0x0004 (0x0004 - 0x0000)
struct RadialInwardSphereHint_DebugHint final
{
public:
float yawEffectAlpha; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadialInwardSphereHint_DebugHint;
// Function Everholm.EverholmGameModeBase.EverholmReadyToStart
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameModeBase_EverholmReadyToStart final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameModeBase_EverholmReadyToStart;
// Function Everholm.EverholmGameModeBase.OnGameplayTagCountChanged
// 0x0018 (0x0018 - 0x0000)
struct EverholmGameModeBase_OnGameplayTagCountChanged final
{
public:
class UAbilityActivationComponent* AbilityActivationComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag GameplayTag; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasAdded; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmGameModeBase_OnGameplayTagCountChanged;
// Function Everholm.EverholmGameModeBase.RequestSwapCharacters
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameModeBase_RequestSwapCharacters final
{
public:
class AEverholmPlayerCharacter* PlayerCharacter; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameModeBase_RequestSwapCharacters;
// Function Everholm.EverholmGameModeBase.TryExecuteSwap
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameModeBase_TryExecuteSwap final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameModeBase_TryExecuteSwap;
// Function Everholm.EverholmGameModeBase.TryRemoveLocalCoPlayer
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameModeBase_TryRemoveLocalCoPlayer final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameModeBase_TryRemoveLocalCoPlayer;
// Function Everholm.EverholmGameModeBase.TrySpawnLocalCoPlayer
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameModeBase_TrySpawnLocalCoPlayer final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameModeBase_TrySpawnLocalCoPlayer;
// Function Everholm.EverholmGameModeBase.IsReloadingWorld
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameModeBase_IsReloadingWorld final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameModeBase_IsReloadingWorld;
// Function Everholm.EverholmGameModeBase.ShouldUseCompanionAI
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameModeBase_ShouldUseCompanionAI final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameModeBase_ShouldUseCompanionAI;
// Function Everholm.EverholmGameUserSettings.OnEndPIE
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameUserSettings_OnEndPIE final
{
public:
bool bIsSimulating; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_OnEndPIE;
// Function Everholm.EverholmGameUserSettings.OnGameInstanceStarted
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameUserSettings_OnGameInstanceStarted final
{
public:
class UGameInstance* GameInstance; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_OnGameInstanceStarted;
// Function Everholm.EverholmGameUserSettings.SetCrossplayEnabled
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameUserSettings_SetCrossplayEnabled final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_SetCrossplayEnabled;
// Function Everholm.EverholmGameUserSettings.SetCurrentCulture
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameUserSettings_SetCurrentCulture final
{
public:
ECulture Culture; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_SetCurrentCulture;
// Function Everholm.EverholmGameUserSettings.SetGamma
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameUserSettings_SetGamma final
{
public:
double Gamma_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_SetGamma;
// Function Everholm.EverholmGameUserSettings.SetMasterVolume
// 0x0004 (0x0004 - 0x0000)
struct EverholmGameUserSettings_SetMasterVolume final
{
public:
float masterVolume_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_SetMasterVolume;
// Function Everholm.EverholmGameUserSettings.SetPanningRule
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameUserSettings_SetPanningRule final
{
public:
EPanningRule PanningRule; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_SetPanningRule;
// Function Everholm.EverholmGameUserSettings.SetTelemetryEnabled
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameUserSettings_SetTelemetryEnabled final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_SetTelemetryEnabled;
// Function Everholm.EverholmGameUserSettings.GetCurrentCulture
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameUserSettings_GetCurrentCulture final
{
public:
ECulture ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_GetCurrentCulture;
// Function Everholm.EverholmGameUserSettings.GetCurrentGamma
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameUserSettings_GetCurrentGamma final
{
public:
double ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_GetCurrentGamma;
// Function Everholm.EverholmGameUserSettings.GetCurrentMasterVolume
// 0x0004 (0x0004 - 0x0000)
struct EverholmGameUserSettings_GetCurrentMasterVolume final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_GetCurrentMasterVolume;
// Function Everholm.EverholmGameUserSettings.GetEverholmGraphicMode
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameUserSettings_GetEverholmGraphicMode final
{
public:
ETarsierGraphicMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_GetEverholmGraphicMode;
// Function Everholm.EverholmGameUserSettings.GetPanningRule
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameUserSettings_GetPanningRule final
{
public:
EPanningRule ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_GetPanningRule;
// Function Everholm.EverholmGameUserSettings.IsCrossplayEnabled
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameUserSettings_IsCrossplayEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_IsCrossplayEnabled;
// Function Everholm.EverholmGameUserSettings.IsTelemetryEnabled
// 0x0001 (0x0001 - 0x0000)
struct EverholmGameUserSettings_IsTelemetryEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettings_IsTelemetryEnabled;
// Function Everholm.EverholmGameUserSettingsBlueprintLibrary.GetEverholmsGameUserSettings
// 0x0008 (0x0008 - 0x0000)
struct EverholmGameUserSettingsBlueprintLibrary_GetEverholmsGameUserSettings final
{
public:
class UEverholmGameUserSettings* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmGameUserSettingsBlueprintLibrary_GetEverholmsGameUserSettings;
// Function Everholm.EverholmIngameGameMode.ClearSavedCheckpoint
// 0x0001 (0x0001 - 0x0000)
struct EverholmIngameGameMode_ClearSavedCheckpoint final
{
public:
bool bClearAllLevels; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameMode_ClearSavedCheckpoint;
// Function Everholm.EverholmIngameGameMode.SaveBoatVehicleCheckpoint
// 0x0010 (0x0010 - 0x0000)
struct EverholmIngameGameMode_SaveBoatVehicleCheckpoint final
{
public:
class ABoatVehicle* boat; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWriteToDisk; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmIngameGameMode_SaveBoatVehicleCheckpoint;
// Function Everholm.EverholmIngameGameMode.SaveCheckpoint
// 0x0030 (0x0030 - 0x0000)
struct EverholmIngameGameMode_SaveCheckpoint final
{
public:
TSoftObjectPtr<class AEverholmPlayerStart> PlayerStart; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWriteToDisk; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmIngameGameMode_SaveCheckpoint;
// Function Everholm.EverholmIngameGameMode.GetCurrentPlayerStart
// 0x0028 (0x0028 - 0x0000)
struct EverholmIngameGameMode_GetCurrentPlayerStart final
{
public:
TSoftObjectPtr<class AEverholmPlayerStart> ReturnValue; // 0x0000(0x0028)(Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameMode_GetCurrentPlayerStart;
// Function Everholm.EverholmIngameGameMode.GetSavedPlayerStart
// 0x0030 (0x0030 - 0x0000)
struct EverholmIngameGameMode_GetSavedPlayerStart final
{
public:
bool bSpawnBoatPLayerStartIfNotFound; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TSoftObjectPtr<class AEverholmPlayerStart> ReturnValue; // 0x0008(0x0028)(Parm, OutParm, ReturnParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameMode_GetSavedPlayerStart;
// Function Everholm.EverholmIngameGameMode.IsEndingDemoSession
// 0x0001 (0x0001 - 0x0000)
struct EverholmIngameGameMode_IsEndingDemoSession final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameMode_IsEndingDemoSession;
// Function Everholm.EverholmIngameGameMode.IsStreamingLevelReady
// 0x0001 (0x0001 - 0x0000)
struct EverholmIngameGameMode_IsStreamingLevelReady final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmIngameGameMode_IsStreamingLevelReady;
// Function Everholm.SignalActionPointActor.HIP_NextActionIndex
// 0x0004 (0x0004 - 0x0000)
struct SignalActionPointActor_HIP_NextActionIndex final
{
public:
int32 Value; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SignalActionPointActor_HIP_NextActionIndex;
// Function Everholm.SignalActionPointActor.HIP_RegisterLinkedAIPawn
// 0x0008 (0x0008 - 0x0000)
struct SignalActionPointActor_HIP_RegisterLinkedAIPawn final
{
public:
struct FHotWireTypeObjectRef objectToRegister; // 0x0000(0x0008)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SignalActionPointActor_HIP_RegisterLinkedAIPawn;
// Function Everholm.SignalActionPointActor.HOP_OnAnimNotify
// 0x0008 (0x0008 - 0x0000)
struct SignalActionPointActor_HOP_OnAnimNotify final
{
public:
class FName Value; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SignalActionPointActor_HOP_OnAnimNotify;
// Function Everholm.SignalActionPointActor.HOP_OnChildActionCompleted
// 0x0004 (0x0004 - 0x0000)
struct SignalActionPointActor_HOP_OnChildActionCompleted final
{
public:
int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SignalActionPointActor_HOP_OnChildActionCompleted;
// Function Everholm.SignalActionPointActor.OnOrderReceived
// 0x0001 (0x0001 - 0x0000)
struct SignalActionPointActor_OnOrderReceived final
{
public:
bool orderActivated; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SignalActionPointActor_OnOrderReceived;
// Function Everholm.SignalActionPointActor.SendActionPointOrder
// 0x0001 (0x0001 - 0x0000)
struct SignalActionPointActor_SendActionPointOrder final
{
public:
bool enableOrder; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SignalActionPointActor_SendActionPointOrder;
// Function Everholm.SignalActionPointActor.SendUseActionPointOrderToPawn
// 0x0008 (0x0008 - 0x0000)
struct SignalActionPointActor_SendUseActionPointOrderToPawn final
{
public:
class APawn* orderedPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SignalActionPointActor_SendUseActionPointOrderToPawn;
// Function Everholm.SignalActionPointActor.SkipToAction
// 0x0004 (0x0004 - 0x0000)
struct SignalActionPointActor_SkipToAction final
{
public:
int32 actionIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SignalActionPointActor_SkipToAction;
// Function Everholm.EverholmInteractionFunctionLibrary.InteractWithInteractable
// 0x0038 (0x0038 - 0x0000)
struct EverholmInteractionFunctionLibrary_InteractWithInteractable final
{
public:
class UEverholmInteractorComponent* Target; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLatentActionInfo LatentActionInfo; // 0x0008(0x0018)(ConstParm, Parm, NoDestructor, NativeAccessSpecifierPublic)
class UEverholmInteractionComponent* Interaction; // 0x0020(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bOutWasSuccessful; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UEverholmInteractionComponent* ReturnValue; // 0x0030(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractionFunctionLibrary_InteractWithInteractable;
// Function Everholm.TeleportAbility.OnExitedTeleportMovement
// 0x0008 (0x0008 - 0x0000)
struct TeleportAbility_OnExitedTeleportMovement final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TeleportAbility_OnExitedTeleportMovement;
// Function Everholm.WaveSyncManager.OnSyncTlUpdate
// 0x0004 (0x0004 - 0x0000)
struct WaveSyncManager_OnSyncTlUpdate final
{
public:
float InNewTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_WaveSyncManager_OnSyncTlUpdate;
// Function Everholm.EverholmInteractorComponent.MulticastConfirmRequest
// 0x0018 (0x0018 - 0x0000)
struct EverholmInteractorComponent_MulticastConfirmRequest final
{
public:
struct FServerConfirmationRequest confirmationRequest; // 0x0000(0x0018)(ConstParm, Parm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_MulticastConfirmRequest;
// Function Everholm.EverholmInteractorComponent.MulticastOnCommittedToInteraction
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractorComponent_MulticastOnCommittedToInteraction final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_MulticastOnCommittedToInteraction;
// Function Everholm.EverholmInteractorComponent.MulticastOnStopInteraction
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractorComponent_MulticastOnStopInteraction final
{
public:
EInteractEndReason endReason; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_MulticastOnStopInteraction;
// Function Everholm.EverholmInteractorComponent.MulticastOnTryStartInteraction
// 0x0020 (0x0020 - 0x0000)
struct EverholmInteractorComponent_MulticastOnTryStartInteraction final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasSuccessful; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FString debugInteractionName; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_MulticastOnTryStartInteraction;
// Function Everholm.EverholmInteractorComponent.MulticastReleaseCommitFromInteraction
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractorComponent_MulticastReleaseCommitFromInteraction final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_MulticastReleaseCommitFromInteraction;
// Function Everholm.EverholmInteractorComponent.MulticastRetryStartInteraction
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractorComponent_MulticastRetryStartInteraction final
{
public:
bool bWasSuccessful; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_MulticastRetryStartInteraction;
// Function Everholm.EverholmInteractorComponent.MulticastSetInteractableInputValue
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractorComponent_MulticastSetInteractableInputValue final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ESharedInteractableValueID ID; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 Value; // 0x000C(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_MulticastSetInteractableInputValue;
// Function Everholm.EverholmInteractorComponent.MulticastTriggerSharedInteractableEvent
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractorComponent_MulticastTriggerSharedInteractableEvent final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName EventName; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_MulticastTriggerSharedInteractableEvent;
// Function Everholm.EverholmInteractorComponent.ServerOnCommittedToInteraction
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractorComponent_ServerOnCommittedToInteraction final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_ServerOnCommittedToInteraction;
// Function Everholm.EverholmInteractorComponent.ServerOnStopInteraction
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractorComponent_ServerOnStopInteraction final
{
public:
EInteractEndReason endReason; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_ServerOnStopInteraction;
// Function Everholm.EverholmInteractorComponent.ServerOnTryStartInteraction
// 0x0020 (0x0020 - 0x0000)
struct EverholmInteractorComponent_ServerOnTryStartInteraction final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasSuccessful; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FString debugInteractionName; // 0x0010(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_ServerOnTryStartInteraction;
// Function Everholm.EverholmInteractorComponent.ServerReleaseCommitFromInteraction
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractorComponent_ServerReleaseCommitFromInteraction final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_ServerReleaseCommitFromInteraction;
// Function Everholm.EverholmInteractorComponent.ServerRequestConfirmation
// 0x0018 (0x0018 - 0x0000)
struct EverholmInteractorComponent_ServerRequestConfirmation final
{
public:
struct FServerConfirmationRequest confirmationRequest; // 0x0000(0x0018)(Parm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_ServerRequestConfirmation;
// Function Everholm.EverholmInteractorComponent.ServerRetryStartInteraction
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractorComponent_ServerRetryStartInteraction final
{
public:
class UEverholmInteractorComponent* authorityComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasSuccessful; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInteractorComponent_ServerRetryStartInteraction;
// Function Everholm.EverholmInteractorComponent.ServerSetInteractableInputValue
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractorComponent_ServerSetInteractableInputValue final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ESharedInteractableValueID ID; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 Value; // 0x000C(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_ServerSetInteractableInputValue;
// Function Everholm.EverholmInteractorComponent.ServerTriggerSharedInteractableEvent
// 0x0010 (0x0010 - 0x0000)
struct EverholmInteractorComponent_ServerTriggerSharedInteractableEvent final
{
public:
class UEverholmInteractionComponent* InteractionComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName EventName; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_ServerTriggerSharedInteractableEvent;
// Function Everholm.EverholmInteractorComponent.GetInteractionWidget
// 0x0008 (0x0008 - 0x0000)
struct EverholmInteractorComponent_GetInteractionWidget final
{
public:
class UPlayerInteractionWidget* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_GetInteractionWidget;
// Function Everholm.EverholmInteractorComponent.GetMaxSelectionDistance
// 0x0004 (0x0004 - 0x0000)
struct EverholmInteractorComponent_GetMaxSelectionDistance final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_GetMaxSelectionDistance;
// Function Everholm.EverholmInteractorComponent.ShouldShowInteractionUI
// 0x0001 (0x0001 - 0x0000)
struct EverholmInteractorComponent_ShouldShowInteractionUI final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInteractorComponent_ShouldShowInteractionUI;
// Function Everholm.EverholmInventoryComponent.GetItemSection
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_GetItemSection final
{
public:
const class UObject* itemObjectOrClass; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInventorySection ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInventoryComponent_GetItemSection;
// Function Everholm.EverholmInventoryComponent.TransferInventoryToPrimaryPlayer
// 0x0008 (0x0008 - 0x0000)
struct EverholmInventoryComponent_TransferInventoryToPrimaryPlayer final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_TransferInventoryToPrimaryPlayer;
// Function Everholm.EverholmInventoryComponent.AddToInventory
// 0x0018 (0x0018 - 0x0000)
struct EverholmInventoryComponent_AddToInventory final
{
public:
struct FInventoryItem Item; // 0x0000(0x0010)(Parm, NoDestructor, NativeAccessSpecifierPublic)
EInventoryAddResultType ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInventoryComponent_AddToInventory;
// Function Everholm.EverholmInventoryComponent.EquipMask
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_EquipMask final
{
public:
class AMaskPickup* maskItem; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInventoryComponent_EquipMask;
// Function Everholm.EverholmInventoryComponent.GetMaskFromRowHandle
// 0x0018 (0x0018 - 0x0000)
struct EverholmInventoryComponent_GetMaskFromRowHandle final
{
public:
struct FDataTableRowHandle CollectibleRowHandle; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
class AMaskPickup* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_GetMaskFromRowHandle;
// Function Everholm.EverholmInventoryComponent.OnProfileLoadedEquipMask
// 0x0008 (0x0008 - 0x0000)
struct EverholmInventoryComponent_OnProfileLoadedEquipMask final
{
public:
class UPlayerProfile* profile; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_OnProfileLoadedEquipMask;
// Function Everholm.EverholmInventoryComponent.OnRep_Inventory
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_OnRep_Inventory final
{
public:
TArray<struct FInventoryEntry> oldInventory; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_OnRep_Inventory;
// Function Everholm.EverholmInventoryComponent.OnRep_MasksInventory
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_OnRep_MasksInventory final
{
public:
TArray<struct FInventoryEntry> oldInventory; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_OnRep_MasksInventory;
// Function Everholm.EverholmInventoryComponent.RemoveFromInventory
// 0x0018 (0x0018 - 0x0000)
struct EverholmInventoryComponent_RemoveFromInventory final
{
public:
struct FInventoryItem Item; // 0x0000(0x0010)(Parm, NoDestructor, NativeAccessSpecifierPublic)
EInventorySection Section; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_RemoveFromInventory;
// Function Everholm.EverholmInventoryComponent.RemoveFromInventoryByName
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_RemoveFromInventoryByName final
{
public:
class FName Name_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInventorySection Section; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_RemoveFromInventoryByName;
// Function Everholm.EverholmInventoryComponent.RemoveFromInventoryByPickup
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_RemoveFromInventoryByPickup final
{
public:
class APickupBase* pickupToRemove; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInventoryComponent_RemoveFromInventoryByPickup;
// Function Everholm.EverholmInventoryComponent.ReserveMask
// 0x0008 (0x0008 - 0x0000)
struct EverholmInventoryComponent_ReserveMask final
{
public:
class AMaskPickup* maskItem; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_ReserveMask;
// Function Everholm.EverholmInventoryComponent.FindItemIndexByCollectibleName
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_FindItemIndexByCollectibleName final
{
public:
class FName Name_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInventorySection Section; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_FindItemIndexByCollectibleName;
// Function Everholm.EverholmInventoryComponent.FindItemIndexByInstance
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_FindItemIndexByInstance final
{
public:
const class AActor* Item; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInventoryComponent_FindItemIndexByInstance;
// Function Everholm.EverholmInventoryComponent.FindItemIndexByName
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_FindItemIndexByName final
{
public:
class FName Name_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInventorySection Section; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_FindItemIndexByName;
// Function Everholm.EverholmInventoryComponent.FindItemIndexByTag
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_FindItemIndexByTag final
{
public:
struct FGameplayTag Tag; // 0x0000(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInventorySection Section; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_FindItemIndexByTag;
// Function Everholm.EverholmInventoryComponent.FindItemIndexesByTag
// 0x0020 (0x0020 - 0x0000)
struct EverholmInventoryComponent_FindItemIndexesByTag final
{
public:
struct FGameplayTag Tag; // 0x0000(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInventorySection Section; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TArray<int32> ReturnValue; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_FindItemIndexesByTag;
// Function Everholm.EverholmInventoryComponent.GetDefaultStartingMask
// 0x0008 (0x0008 - 0x0000)
struct EverholmInventoryComponent_GetDefaultStartingMask final
{
public:
class AMaskPickup* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_GetDefaultStartingMask;
// Function Everholm.EverholmInventoryComponent.GetEquippedMask
// 0x0008 (0x0008 - 0x0000)
struct EverholmInventoryComponent_GetEquippedMask final
{
public:
class AMaskPickup* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_GetEquippedMask;
// Function Everholm.EverholmInventoryComponent.GetInventory
// 0x0018 (0x0018 - 0x0000)
struct EverholmInventoryComponent_GetInventory final
{
public:
EInventorySection Section; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TArray<struct FInventoryEntry> ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_GetInventory;
// Function Everholm.EverholmInventoryComponent.GetInventoryCount
// 0x0018 (0x0018 - 0x0000)
struct EverholmInventoryComponent_GetInventoryCount final
{
public:
struct FInventoryItem Item; // 0x0000(0x0010)(Parm, NoDestructor, NativeAccessSpecifierPublic)
EInventorySection Section; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x3]; // 0x0011(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x0014(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_GetInventoryCount;
// Function Everholm.EverholmInventoryComponent.GetInventoryCountByName
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_GetInventoryCountByName final
{
public:
class FName Name_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInventorySection Section; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x000C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_GetInventoryCountByName;
// Function Everholm.EverholmInventoryComponent.GetInventoryItemsCount
// 0x0008 (0x0008 - 0x0000)
struct EverholmInventoryComponent_GetInventoryItemsCount final
{
public:
EInventorySection Section; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_GetInventoryItemsCount;
// Function Everholm.EverholmInventoryComponent.GetItemEntryByIndex
// 0x0018 (0x0018 - 0x0000)
struct EverholmInventoryComponent_GetItemEntryByIndex final
{
public:
int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInventorySection Section; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FInventoryEntry ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_GetItemEntryByIndex;
// Function Everholm.EverholmInventoryComponent.GetReservedMask
// 0x0008 (0x0008 - 0x0000)
struct EverholmInventoryComponent_GetReservedMask final
{
public:
class AMaskPickup* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmInventoryComponent_GetReservedMask;
// Function Everholm.EverholmInventoryComponent.HasItem
// 0x0018 (0x0018 - 0x0000)
struct EverholmInventoryComponent_HasItem final
{
public:
struct FInventoryItem Item; // 0x0000(0x0010)(Parm, NoDestructor, NativeAccessSpecifierPublic)
EInventorySection Section; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0011(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_12[0x6]; // 0x0012(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInventoryComponent_HasItem;
// Function Everholm.EverholmInventoryComponent.HasItemByClass
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_HasItemByClass final
{
public:
TSubclassOf<class APickupBase> pickupClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInventoryComponent_HasItemByClass;
// Function Everholm.EverholmInventoryComponent.HasItemByName
// 0x000C (0x000C - 0x0000)
struct EverholmInventoryComponent_HasItemByName final
{
public:
class FName Name_0; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInventorySection Section; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0009(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x2]; // 0x000A(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInventoryComponent_HasItemByName;
// Function Everholm.EverholmInventoryComponent.HasItemInstance
// 0x0010 (0x0010 - 0x0000)
struct EverholmInventoryComponent_HasItemInstance final
{
public:
const class AActor* Item; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmInventoryComponent_HasItemInstance;
// Function Everholm.EverholmMainMenuGameMode.OnPrimaryUserInitialized
// 0x0028 (0x0028 - 0x0000)
struct EverholmMainMenuGameMode_OnPrimaryUserInitialized final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
const class UCommonUserInfo* UserInfo; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSuccess; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FString Error; // 0x0018(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmMainMenuGameMode_OnPrimaryUserInitialized;
// Function Everholm.PickupInteractionComponent.OnThrownPickupLanded
// 0x0108 (0x0108 - 0x0000)
struct PickupInteractionComponent_OnThrownPickupLanded final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FHitResult ImpactResult; // 0x0010(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupInteractionComponent_OnThrownPickupLanded;
// Function Everholm.PickupInteractionComponent.OnThrownPickupSettled
// 0x0010 (0x0010 - 0x0000)
struct PickupInteractionComponent_OnThrownPickupSettled final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupInteractionComponent_OnThrownPickupSettled;
// Function Everholm.EverholmPlayerController.CanUnpause
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerController_CanUnpause final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_CanUnpause;
// Function Everholm.EverholmPlayerController.GiveItem
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerController_GiveItem final
{
public:
class FName pickupClassName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName characterName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_GiveItem;
// Function Everholm.EverholmPlayerController.Kill
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerController_Kill final
{
public:
class FName deathHandlerName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_Kill;
// Function Everholm.EverholmPlayerController.RequestPause
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerController_RequestPause final
{
public:
EPauseReason pauseReason; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_RequestPause;
// Function Everholm.EverholmPlayerController.Server_AckGameFlowState
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerController_Server_AckGameFlowState final
{
public:
uint8 ackState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_Server_AckGameFlowState;
// Function Everholm.EverholmPlayerController.Server_DebugRespawnAtCheckpoint
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerController_Server_DebugRespawnAtCheckpoint final
{
public:
class AEverholmPlayerStart* PlayerStart; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_Server_DebugRespawnAtCheckpoint;
// Function Everholm.EverholmPlayerController.Server_PauseGame
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerController_Server_PauseGame final
{
public:
EPauseReason pauseReason; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_Server_PauseGame;
// Function Everholm.EverholmPlayerController.Server_SetPlayerUniqueNetId
// 0x0030 (0x0030 - 0x0000)
struct EverholmPlayerController_Server_SetPlayerUniqueNetId final
{
public:
struct FUniqueNetIdRepl UniqueNetId; // 0x0000(0x0030)(ConstParm, Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_Server_SetPlayerUniqueNetId;
// Function Everholm.EverholmPlayerController.Server_TeleportPawn
// 0x0018 (0x0018 - 0x0000)
struct EverholmPlayerController_Server_TeleportPawn final
{
public:
struct FVector targetLocation; // 0x0000(0x0018)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_Server_TeleportPawn;
// Function Everholm.EverholmPlayerController.Server_UnPauseGame
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerController_Server_UnPauseGame final
{
public:
EPauseReason pauseReason; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_Server_UnPauseGame;
// Function Everholm.EverholmPlayerController.ServerGiveItem
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerController_ServerGiveItem final
{
public:
class FName pickupClassName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName characterName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_ServerGiveItem;
// Function Everholm.EverholmPlayerController.ServerKill
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerController_ServerKill final
{
public:
class FName deathHandlerName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_ServerKill;
// Function Everholm.EverholmPlayerController.ServerTakeItem
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerController_ServerTakeItem final
{
public:
class FName pickupClassName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName characterName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_ServerTakeItem;
// Function Everholm.EverholmPlayerController.ShowSaveIcon
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerController_ShowSaveIcon final
{
public:
bool bShow; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_ShowSaveIcon;
// Function Everholm.EverholmPlayerController.TakeItem
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerController_TakeItem final
{
public:
class FName pickupClassName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName characterName; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_TakeItem;
// Function Everholm.EverholmPlayerController.TryToggleGamePause
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerController_TryToggleGamePause final
{
public:
EPauseReason pauseReason; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_TryToggleGamePause;
// Function Everholm.EverholmPlayerController.UnRequestPause
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerController_UnRequestPause final
{
public:
EPauseReason pauseReason; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_UnRequestPause;
// Function Everholm.EverholmPlayerController.GetLookAroundComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerController_GetLookAroundComponent final
{
public:
class ULookAroundComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_GetLookAroundComponent;
// Function Everholm.EverholmPlayerController.IncrementAchievementOnClient
// 0x0018 (0x0018 - 0x0000)
struct EverholmPlayerController_IncrementAchievementOnClient final
{
public:
const class APlayerState* EverholmPlayerState; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAchievementKey Key; // 0x0008(0x0008)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
int32 Amount; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPlayerController_IncrementAchievementOnClient;
// Function Everholm.EverholmPlayerController.IncrementAchievementReferenceOnClient
// 0x0018 (0x0018 - 0x0000)
struct EverholmPlayerController_IncrementAchievementReferenceOnClient final
{
public:
const class APlayerState* EverholmPlayerState; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAchievementKey Key; // 0x0008(0x0008)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
class FName Reference; // 0x0010(0x0008)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_IncrementAchievementReferenceOnClient;
// Function Everholm.EverholmPlayerController.Server_SetPlayerUniqueNetIdEOSPlus
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerController_Server_SetPlayerUniqueNetIdEOSPlus final
{
public:
class FString eosPlusNetIdString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_Server_SetPlayerUniqueNetIdEOSPlus;
// Function Everholm.EverholmPlayerController.UnlockAchievementOnClient
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerController_UnlockAchievementOnClient final
{
public:
const class APlayerState* EverholmPlayerState; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAchievementKey Key; // 0x0008(0x0008)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerController_UnlockAchievementOnClient;
// Function Everholm.RecordActorTransformSubsystem.StartRecordingActorTransform
// 0x0008 (0x0008 - 0x0000)
struct RecordActorTransformSubsystem_StartRecordingActorTransform final
{
public:
class AActor* ActorToRecord; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RecordActorTransformSubsystem_StartRecordingActorTransform;
// Function Everholm.RecordActorTransformSubsystem.StopRecordingActorTransform
// 0x0080 (0x0080 - 0x0000)
struct RecordActorTransformSubsystem_StopRecordingActorTransform final
{
public:
class AActor* ActorToStopRecording; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FRecordingResult ReturnValue; // 0x0010(0x0070)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RecordActorTransformSubsystem_StopRecordingActorTransform;
// Function Everholm.StickySurface.HOP_StuckObjects
// 0x0004 (0x0004 - 0x0000)
struct StickySurface_HOP_StuckObjects final
{
public:
int32 numObjects; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_StickySurface_HOP_StuckObjects;
// Function Everholm.StickySurface.MakeStuckPickupsSavable
// 0x0001 (0x0001 - 0x0000)
struct StickySurface_MakeStuckPickupsSavable final
{
public:
bool bLoadData; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_StickySurface_MakeStuckPickupsSavable;
// Function Everholm.StickySurface.OnObjectStuck
// 0x0008 (0x0008 - 0x0000)
struct StickySurface_OnObjectStuck final
{
public:
class APickupBase* stuckPickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_StickySurface_OnObjectStuck;
// Function Everholm.StickySurface.OnStuckObjectsChanged
// 0x0004 (0x0004 - 0x0000)
struct StickySurface_OnStuckObjectsChanged final
{
public:
int32 numObjects; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_StickySurface_OnStuckObjectsChanged;
// Function Everholm.StickySurface.OnSurfaceHit
// 0x0128 (0x0128 - 0x0000)
struct StickySurface_OnSurfaceHit final
{
public:
class UPrimitiveComponent* HitComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OtherActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPrimitiveComponent* OtherComp; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector NormalImpulse; // 0x0018(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FHitResult Hit; // 0x0030(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_StickySurface_OnSurfaceHit;
// Function Everholm.StickySurface.GetStuckPickups
// 0x0010 (0x0010 - 0x0000)
struct StickySurface_GetStuckPickups final
{
public:
TArray<class APickupBase*> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_StickySurface_GetStuckPickups;
// Function Everholm.EverholmMultipleAISpawner.OnSpawnTriggerImmediateSprint
// 0x0010 (0x0010 - 0x0000)
struct EverholmMultipleAISpawner_OnSpawnTriggerImmediateSprint final
{
public:
class AAISpawner* Spawner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* NewPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmMultipleAISpawner_OnSpawnTriggerImmediateSprint;
// Function Everholm.EverholmMultipleAISpawner.TriggerImmediateSprint
// 0x0008 (0x0008 - 0x0000)
struct EverholmMultipleAISpawner_TriggerImmediateSprint final
{
public:
const class APawn* Pawn; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmMultipleAISpawner_TriggerImmediateSprint;
// Function Everholm.EverholmNavigationSystem.GetEverholmNavigationSystem
// 0x0010 (0x0010 - 0x0000)
struct EverholmNavigationSystem_GetEverholmNavigationSystem final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UEverholmNavigationSystem* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmNavigationSystem_GetEverholmNavigationSystem;
// Function Everholm.EverholmNetworkSessionManager.FindSessionWithLobbyCode
// 0x0018 (0x0018 - 0x0000)
struct EverholmNetworkSessionManager_FindSessionWithLobbyCode final
{
public:
class APlayerController* SearchingPlayer; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString LobbyCode; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmNetworkSessionManager_FindSessionWithLobbyCode;
// Function Everholm.EverholmNetworkSessionManager.GetSessionLobbyCode
// 0x0010 (0x0010 - 0x0000)
struct EverholmNetworkSessionManager_GetSessionLobbyCode final
{
public:
class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmNetworkSessionManager_GetSessionLobbyCode;
// Function Everholm.EverholmNetworkSessionManager.IsCrossplayAvailable
// 0x0001 (0x0001 - 0x0000)
struct EverholmNetworkSessionManager_IsCrossplayAvailable final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmNetworkSessionManager_IsCrossplayAvailable;
// Function Everholm.EverholmNetworkSessionManager.IsCrossplayEnabled
// 0x0001 (0x0001 - 0x0000)
struct EverholmNetworkSessionManager_IsCrossplayEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmNetworkSessionManager_IsCrossplayEnabled;
// Function Everholm.EverholmNetworkSessionManager.TriggerPlatformError
// 0x0001 (0x0001 - 0x0000)
struct EverholmNetworkSessionManager_TriggerPlatformError final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmNetworkSessionManager_TriggerPlatformError;
// Function Everholm.EverholmPickupComponent.ForceEquipPickupToPlayer
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_ForceEquipPickupToPlayer final
{
public:
class AEverholmPlayerCharacter* targetPlayer; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* targetPickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_ForceEquipPickupToPlayer;
// Function Everholm.EverholmPickupComponent.UpdateEquippedMasks
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_UpdateEquippedMasks final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_UpdateEquippedMasks;
// Function Everholm.EverholmPickupComponent.ForceDropEquippedMask
// 0x0003 (0x0003 - 0x0000)
struct EverholmPickupComponent_ForceDropEquippedMask final
{
public:
bool bSnapToGround; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisableAfterDrop; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_ForceDropEquippedMask;
// Function Everholm.EverholmPickupComponent.ForceDropHeldPickup
// 0x0003 (0x0003 - 0x0000)
struct EverholmPickupComponent_ForceDropHeldPickup final
{
public:
bool bOverrideUndroppable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisableAfterDrop; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0002(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_ForceDropHeldPickup;
// Function Everholm.EverholmPickupComponent.ForceGrabPickup
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_ForceGrabPickup final
{
public:
class APickupBase* pickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPickupComponent_ForceGrabPickup;
// Function Everholm.EverholmPickupComponent.ForceInterruptAllStates
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_ForceInterruptAllStates final
{
public:
class APickupBase* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_ForceInterruptAllStates;
// Function Everholm.EverholmPickupComponent.ForceStashHeldPickup
// 0x0001 (0x0001 - 0x0000)
struct EverholmPickupComponent_ForceStashHeldPickup final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_ForceStashHeldPickup;
// Function Everholm.EverholmPickupComponent.HandleClimbingTagChanged
// 0x0018 (0x0018 - 0x0000)
struct EverholmPickupComponent_HandleClimbingTagChanged final
{
public:
class UAbilityActivationComponent* AbilityActivationComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag ChangedTag; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasAdded; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPickupComponent_HandleClimbingTagChanged;
// Function Everholm.EverholmPickupComponent.HandleExitingVehicleStarted
// 0x0001 (0x0001 - 0x0000)
struct EverholmPickupComponent_HandleExitingVehicleStarted final
{
public:
bool bVehicleHandlesStash; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_HandleExitingVehicleStarted;
// Function Everholm.EverholmPickupComponent.HandleHarpoonRetrievedDuringVehicleExit
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_HandleHarpoonRetrievedDuringVehicleExit final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_HandleHarpoonRetrievedDuringVehicleExit;
// Function Everholm.EverholmPickupComponent.HandlePickupStateTagChanged
// 0x0018 (0x0018 - 0x0000)
struct EverholmPickupComponent_HandlePickupStateTagChanged final
{
public:
class UAbilityActivationComponent* AbilityActivationComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag ChangedTag; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasAdded; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPickupComponent_HandlePickupStateTagChanged;
// Function Everholm.EverholmPickupComponent.HandleTagChanged
// 0x0018 (0x0018 - 0x0000)
struct EverholmPickupComponent_HandleTagChanged final
{
public:
class UAbilityActivationComponent* AbilityActivationComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag ChangedTag; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasAdded; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPickupComponent_HandleTagChanged;
// Function Everholm.EverholmPickupComponent.Multicast_ApplyLocoProfile
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Multicast_ApplyLocoProfile final
{
public:
class ULocomotionProfileAsset* locoProfile; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_ApplyLocoProfile;
// Function Everholm.EverholmPickupComponent.Multicast_ConsumePickup
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Multicast_ConsumePickup final
{
public:
class APickupBase* pickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_ConsumePickup;
// Function Everholm.EverholmPickupComponent.Multicast_CreatePickupNotificationWidget
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_Multicast_CreatePickupNotificationWidget final
{
public:
class AEverholmCharacter* holder; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_CreatePickupNotificationWidget;
// Function Everholm.EverholmPickupComponent.Multicast_ForceDropEquippedMask
// 0x0002 (0x0002 - 0x0000)
struct EverholmPickupComponent_Multicast_ForceDropEquippedMask final
{
public:
bool bSnapToGround; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisableAfterDrop; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_ForceDropEquippedMask;
// Function Everholm.EverholmPickupComponent.Multicast_ForceDropHeldPickup
// 0x0001 (0x0001 - 0x0000)
struct EverholmPickupComponent_Multicast_ForceDropHeldPickup final
{
public:
bool bDisableAfterDrop; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_ForceDropHeldPickup;
// Function Everholm.EverholmPickupComponent.Multicast_ForceGrabPickup
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Multicast_ForceGrabPickup final
{
public:
class APickupBase* pickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_ForceGrabPickup;
// Function Everholm.EverholmPickupComponent.Multicast_RequestPickupState
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_Multicast_RequestPickupState final
{
public:
EPickupState NewState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_RequestPickupState;
// Function Everholm.EverholmPickupComponent.Multicast_SetThrowParams
// 0x0028 (0x0028 - 0x0000)
struct EverholmPickupComponent_Multicast_SetThrowParams final
{
public:
struct FThrowParams throwParameters; // 0x0000(0x0028)(ConstParm, Parm, ReferenceParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_SetThrowParams;
// Function Everholm.EverholmPickupComponent.Multicast_StartUsingItem
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Multicast_StartUsingItem final
{
public:
const class AEverholmCharacter* User; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_StartUsingItem;
// Function Everholm.EverholmPickupComponent.Multicast_StopUsingItem
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Multicast_StopUsingItem final
{
public:
const class AEverholmCharacter* User; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_StopUsingItem;
// Function Everholm.EverholmPickupComponent.Multicast_TryQuickEquipMask
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Multicast_TryQuickEquipMask final
{
public:
class AMaskPickup* MaskPickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_TryQuickEquipMask;
// Function Everholm.EverholmPickupComponent.Multicast_TryQuickEquipOtherPlayersMask
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Multicast_TryQuickEquipOtherPlayersMask final
{
public:
class AMaskPickup* MaskPickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Multicast_TryQuickEquipOtherPlayersMask;
// Function Everholm.EverholmPickupComponent.OnLedgeClimbingChanged
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_OnLedgeClimbingChanged final
{
public:
bool bIsClimbing; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float ledgeHeightAfterAlignment; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_OnLedgeClimbingChanged;
// Function Everholm.EverholmPickupComponent.OnSurfaceClimbingChanged
// 0x0001 (0x0001 - 0x0000)
struct EverholmPickupComponent_OnSurfaceClimbingChanged final
{
public:
bool bIsClimbing; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_OnSurfaceClimbingChanged;
// Function Everholm.EverholmPickupComponent.QueueEquip
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_QueueEquip final
{
public:
struct FGameplayTag GameplayTag; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_QueueEquip;
// Function Everholm.EverholmPickupComponent.ReservePickup
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_ReservePickup final
{
public:
class APickupBase* pickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsReserved; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPickupComponent_ReservePickup;
// Function Everholm.EverholmPickupComponent.Server_ApplyLocoProfile
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Server_ApplyLocoProfile final
{
public:
class ULocomotionProfileAsset* locoProfile; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_ApplyLocoProfile;
// Function Everholm.EverholmPickupComponent.Server_ConsumePickup
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Server_ConsumePickup final
{
public:
class APickupBase* pickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_ConsumePickup;
// Function Everholm.EverholmPickupComponent.Server_CreatePickupNotificationWidget
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_Server_CreatePickupNotificationWidget final
{
public:
class AEverholmCharacter* holder; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_CreatePickupNotificationWidget;
// Function Everholm.EverholmPickupComponent.Server_ForceDropEquippedMask
// 0x0002 (0x0002 - 0x0000)
struct EverholmPickupComponent_Server_ForceDropEquippedMask final
{
public:
bool bSnapToGround; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bDisableAfterDrop; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_ForceDropEquippedMask;
// Function Everholm.EverholmPickupComponent.Server_ForceDropHeldPickup
// 0x0001 (0x0001 - 0x0000)
struct EverholmPickupComponent_Server_ForceDropHeldPickup final
{
public:
bool bDisableAfterDrop; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_ForceDropHeldPickup;
// Function Everholm.EverholmPickupComponent.Server_ForceGrabPickup
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Server_ForceGrabPickup final
{
public:
class APickupBase* pickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_ForceGrabPickup;
// Function Everholm.EverholmPickupComponent.Server_RequestPickupState
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_Server_RequestPickupState final
{
public:
EPickupState NewState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_RequestPickupState;
// Function Everholm.EverholmPickupComponent.Server_SetThrowParams
// 0x0028 (0x0028 - 0x0000)
struct EverholmPickupComponent_Server_SetThrowParams final
{
public:
struct FThrowParams throwParameters; // 0x0000(0x0028)(ConstParm, Parm, ReferenceParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_SetThrowParams;
// Function Everholm.EverholmPickupComponent.Server_StartUsingItem
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Server_StartUsingItem final
{
public:
const class AEverholmCharacter* User; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_StartUsingItem;
// Function Everholm.EverholmPickupComponent.Server_StopUsingItem
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Server_StopUsingItem final
{
public:
const class AEverholmCharacter* User; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_StopUsingItem;
// Function Everholm.EverholmPickupComponent.Server_TryQuickEquipMask
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Server_TryQuickEquipMask final
{
public:
class AMaskPickup* MaskPickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_TryQuickEquipMask;
// Function Everholm.EverholmPickupComponent.Server_TryQuickEquipOtherPlayersMask
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_Server_TryQuickEquipOtherPlayersMask final
{
public:
class AMaskPickup* MaskPickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_Server_TryQuickEquipOtherPlayersMask;
// Function Everholm.EverholmPickupComponent.ServerReservePickup
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_ServerReservePickup final
{
public:
class APickupBase* pickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsReserved; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPickupComponent_ServerReservePickup;
// Function Everholm.EverholmPickupComponent.ServerSetPickupClientDirected
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_ServerSetPickupClientDirected final
{
public:
class APickupBase* pickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsClientDirected; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPickupComponent_ServerSetPickupClientDirected;
// Function Everholm.EverholmPickupComponent.ServerSetRBState
// 0x0090 (0x0090 - 0x0000)
struct EverholmPickupComponent_ServerSetRBState final
{
public:
class APickupBase* pickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FRigidBodyState State; // 0x0010(0x0080)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_ServerSetRBState;
// Function Everholm.EverholmPickupComponent.ServerSpawnClientDirectedHarpoon
// 0x0070 (0x0070 - 0x0000)
struct EverholmPickupComponent_ServerSpawnClientDirectedHarpoon final
{
public:
class AHarpoonPickup* HarpoonPickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* hitActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FTransform spawnTransform; // 0x0010(0x0060)(ConstParm, Parm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_ServerSpawnClientDirectedHarpoon;
// Function Everholm.EverholmPickupComponent.SetInventoryEnabled
// 0x0001 (0x0001 - 0x0000)
struct EverholmPickupComponent_SetInventoryEnabled final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_SetInventoryEnabled;
// Function Everholm.EverholmPickupComponent.UpdateThrowMotionWarpTarget
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_UpdateThrowMotionWarpTarget final
{
public:
const class UTargetComponent* Target; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_UpdateThrowMotionWarpTarget;
// Function Everholm.EverholmPickupComponent.GetActivePickup
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_GetActivePickup final
{
public:
class APickupBase* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_GetActivePickup;
// Function Everholm.EverholmPickupComponent.GetCurrentPickupState
// 0x0001 (0x0001 - 0x0000)
struct EverholmPickupComponent_GetCurrentPickupState final
{
public:
EPickupState ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_GetCurrentPickupState;
// Function Everholm.EverholmPickupComponent.GetCurrentPickupType
// 0x0001 (0x0001 - 0x0000)
struct EverholmPickupComponent_GetCurrentPickupType final
{
public:
EPickupType ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_GetCurrentPickupType;
// Function Everholm.EverholmPickupComponent.GetEquippedMask
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_GetEquippedMask final
{
public:
class AMaskPickup* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_GetEquippedMask;
// Function Everholm.EverholmPickupComponent.GetHeldPickup
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_GetHeldPickup final
{
public:
bool bEvenIfCurrentlyStashing; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class APickupBase* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_GetHeldPickup;
// Function Everholm.EverholmPickupComponent.GetLastStashedPickup
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_GetLastStashedPickup final
{
public:
class APickupBase* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_GetLastStashedPickup;
// Function Everholm.EverholmPickupComponent.GetReservedMask
// 0x0008 (0x0008 - 0x0000)
struct EverholmPickupComponent_GetReservedMask final
{
public:
class AMaskPickup* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPickupComponent_GetReservedMask;
// Function Everholm.EverholmPickupComponent.HeldPickupHasTag
// 0x000C (0x000C - 0x0000)
struct EverholmPickupComponent_HeldPickupHasTag final
{
public:
struct FGameplayTag Tag; // 0x0000(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPickupComponent_HeldPickupHasTag;
// Function Everholm.EverholmPickupComponent.IsOtherPlayerWearingMask
// 0x0010 (0x0010 - 0x0000)
struct EverholmPickupComponent_IsOtherPlayerWearingMask final
{
public:
const class AMaskPickup* Mask; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPickupComponent_IsOtherPlayerWearingMask;
// Function Everholm.ChooserTableTransitionAsset.GetBlendTimeForTransition
// 0x0018 (0x0018 - 0x0000)
struct ChooserTableTransitionAsset_GetBlendTimeForTransition final
{
public:
class UChooserTable* From; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UChooserTable* To; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_ChooserTableTransitionAsset_GetBlendTimeForTransition;
// Function Everholm.EverholmPlayerAnimInstance.OnAIAttachmentChanged
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerAnimInstance_OnAIAttachmentChanged final
{
public:
bool bIsHumbugAttached; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerAnimInstance_OnAIAttachmentChanged;
// Function Everholm.EverholmPlayerAnimInstance.GetChooserTableTransitionTime
// 0x0018 (0x0018 - 0x0000)
struct EverholmPlayerAnimInstance_GetChooserTableTransitionTime final
{
public:
class UChooserTable* From; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UChooserTable* To; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0010(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPlayerAnimInstance_GetChooserTableTransitionTime;
// Function Everholm.EverholmPlayerAnimInstance.GetIKAlpha
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerAnimInstance_GetIKAlpha final
{
public:
bool bIsWorldSpace; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerAnimInstance_GetIKAlpha;
// Function Everholm.EverholmPlayerAnimInstance.GetIKDataFromSlot
// 0x0070 (0x0070 - 0x0000)
struct EverholmPlayerAnimInstance_GetIKDataFromSlot final
{
public:
EPlayerIKSlot Slot; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsWorldSpace; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
float outAlpha; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FTransform OutTransform; // 0x0010(0x0060)(Parm, OutParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerAnimInstance_GetIKDataFromSlot;
// Function Everholm.EverholmPlayerAnimInstance.GetOwningPlayerCharacter
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerAnimInstance_GetOwningPlayerCharacter final
{
public:
class AEverholmPlayerCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerAnimInstance_GetOwningPlayerCharacter;
// Function Everholm.EverholmPlayerCharacter.GetCrouchComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerCharacter_GetCrouchComponent final
{
public:
class UCrouchComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_GetCrouchComponent;
// Function Everholm.EverholmPlayerCharacter.GetShot
// 0x00F8 (0x00F8 - 0x0000)
struct EverholmPlayerCharacter_GetShot final
{
public:
struct FHitResult HitResult; // 0x0000(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_GetShot;
// Function Everholm.EverholmPlayerCharacter.MoveTo
// 0x0038 (0x0038 - 0x0000)
struct EverholmPlayerCharacter_MoveTo final
{
public:
struct FVector Location; // 0x0000(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Direction; // 0x0018(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float AcceptanceRadius; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float DesiredMoveSpeed; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_MoveTo;
// Function Everholm.EverholmPlayerCharacter.MultiCast_GetShot
// 0x00F8 (0x00F8 - 0x0000)
struct EverholmPlayerCharacter_MultiCast_GetShot final
{
public:
struct FHitResult HitResult; // 0x0000(0x00F8)(ConstParm, Parm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_MultiCast_GetShot;
// Function Everholm.EverholmPlayerCharacter.Multicast_TeleportAllPlayers
// 0x0018 (0x0018 - 0x0000)
struct EverholmPlayerCharacter_Multicast_TeleportAllPlayers final
{
public:
struct FVector targetLocation; // 0x0000(0x0018)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_Multicast_TeleportAllPlayers;
// Function Everholm.EverholmPlayerCharacter.OnMoveFinished
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerCharacter_OnMoveFinished final
{
public:
EPathFollowingResult Result; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_OnMoveFinished;
// Function Everholm.EverholmPlayerCharacter.Server_GetShot
// 0x00F8 (0x00F8 - 0x0000)
struct EverholmPlayerCharacter_Server_GetShot final
{
public:
struct FHitResult HitResult; // 0x0000(0x00F8)(ConstParm, Parm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_Server_GetShot;
// Function Everholm.EverholmPlayerCharacter.Server_TeleportAllPlayers
// 0x0018 (0x0018 - 0x0000)
struct EverholmPlayerCharacter_Server_TeleportAllPlayers final
{
public:
struct FVector targetLocation; // 0x0000(0x0018)(ConstParm, Parm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_Server_TeleportAllPlayers;
// Function Everholm.EverholmPlayerCharacter.SetIsInBoat
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerCharacter_SetIsInBoat final
{
public:
bool isInBoat; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_SetIsInBoat;
// Function Everholm.EverholmPlayerCharacter.SimulateInput
// 0x0028 (0x0028 - 0x0000)
struct EverholmPlayerCharacter_SimulateInput final
{
public:
struct FInputActionValue Value; // 0x0000(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
ECharacterInstruction instruction; // 0x0020(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_21[0x7]; // 0x0021(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_SimulateInput;
// Function Everholm.EverholmPlayerCharacter.UpdatePlayerDrownProgress
// 0x0004 (0x0004 - 0x0000)
struct EverholmPlayerCharacter_UpdatePlayerDrownProgress final
{
public:
float Progress; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_UpdatePlayerDrownProgress;
// Function Everholm.EverholmPlayerCharacter.GetAIEncounterDataComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerCharacter_GetAIEncounterDataComponent final
{
public:
class UAIEncounterDataComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_GetAIEncounterDataComponent;
// Function Everholm.EverholmPlayerCharacter.GetHeldPickup
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerCharacter_GetHeldPickup final
{
public:
bool bEvenIfCurrentlyStashing; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class APickupBase* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_GetHeldPickup;
// Function Everholm.EverholmPlayerCharacter.GetIsInBoat
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerCharacter_GetIsInBoat final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_GetIsInBoat;
// Function Everholm.EverholmPlayerCharacter.GetPickupComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerCharacter_GetPickupComponent final
{
public:
class UEverholmPickupComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_GetPickupComponent;
// Function Everholm.EverholmPlayerCharacter.GetPlayerPawnType
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerCharacter_GetPlayerPawnType final
{
public:
EPlayerPawnType ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_GetPlayerPawnType;
// Function Everholm.EverholmPlayerCharacter.GetTargetingComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerCharacter_GetTargetingComponent final
{
public:
class UTargetingComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerCharacter_GetTargetingComponent;
// Function Everholm.EverholmPlayerManagerSubsystem.HaveAllPlayersSpawnedOnServerAndClient
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerManagerSubsystem_HaveAllPlayersSpawnedOnServerAndClient final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerManagerSubsystem_HaveAllPlayersSpawnedOnServerAndClient;
// Function Everholm.EverholmPlayerState.Server_SetOnlinePlatformString
// 0x0010 (0x0010 - 0x0000)
struct EverholmPlayerState_Server_SetOnlinePlatformString final
{
public:
class FString platformString; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerState_Server_SetOnlinePlatformString;
// Function Everholm.EverholmPlayerState.GetEverholmPlayerCharacter
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerState_GetEverholmPlayerCharacter final
{
public:
class AEverholmPlayerCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerState_GetEverholmPlayerCharacter;
// Function Everholm.EverholmPlayerState.GetEverholmPlayerController
// 0x0008 (0x0008 - 0x0000)
struct EverholmPlayerState_GetEverholmPlayerController final
{
public:
class AEverholmPlayerController* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerState_GetEverholmPlayerController;
// Function Everholm.EverholmPlayerState.GetPlayerPawnType
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerState_GetPlayerPawnType final
{
public:
EPlayerPawnType ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerState_GetPlayerPawnType;
// Function Everholm.EverholmPlayerState.GetPlayerStateType
// 0x0001 (0x0001 - 0x0000)
struct EverholmPlayerState_GetPlayerStateType final
{
public:
EPlayerStateType ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPlayerState_GetPlayerStateType;
// Function Everholm.MenuItems.AddMainMenu
// 0x0008 (0x0008 - 0x0000)
struct MenuItems_AddMainMenu final
{
public:
TSubclassOf<class UMenuItems> WidgetClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MenuItems_AddMainMenu;
// Function Everholm.EverholmPumpInteraction.GetPumpInputData
// 0x0008 (0x0008 - 0x0000)
struct EverholmPumpInteraction_GetPumpInputData final
{
public:
struct FPumpInputData ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPumpInteraction_GetPumpInputData;
// Function Everholm.EverholmPumpInteraction.SetProcessInput
// 0x0001 (0x0001 - 0x0000)
struct EverholmPumpInteraction_SetProcessInput final
{
public:
bool ShouldProcessInput; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPumpInteraction_SetProcessInput;
// Function Everholm.EverholmPumpInteraction.GetProcessInput
// 0x0001 (0x0001 - 0x0000)
struct EverholmPumpInteraction_GetProcessInput final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmPumpInteraction_GetProcessInput;
// Function Everholm.RadioPickup.OnActiveStateChanged
// 0x0001 (0x0001 - 0x0000)
struct RadioPickup_OnActiveStateChanged final
{
public:
bool bIsActive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_OnActiveStateChanged;
// Function Everholm.RadioPickup.OnInputReceived
// 0x0008 (0x0008 - 0x0000)
struct RadioPickup_OnInputReceived final
{
public:
class AEverholmCharacter* User; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_OnInputReceived;
// Function Everholm.RadioPickup.OnInputRemoved
// 0x0008 (0x0008 - 0x0000)
struct RadioPickup_OnInputRemoved final
{
public:
class AEverholmCharacter* User; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_OnInputRemoved;
// Function Everholm.RadioPickup.OnSignalCallback
// 0x0010 (0x0010 - 0x0000)
struct RadioPickup_OnSignalCallback final
{
public:
EAkCallbackType CallbackType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UAkCallbackInfo* CallbackInfo; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_OnSignalCallback;
// Function Everholm.RadioPickup.PostRadioActiveEvent
// 0x0004 (0x0004 - 0x0000)
struct RadioPickup_PostRadioActiveEvent final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_PostRadioActiveEvent;
// Function Everholm.RadioPickup.PostSignalFoundEvent
// 0x0010 (0x0010 - 0x0000)
struct RadioPickup_PostSignalFoundEvent final
{
public:
class UAkAudioEvent* signalFoundEvent; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_RadioPickup_PostSignalFoundEvent;
// Function Everholm.RadioPickup.PostStartTuningEvent
// 0x0004 (0x0004 - 0x0000)
struct RadioPickup_PostStartTuningEvent final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_PostStartTuningEvent;
// Function Everholm.RadioPickup.PostStopTuningEvent
// 0x0004 (0x0004 - 0x0000)
struct RadioPickup_PostStopTuningEvent final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_PostStopTuningEvent;
// Function Everholm.RadioPickup.PostTargetAudioEvent
// 0x0010 (0x0010 - 0x0000)
struct RadioPickup_PostTargetAudioEvent final
{
public:
class URadioTargetComponent* Target; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_RadioPickup_PostTargetAudioEvent;
// Function Everholm.RadioPickup.SetFlickerCurve
// 0x0090 (0x0090 - 0x0000)
struct RadioPickup_SetFlickerCurve final
{
public:
struct FRuntimeFloatCurve Curve; // 0x0000(0x0088)(Parm, NativeAccessSpecifierPublic)
float Weight; // 0x0088(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bShouldLoop; // 0x008C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8D[0x3]; // 0x008D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_RadioPickup_SetFlickerCurve;
// Function Everholm.RadioPickup.SetMaxLightIntensity
// 0x0004 (0x0004 - 0x0000)
struct RadioPickup_SetMaxLightIntensity final
{
public:
float Intensity; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_SetMaxLightIntensity;
// Function Everholm.RadioPickup.SetMaxScreenBrightness
// 0x0004 (0x0004 - 0x0000)
struct RadioPickup_SetMaxScreenBrightness final
{
public:
float Brightness; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_SetMaxScreenBrightness;
// Function Everholm.RadioPickup.StartTuningInBoat
// 0x0018 (0x0018 - 0x0000)
struct RadioPickup_StartTuningInBoat final
{
public:
struct FVector inputDir; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_StartTuningInBoat;
// Function Everholm.RadioPickup.StopRadioTargetEvent
// 0x0010 (0x0010 - 0x0000)
struct RadioPickup_StopRadioTargetEvent final
{
public:
class URadioTargetComponent* Target; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 PlayingID; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_RadioPickup_StopRadioTargetEvent;
// Function Everholm.RadioPickup.UnlockSignalType
// 0x0001 (0x0001 - 0x0000)
struct RadioPickup_UnlockSignalType final
{
public:
ERadioSignalType signalType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_UnlockSignalType;
// Function Everholm.RadioPickup.GetAimVector
// 0x0020 (0x0020 - 0x0000)
struct RadioPickup_GetAimVector final
{
public:
const class AActor* holder; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_GetAimVector;
// Function Everholm.RadioPickup.GetFlickerLevel
// 0x0004 (0x0004 - 0x0000)
struct RadioPickup_GetFlickerLevel final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_GetFlickerLevel;
// Function Everholm.RadioPickup.GetRadioSignalLevel
// 0x0004 (0x0004 - 0x0000)
struct RadioPickup_GetRadioSignalLevel final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_GetRadioSignalLevel;
// Function Everholm.RadioPickup.HasAnyTargets
// 0x0001 (0x0001 - 0x0000)
struct RadioPickup_HasAnyTargets final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_HasAnyTargets;
// Function Everholm.RadioPickup.IsTuning
// 0x0001 (0x0001 - 0x0000)
struct RadioPickup_IsTuning final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RadioPickup_IsTuning;
// Function Everholm.TiedTogetherOnSplineComponent.GetIntent
// 0x0018 (0x0018 - 0x0000)
struct TiedTogetherOnSplineComponent_GetIntent final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TiedTogetherOnSplineComponent_GetIntent;
// Function Everholm.PlayerProfileSubsystem.OnPlayerLoggedOut
// 0x0002 (0x0002 - 0x0000)
struct PlayerProfileSubsystem_OnPlayerLoggedOut final
{
public:
ELocalUserType Type; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool Success; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlayerProfileSubsystem_OnPlayerLoggedOut;
// Function Everholm.EverholmSaveSystem.GetSlotMetadata
// 0x0020 (0x0020 - 0x0000)
struct EverholmSaveSystem_GetSlotMetadata final
{
public:
int32 SlotIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FSaveSlotMetadata ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSaveSystem_GetSlotMetadata;
// Function Everholm.EverholmSaveSystem.OnPlayerInitialized
// 0x0028 (0x0028 - 0x0000)
struct EverholmSaveSystem_OnPlayerInitialized final
{
public:
ELocalUserType Type; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
const class UCommonUserInfo* UserInfo; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool Success; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FString Error; // 0x0018(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSaveSystem_OnPlayerInitialized;
// Function Everholm.EverholmSaveSystem.OnPlayerLoggedOut
// 0x0002 (0x0002 - 0x0000)
struct EverholmSaveSystem_OnPlayerLoggedOut final
{
public:
ELocalUserType Type; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool Success; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSaveSystem_OnPlayerLoggedOut;
// Function Everholm.EverholmSaveSystem.DoesSlotHaveSaveData
// 0x0008 (0x0008 - 0x0000)
struct EverholmSaveSystem_DoesSlotHaveSaveData final
{
public:
int32 SlotIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmSaveSystem_DoesSlotHaveSaveData;
// Function Everholm.EverholmSaveSystem.GetActiveSlotIndex
// 0x0004 (0x0004 - 0x0000)
struct EverholmSaveSystem_GetActiveSlotIndex final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSaveSystem_GetActiveSlotIndex;
// Function Everholm.EverholmSaveSystem.GetAllUnlockedChaptersRowNameInChapterSelectDataTable
// 0x0010 (0x0010 - 0x0000)
struct EverholmSaveSystem_GetAllUnlockedChaptersRowNameInChapterSelectDataTable final
{
public:
TArray<class FName> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSaveSystem_GetAllUnlockedChaptersRowNameInChapterSelectDataTable;
// Function Everholm.EverholmSaveSystem.HasUnlockedChapter
// 0x000C (0x000C - 0x0000)
struct EverholmSaveSystem_HasUnlockedChapter final
{
public:
class FName ChapterRowNameInDataTable; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EverholmSaveSystem_HasUnlockedChapter;
// Function Everholm.PipOverrideInterface.GetCustomPipWorldLocation
// 0x0030 (0x0030 - 0x0000)
struct PipOverrideInterface_GetCustomPipWorldLocation final
{
public:
class AEverholmPlayerCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UInteractorComponent* interactor; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector WorldLocation; // 0x0010(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool discard; // 0x0028(0x0001)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x7]; // 0x0029(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_PipOverrideInterface_GetCustomPipWorldLocation;
// Function Everholm.EverholmShaderPrecompilationManager.IsShaderPrecompilationComplete
// 0x0001 (0x0001 - 0x0000)
struct EverholmShaderPrecompilationManager_IsShaderPrecompilationComplete final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmShaderPrecompilationManager_IsShaderPrecompilationComplete;
// Function Everholm.EverholmShaderPrecompilationManager.GetShaderPrecompilationPercentage
// 0x0004 (0x0004 - 0x0000)
struct EverholmShaderPrecompilationManager_GetShaderPrecompilationPercentage final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmShaderPrecompilationManager_GetShaderPrecompilationPercentage;
// Function Everholm.EverholmShaderPrecompilationManager.SetShaderPrecompilationMode
// 0x0001 (0x0001 - 0x0000)
struct EverholmShaderPrecompilationManager_SetShaderPrecompilationMode final
{
public:
EShaderPrecompilationMode Mode; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmShaderPrecompilationManager_SetShaderPrecompilationMode;
// Function Everholm.EverholmShaderPrecompilationManager.GetShaderPrecompilationMode
// 0x0001 (0x0001 - 0x0000)
struct EverholmShaderPrecompilationManager_GetShaderPrecompilationMode final
{
public:
EShaderPrecompilationMode ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmShaderPrecompilationManager_GetShaderPrecompilationMode;
// Function Everholm.EverholmShaderPrecompilationManager.ShouldDisplayProgressUI
// 0x0001 (0x0001 - 0x0000)
struct EverholmShaderPrecompilationManager_ShouldDisplayProgressUI final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmShaderPrecompilationManager_ShouldDisplayProgressUI;
// Function Everholm.SignalActivationGroupRegion.HIP_SetActivationGroupState
// 0x0001 (0x0001 - 0x0000)
struct SignalActivationGroupRegion_HIP_SetActivationGroupState final
{
public:
bool bIsActive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SignalActivationGroupRegion_HIP_SetActivationGroupState;
// Function Everholm.EverholmSplineComponent.GetTotalInputKeyValueOfSpline
// 0x0004 (0x0004 - 0x0000)
struct EverholmSplineComponent_GetTotalInputKeyValueOfSpline final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSplineComponent_GetTotalInputKeyValueOfSpline;
// Function Everholm.EverholmSplineComponent.GetWorldLocationFurtherAlongSpline
// 0x0038 (0x0038 - 0x0000)
struct EverholmSplineComponent_GetWorldLocationFurtherAlongSpline final
{
public:
struct FVector currentLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float distanceFurtherAlongSpline; // 0x0018(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float currentSplineInputKey; // 0x001C(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0020(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSplineComponent_GetWorldLocationFurtherAlongSpline;
// Function Everholm.EverholmSplineComponent.GetWorldLocationFurtherAlongSplineBasedOnDistance
// 0x0020 (0x0020 - 0x0000)
struct EverholmSplineComponent_GetWorldLocationFurtherAlongSplineBasedOnDistance final
{
public:
float travelledDistance; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float distanceFurtherAlongSpline; // 0x0004(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSplineComponent_GetWorldLocationFurtherAlongSplineBasedOnDistance;
// Function Everholm.EverholmSuspenseSubsystem.RequestThreatLevel_Server
// 0x0010 (0x0010 - 0x0000)
struct EverholmSuspenseSubsystem_RequestThreatLevel_Server final
{
public:
ESuspenseThreatLevel threatLevel; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UObject* requester; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSuspenseSubsystem_RequestThreatLevel_Server;
// Function Everholm.EverholmSuspenseSubsystem.UnrequestThreatLevel_Server
// 0x0008 (0x0008 - 0x0000)
struct EverholmSuspenseSubsystem_UnrequestThreatLevel_Server final
{
public:
class UObject* requester; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSuspenseSubsystem_UnrequestThreatLevel_Server;
// Function Everholm.EverholmSuspenseSubsystem.AreEnemiesNearby
// 0x0001 (0x0001 - 0x0000)
struct EverholmSuspenseSubsystem_AreEnemiesNearby final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSuspenseSubsystem_AreEnemiesNearby;
// Function Everholm.EverholmSuspenseSubsystem.GetHighestThreatAI
// 0x0008 (0x0008 - 0x0000)
struct EverholmSuspenseSubsystem_GetHighestThreatAI final
{
public:
class AEverholmCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSuspenseSubsystem_GetHighestThreatAI;
// Function Everholm.EverholmSuspenseSubsystem.GetThreatLevel
// 0x0001 (0x0001 - 0x0000)
struct EverholmSuspenseSubsystem_GetThreatLevel final
{
public:
ESuspenseThreatLevel ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmSuspenseSubsystem_GetThreatLevel;
// Function Everholm.EverholmTickOptimization.OnCinematicModeChanged
// 0x0001 (0x0001 - 0x0000)
struct EverholmTickOptimization_OnCinematicModeChanged final
{
public:
bool bIsEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmTickOptimization_OnCinematicModeChanged;
// Function Everholm.EverholmWaterBodyEventInterface.ActorFoundInWaterBodyBounds
// 0x0008 (0x0008 - 0x0000)
struct EverholmWaterBodyEventInterface_ActorFoundInWaterBodyBounds final
{
public:
class UWaterBodyComponent* WaterBodyComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmWaterBodyEventInterface_ActorFoundInWaterBodyBounds;
// Function Everholm.EverholmWaterSubsystem.GetWaterBodyAtLocation
// 0x0020 (0x0020 - 0x0000)
struct EverholmWaterSubsystem_GetWaterBodyAtLocation final
{
public:
struct FVector Location; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UWaterBodyComponent* ReturnValue; // 0x0018(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmWaterSubsystem_GetWaterBodyAtLocation;
// Function Everholm.EverholmWaterSubsystem.GetWaterBodyForActor
// 0x0010 (0x0010 - 0x0000)
struct EverholmWaterSubsystem_GetWaterBodyForActor final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UWaterBodyComponent* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmWaterSubsystem_GetWaterBodyForActor;
// Function Everholm.EverholmWaterSubsystem.OnWaterBodyAdded
// 0x0008 (0x0008 - 0x0000)
struct EverholmWaterSubsystem_OnWaterBodyAdded final
{
public:
class UWaterBodyComponent* WaterBodyComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmWaterSubsystem_OnWaterBodyAdded;
// Function Everholm.EverholmWaterSubsystem.OnWaterBodyRemoved
// 0x0008 (0x0008 - 0x0000)
struct EverholmWaterSubsystem_OnWaterBodyRemoved final
{
public:
class UWaterBodyComponent* WaterBodyComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmWaterSubsystem_OnWaterBodyRemoved;
// Function Everholm.EverholmWaterSubsystem.GetOceanWaterBodyComponent
// 0x0008 (0x0008 - 0x0000)
struct EverholmWaterSubsystem_GetOceanWaterBodyComponent final
{
public:
class UWaterBodyComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmWaterSubsystem_GetOceanWaterBodyComponent;
// Function Everholm.EVMotherFinale.Multicast_SwitchCameraFocus
// 0x0010 (0x0010 - 0x0000)
struct EVMotherFinale_Multicast_SwitchCameraFocus final
{
public:
class AEverholmPlayerCharacter* playerToFocus; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* playerToIgnore; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVMotherFinale_Multicast_SwitchCameraFocus;
// Function Everholm.EVMotherFinale.Multicast_SwitchPlayerControl
// 0x0010 (0x0010 - 0x0000)
struct EVMotherFinale_Multicast_SwitchPlayerControl final
{
public:
class AEverholmPlayerCharacter* playerToFocus; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* playerToIgnore; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVMotherFinale_Multicast_SwitchPlayerControl;
// Function Everholm.EVMotherFinale.OnFinaleProgressionChanged
// 0x0008 (0x0008 - 0x0000)
struct EVMotherFinale_OnFinaleProgressionChanged final
{
public:
int32 mainStage; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EMotherFinaleSubStage subStage; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EVMotherFinale_OnFinaleProgressionChanged;
// Function Everholm.EVMotherFinale.OnFinaleStageStarted
// 0x0004 (0x0004 - 0x0000)
struct EVMotherFinale_OnFinaleStageStarted final
{
public:
int32 newStageIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVMotherFinale_OnFinaleStageStarted;
// Function Everholm.EVMotherFinale.OnRequiredInteractionTriggered
// 0x0010 (0x0010 - 0x0000)
struct EVMotherFinale_OnRequiredInteractionTriggered final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EInteractEndReason interactEndReason; // 0x0008(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EVMotherFinale_OnRequiredInteractionTriggered;
// Function Everholm.EVMotherFinale.StartFinaleStage
// 0x0008 (0x0008 - 0x0000)
struct EVMotherFinale_StartFinaleStage final
{
public:
int32 finaleStage; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EMotherFinaleSubStage subStageOverride; // 0x0004(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_EVMotherFinale_StartFinaleStage;
// Function Everholm.EVMotherFinale.TriggerRequiredInteraction
// 0x0008 (0x0008 - 0x0000)
struct EVMotherFinale_TriggerRequiredInteraction final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVMotherFinale_TriggerRequiredInteraction;
// Function Everholm.EVMotherFinale.GetCurrentlyFocusedPlayer
// 0x0008 (0x0008 - 0x0000)
struct EVMotherFinale_GetCurrentlyFocusedPlayer final
{
public:
class AEverholmPlayerCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVMotherFinale_GetCurrentlyFocusedPlayer;
// Function Everholm.EVMotherFinale.GetCurrentMotherFinaleStage
// 0x0004 (0x0004 - 0x0000)
struct EVMotherFinale_GetCurrentMotherFinaleStage final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVMotherFinale_GetCurrentMotherFinaleStage;
// Function Everholm.EVMotherFinale.GetCurrentMotherFinaleSubStage
// 0x0001 (0x0001 - 0x0000)
struct EVMotherFinale_GetCurrentMotherFinaleSubStage final
{
public:
EMotherFinaleSubStage ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVMotherFinale_GetCurrentMotherFinaleSubStage;
// Function Everholm.EVMotherFinale.GetThreatenedPlayer
// 0x0008 (0x0008 - 0x0000)
struct EVMotherFinale_GetThreatenedPlayer final
{
public:
class APawn* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVMotherFinale_GetThreatenedPlayer;
// Function Everholm.EVMotherFinale.HasFinaleStarted
// 0x0001 (0x0001 - 0x0000)
struct EVMotherFinale_HasFinaleStarted final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVMotherFinale_HasFinaleStarted;
// Function Everholm.EVSpiderkidLightSource.SetAffectedArea
// 0x0004 (0x0004 - 0x0000)
struct EVSpiderkidLightSource_SetAffectedArea final
{
public:
float NewArea; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVSpiderkidLightSource_SetAffectedArea;
// Function Everholm.EVSpiderkidLightSource.GetClosestRetreatLocation
// 0x0050 (0x0050 - 0x0000)
struct EVSpiderkidLightSource_GetClosestRetreatLocation final
{
public:
struct FAILocationUnion SourceLocation; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
struct FAILocationUnion ReturnValue; // 0x0028(0x0028)(Parm, OutParm, ReturnParm, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EVSpiderkidLightSource_GetClosestRetreatLocation;
// Function Everholm.ExternalCameraBlendingVolume.GetExternalBlendWeight
// 0x0078 (0x0078 - 0x0000)
struct ExternalCameraBlendingVolume_GetExternalBlendWeight final
{
public:
struct FCameraHintInParameters inParams; // 0x0000(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
double timedBlendIn; // 0x0060(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class ADirectedCameraHint_Base* testHint; // 0x0068(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FExternalBlendResult ReturnValue; // 0x0070(0x0008)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ExternalCameraBlendingVolume_GetExternalBlendWeight;
// Function Everholm.ExternalCameraBlendingVolume.GetUsedThisFrame
// 0x0001 (0x0001 - 0x0000)
struct ExternalCameraBlendingVolume_GetUsedThisFrame final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ExternalCameraBlendingVolume_GetUsedThisFrame;
// Function Everholm.ExtGameViewportClient.GetExtendedViewportClient
// 0x0010 (0x0010 - 0x0000)
struct ExtGameViewportClient_GetExtendedViewportClient final
{
public:
const class UObject* WorldContext; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UExtGameViewportClient* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ExtGameViewportClient_GetExtendedViewportClient;
// Function Everholm.ExtGameViewportClient.SetPlayerViewRect
// 0x0028 (0x0028 - 0x0000)
struct ExtGameViewportClient_SetPlayerViewRect final
{
public:
int32 LocalPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FViewRect ViewRect; // 0x0008(0x0020)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ExtGameViewportClient_SetPlayerViewRect;
// Function Everholm.ExtGameViewportClient.GetPlayerFovMode
// 0x0008 (0x0008 - 0x0000)
struct ExtGameViewportClient_GetPlayerFovMode final
{
public:
int32 LocalPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EFovLockAxis ReturnValue; // 0x0004(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_ExtGameViewportClient_GetPlayerFovMode;
// Function Everholm.ExtGameViewportClient.GetPlayerViewRect
// 0x0028 (0x0028 - 0x0000)
struct ExtGameViewportClient_GetPlayerViewRect final
{
public:
int32 LocalPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FViewRect ReturnValue; // 0x0008(0x0020)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ExtGameViewportClient_GetPlayerViewRect;
// Function Everholm.ExtGameViewportClient.SetPlayerFovMode
// 0x0008 (0x0008 - 0x0000)
struct ExtGameViewportClient_SetPlayerFovMode final
{
public:
int32 LocalPlayerIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EFovLockAxis Mode; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_ExtGameViewportClient_SetPlayerFovMode;
// Function Everholm.FixedAngleSphereHint.GetHintRotation
// 0x0018 (0x0018 - 0x0000)
struct FixedAngleSphereHint_GetHintRotation final
{
public:
struct FRotator ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FixedAngleSphereHint_GetHintRotation;
// Function Everholm.GameEffectManager.OnGameEffectEnded
// 0x0008 (0x0008 - 0x0000)
struct GameEffectManager_OnGameEffectEnded final
{
public:
class UGameEffect* GameEffect; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GameEffectManager_OnGameEffectEnded;
// Function Everholm.GameEffectManager.PlayGameEffect
// 0x0018 (0x0018 - 0x0000)
struct GameEffectManager_PlayGameEffect final
{
public:
struct FNetworkedGameEffectProperties Data; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GameEffectManager_PlayGameEffect;
// Function Everholm.GameEffectFunctionLibrary.GetOrCreateGameEffectManager
// 0x0010 (0x0010 - 0x0000)
struct GameEffectFunctionLibrary_GetOrCreateGameEffectManager final
{
public:
class UObject* WorldContext; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AGameEffectManager* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GameEffectFunctionLibrary_GetOrCreateGameEffectManager;
// Function Everholm.GameEffectFunctionLibrary.PlayGameEffect
// 0x0008 (0x0008 - 0x0000)
struct GameEffectFunctionLibrary_PlayGameEffect final
{
public:
class UGameEffect* GameEffect; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GameEffectFunctionLibrary_PlayGameEffect;
// Function Everholm.WaypointActor.OnTrackedGameGlobalChanged
// 0x0110 (0x0110 - 0x0000)
struct WaypointActor_OnTrackedGameGlobalChanged final
{
public:
class UChalkboardWrapper* Chalkboard; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FChalkboardSectionKey sectionKey; // 0x0008(0x0108)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_WaypointActor_OnTrackedGameGlobalChanged;
// Function Everholm.GenericControllerDisconnectedMessage.NativeOnTryReconnectUser
// 0x000C (0x000C - 0x0000)
struct GenericControllerDisconnectedMessage_NativeOnTryReconnectUser final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FInputDeviceId device; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EUserReconnectResult Result; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_GenericControllerDisconnectedMessage_NativeOnTryReconnectUser;
// Function Everholm.GenericControllerDisconnectedMessage.OnControllerConnectionChange
// 0x0018 (0x0018 - 0x0000)
struct GenericControllerDisconnectedMessage_OnControllerConnectionChange final
{
public:
bool bConnected; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ControllerId; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FInputDeviceId InputDevice; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class APlayerController* PlayerController; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GenericControllerDisconnectedMessage_OnControllerConnectionChange;
// Function Everholm.GenericControllerDisconnectedMessage.OnTryReconnectUser
// 0x000C (0x000C - 0x0000)
struct GenericControllerDisconnectedMessage_OnTryReconnectUser final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FInputDeviceId device; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EUserReconnectResult Result; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_GenericControllerDisconnectedMessage_OnTryReconnectUser;
// Function Everholm.GenericControllerDisconnectedMessage.ShowPromptWithMessage
// 0x0010 (0x0010 - 0x0000)
struct GenericControllerDisconnectedMessage_ShowPromptWithMessage final
{
public:
class FText InText; // 0x0000(0x0010)(Parm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GenericControllerDisconnectedMessage_ShowPromptWithMessage;
// Function Everholm.GenericControllerDisconnectedMessage.CanContinue
// 0x0001 (0x0001 - 0x0000)
struct GenericControllerDisconnectedMessage_CanContinue final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GenericControllerDisconnectedMessage_CanContinue;
// Function Everholm.GenericMessage.ShowPromptWithMessage
// 0x0010 (0x0010 - 0x0000)
struct GenericMessage_ShowPromptWithMessage final
{
public:
class FText InText; // 0x0000(0x0010)(Parm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GenericMessage_ShowPromptWithMessage;
// Function Everholm.StickySurfaceSlotComponent.GetActorInSlot
// 0x0008 (0x0008 - 0x0000)
struct StickySurfaceSlotComponent_GetActorInSlot final
{
public:
class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_StickySurfaceSlotComponent_GetActorInSlot;
// Function Everholm.GrabHelperComponent.GetGrabHelperConfig
// 0x0001 (0x0001 - 0x0000)
struct GrabHelperComponent_GetGrabHelperConfig final
{
public:
EGrabHelperConfig ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GrabHelperComponent_GetGrabHelperConfig;
// Function Everholm.GrabHelperComponent.GetIsAutoPushable
// 0x0001 (0x0001 - 0x0000)
struct GrabHelperComponent_GetIsAutoPushable final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GrabHelperComponent_GetIsAutoPushable;
// Function Everholm.GrabHelperComponent.GetIsAvailable
// 0x0001 (0x0001 - 0x0000)
struct GrabHelperComponent_GetIsAvailable final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_GrabHelperComponent_GetIsAvailable;
// Function Everholm.PassengerMoveAroundComponent.CinematicModeEnabled
// 0x0001 (0x0001 - 0x0000)
struct PassengerMoveAroundComponent_CinematicModeEnabled final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PassengerMoveAroundComponent_CinematicModeEnabled;
// Function Everholm.PassengerMoveAroundComponent.LockPassengerAtSplineIndex
// 0x0004 (0x0004 - 0x0000)
struct PassengerMoveAroundComponent_LockPassengerAtSplineIndex final
{
public:
int32 Index_0; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PassengerMoveAroundComponent_LockPassengerAtSplineIndex;
// Function Everholm.PassengerMoveAroundComponent.OnPassengerPickupChanging
// 0x0008 (0x0008 - 0x0000)
struct PassengerMoveAroundComponent_OnPassengerPickupChanging final
{
public:
class APickupBase* pickup; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PassengerMoveAroundComponent_OnPassengerPickupChanging;
// Function Everholm.PassengerMoveAroundComponent.SetPlayerIntent
// 0x0048 (0x0048 - 0x0000)
struct PassengerMoveAroundComponent_SetPlayerIntent final
{
public:
struct FVehicleControlData controlData; // 0x0000(0x0040)(Parm, NoDestructor, NativeAccessSpecifierPublic)
float cameraHintYawWeight; // 0x0040(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_44[0x4]; // 0x0044(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_PassengerMoveAroundComponent_SetPlayerIntent;
// Function Everholm.PassengerMoveAroundComponent.VehiclePassengerRoleAssigned
// 0x0010 (0x0010 - 0x0000)
struct PassengerMoveAroundComponent_VehiclePassengerRoleAssigned final
{
public:
const class AEverholmCharacter* newPassenger; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AEverholmCharacter* oldPassenger; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PassengerMoveAroundComponent_VehiclePassengerRoleAssigned;
// Function Everholm.PassengerMoveAroundComponent.GetCurrentAngle
// 0x0004 (0x0004 - 0x0000)
struct PassengerMoveAroundComponent_GetCurrentAngle final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PassengerMoveAroundComponent_GetCurrentAngle;
// Function Everholm.PassengerMoveAroundComponent.GetCurrentSplinePositionIndex
// 0x0004 (0x0004 - 0x0000)
struct PassengerMoveAroundComponent_GetCurrentSplinePositionIndex final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PassengerMoveAroundComponent_GetCurrentSplinePositionIndex;
// Function Everholm.PassengerMoveAroundComponent.GetPassengerMoveAroundData
// 0x001C (0x001C - 0x0000)
struct PassengerMoveAroundComponent_GetPassengerMoveAroundData final
{
public:
struct FVehicleCharacterMoveAround ReturnValue; // 0x0000(0x001C)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PassengerMoveAroundComponent_GetPassengerMoveAroundData;
// Function Everholm.ProgressionComponent.IsProgressionCompleted
// 0x0001 (0x0001 - 0x0000)
struct ProgressionComponent_IsProgressionCompleted final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ProgressionComponent_IsProgressionCompleted;
// Function Everholm.HarpoonPickup.SpawnClientDirectedHarpoon
// 0x0070 (0x0070 - 0x0000)
struct HarpoonPickup_SpawnClientDirectedHarpoon final
{
public:
class AEverholmPlayerCharacter* throwInstigator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* hitActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FTransform spawnTransform; // 0x0010(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_HarpoonPickup_SpawnClientDirectedHarpoon;
// Function Everholm.HarpoonPickup.SpawnStaticHarpoon
// 0x0070 (0x0070 - 0x0000)
struct HarpoonPickup_SpawnStaticHarpoon final
{
public:
class AActor* hitActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FTransform spawnTransform; // 0x0010(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_HarpoonPickup_SpawnStaticHarpoon;
// Function Everholm.IKAnimDataComponent.ApplyData
// 0x0010 (0x0010 - 0x0000)
struct IKAnimDataComponent_ApplyData final
{
public:
class AEverholmPlayerCharacter* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerIKPriority Priority; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float defaultAlpha; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_IKAnimDataComponent_ApplyData;
// Function Everholm.IKAnimDataComponent.BlendIn
// 0x0018 (0x0018 - 0x0000)
struct IKAnimDataComponent_BlendIn final
{
public:
class AEverholmPlayerCharacter* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerIKPriority Priority; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Duration; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEasingFunc EasingFunction; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_IKAnimDataComponent_BlendIn;
// Function Everholm.IKAnimDataComponent.BlendOut
// 0x0018 (0x0018 - 0x0000)
struct IKAnimDataComponent_BlendOut final
{
public:
class AEverholmPlayerCharacter* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerIKPriority Priority; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Duration; // 0x000C(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEasingFunc EasingFunction; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_IKAnimDataComponent_BlendOut;
// Function Everholm.IKAnimDataComponent.ClearData
// 0x0010 (0x0010 - 0x0000)
struct IKAnimDataComponent_ClearData final
{
public:
class AEverholmPlayerCharacter* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPlayerIKPriority Priority; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_IKAnimDataComponent_ClearData;
// Function Everholm.IKAnimDataComponent.IsBlending
// 0x0001 (0x0001 - 0x0000)
struct IKAnimDataComponent_IsBlending final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_IKAnimDataComponent_IsBlending;
// Function Everholm.IKAnimDataComponent.ShouldApplyData
// 0x0001 (0x0001 - 0x0000)
struct IKAnimDataComponent_ShouldApplyData final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_IKAnimDataComponent_ShouldApplyData;
// Function Everholm.IKPointComponent.ActivateIK
// 0x0010 (0x0010 - 0x0000)
struct IKPointComponent_ActivateIK final
{
public:
class AEverholmPlayerCharacter* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float blendDuration; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEasingFunc EasingFunction; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_IKPointComponent_ActivateIK;
// Function Everholm.IKPointComponent.DeactivateIK
// 0x0008 (0x0008 - 0x0000)
struct IKPointComponent_DeactivateIK final
{
public:
float blendDuration; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEasingFunc EasingFunction; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_IKPointComponent_DeactivateIK;
// Function Everholm.IKPointComponent.ManualTick
// 0x0004 (0x0004 - 0x0000)
struct IKPointComponent_ManualTick final
{
public:
float DeltaTime; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_IKPointComponent_ManualTick;
// Function Everholm.IKPointComponent.GetActiveIKPlayer
// 0x0008 (0x0008 - 0x0000)
struct IKPointComponent_GetActiveIKPlayer final
{
public:
class AEverholmPlayerCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_IKPointComponent_GetActiveIKPlayer;
// Function Everholm.IKPointComponent.IsIKActive
// 0x0001 (0x0001 - 0x0000)
struct IKPointComponent_IsIKActive final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_IKPointComponent_IsIKActive;
// Function Everholm.IntersectionHint.CalculateExitWeights
// 0x0028 (0x0028 - 0x0000)
struct IntersectionHint_CalculateExitWeights final
{
public:
struct FVector focalPointWorldLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<float> ReturnValue; // 0x0018(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_IntersectionHint_CalculateExitWeights;
// Function Everholm.IntersectionHint.GetCameraDirection
// 0x0028 (0x0028 - 0x0000)
struct IntersectionHint_GetCameraDirection final
{
public:
struct FVector focalPointWorldLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<float> exitWeights; // 0x0018(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_IntersectionHint_GetCameraDirection;
// Function Everholm.InWaterMovementMode.OnPostMovementTick
// 0x0004 (0x0004 - 0x0000)
struct InWaterMovementMode_OnPostMovementTick final
{
public:
float DeltaTime; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_InWaterMovementMode_OnPostMovementTick;
// Function Everholm.InWaterMovementMode.OnWaterEntry
// 0x0001 (0x0001 - 0x0000)
struct InWaterMovementMode_OnWaterEntry final
{
public:
bool bWasLanding; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_InWaterMovementMode_OnWaterEntry;
// Function Everholm.InWaterMovementMode.GetCharacterOwner
// 0x0008 (0x0008 - 0x0000)
struct InWaterMovementMode_GetCharacterOwner final
{
public:
const class AEverholmPlayerCharacter* ReturnValue; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_InWaterMovementMode_GetCharacterOwner;
// Function Everholm.InWaterMovementMode.GetOwnerLocationOnSurface
// 0x0018 (0x0018 - 0x0000)
struct InWaterMovementMode_GetOwnerLocationOnSurface final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_InWaterMovementMode_GetOwnerLocationOnSurface;
// Function Everholm.JumpAbility.OnMovementModeChanged
// 0x0010 (0x0010 - 0x0000)
struct JumpAbility_OnMovementModeChanged final
{
public:
class UEverholmCharacterMovementComponent* MovementComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEverholmCharacterMovementMode PreviousMovementMode; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_JumpAbility_OnMovementModeChanged;
// Function Everholm.SoundInteractionReactorComponent.SetIsListening
// 0x0001 (0x0001 - 0x0000)
struct SoundInteractionReactorComponent_SetIsListening final
{
public:
bool bShouldListen; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SoundInteractionReactorComponent_SetIsListening;
// Function Everholm.SoundInteractionReactorComponent.SetPrimitiveOverlapVolume
// 0x0008 (0x0008 - 0x0000)
struct SoundInteractionReactorComponent_SetPrimitiveOverlapVolume final
{
public:
class UPrimitiveComponent* PrimitiveComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SoundInteractionReactorComponent_SetPrimitiveOverlapVolume;
// Function Everholm.SoundInteractionReactorComponent.GetIsListening
// 0x0001 (0x0001 - 0x0000)
struct SoundInteractionReactorComponent_GetIsListening final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SoundInteractionReactorComponent_GetIsListening;
// Function Everholm.LedgeClimbAbility.IsOnCooldown
// 0x0001 (0x0001 - 0x0000)
struct LedgeClimbAbility_IsOnCooldown final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LedgeClimbAbility_IsOnCooldown;
// Function Everholm.LocalizationHelper.EnumToUnrealCultureCode
// 0x0018 (0x0018 - 0x0000)
struct LocalizationHelper_EnumToUnrealCultureCode final
{
public:
ECulture Culture; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalizationHelper_EnumToUnrealCultureCode;
// Function Everholm.LocalizationHelper.GetCurrentCultureAsEnum
// 0x0001 (0x0001 - 0x0000)
struct LocalizationHelper_GetCurrentCultureAsEnum final
{
public:
ECulture ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalizationHelper_GetCurrentCultureAsEnum;
// Function Everholm.LocalizationHelper.GetLanguages
// 0x0050 (0x0050 - 0x0000)
struct LocalizationHelper_GetLanguages final
{
public:
TMap<class FString, class FText> ReturnValue; // 0x0000(0x0050)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalizationHelper_GetLanguages;
// Function Everholm.LocalizationHelper.GetLocalizedLanguageNameFromCultureEnum
// 0x0018 (0x0018 - 0x0000)
struct LocalizationHelper_GetLocalizedLanguageNameFromCultureEnum final
{
public:
ECulture Culture; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FText ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalizationHelper_GetLocalizedLanguageNameFromCultureEnum;
// Function Everholm.LocalizationHelper.GetTextWidth
// 0x0078 (0x0078 - 0x0000)
struct LocalizationHelper_GetTextWidth final
{
public:
class FText Text; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
struct FSlateFontInfo Font; // 0x0010(0x0060)(ConstParm, Parm, OutParm, ReferenceParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0070(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_LocalizationHelper_GetTextWidth;
// Function Everholm.LocalizationHelper.IsCurrentCultureRTL
// 0x0001 (0x0001 - 0x0000)
struct LocalizationHelper_IsCurrentCultureRTL final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalizationHelper_IsCurrentCultureRTL;
// Function Everholm.LocalizationHelper.UnrealCultureCodeToEnum
// 0x0018 (0x0018 - 0x0000)
struct LocalizationHelper_UnrealCultureCodeToEnum final
{
public:
class FString UnrealCode; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECulture ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_LocalizationHelper_UnrealCultureCodeToEnum;
// Function Everholm.LocalUserFunctionLibrary.GetCommonUserDebugString
// 0x0018 (0x0018 - 0x0000)
struct LocalUserFunctionLibrary_GetCommonUserDebugString final
{
public:
const class UCommonUserInfo* UserInfo; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalUserFunctionLibrary_GetCommonUserDebugString;
// Function Everholm.LocalUserFunctionLibrary.GetCommonUserNickname
// 0x0018 (0x0018 - 0x0000)
struct LocalUserFunctionLibrary_GetCommonUserNickname final
{
public:
const class UCommonUserInfo* UserInfo; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_LocalUserFunctionLibrary_GetCommonUserNickname;
// Function Everholm.PlatformPresenceSubsystem.StartActivity
// 0x0008 (0x0008 - 0x0000)
struct PlatformPresenceSubsystem_StartActivity final
{
public:
class FName activityId; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlatformPresenceSubsystem_StartActivity;
// Function Everholm.MaskUI.SessionSupportsBothPlayerMasks
// 0x0010 (0x0010 - 0x0000)
struct MaskUI_SessionSupportsBothPlayerMasks final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_MaskUI_SessionSupportsBothPlayerMasks;
// Function Everholm.MaskUI.CreateMaskEntryWidget
// 0x0018 (0x0018 - 0x0000)
struct MaskUI_CreateMaskEntryWidget final
{
public:
struct FDataTableRowHandle maskRowHandle; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
class UWidget* ReturnValue; // 0x0010(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MaskUI_CreateMaskEntryWidget;
// Function Everholm.MaskUI.ReserveMaskToEquip
// 0x0010 (0x0010 - 0x0000)
struct MaskUI_ReserveMaskToEquip final
{
public:
class AMaskPickup* maskToEquip; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmPlayerCharacter* targetPlayer; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_MaskUI_ReserveMaskToEquip;
// Function Everholm.NetInteractableComponent.RPC_ServerPlayerBeginInteraction
// 0x0008 (0x0008 - 0x0000)
struct NetInteractableComponent_RPC_ServerPlayerBeginInteraction final
{
public:
class AEverholmCharacter* interactor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_NetInteractableComponent_RPC_ServerPlayerBeginInteraction;
// Function Everholm.NetInteractableComponent.SetServerValue
// 0x000C (0x000C - 0x0000)
struct NetInteractableComponent_SetServerValue final
{
public:
uint8 valueKey; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float Value; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bAllowServerLocal; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_NetInteractableComponent_SetServerValue;
// Function Everholm.NetInteractableComponent.GetPairedInteractableComponent
// 0x0008 (0x0008 - 0x0000)
struct NetInteractableComponent_GetPairedInteractableComponent final
{
public:
class UNetInteractableComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_NetInteractableComponent_GetPairedInteractableComponent;
// Function Everholm.PauseMenuUI.SetPausingPlayer
// 0x0010 (0x0010 - 0x0000)
struct PauseMenuUI_SetPausingPlayer final
{
public:
class APlayerState* pausingPlayerState; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPauseReason pauseReason; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_PauseMenuUI_SetPausingPlayer;
// Function Everholm.PhysicalControllerSubsystem.GetConnectedControllerPlayerPairs
// 0x0010 (0x0010 - 0x0000)
struct PhysicalControllerSubsystem_GetConnectedControllerPlayerPairs final
{
public:
TArray<struct FControllerPlayerPair> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_GetConnectedControllerPlayerPairs;
// Function Everholm.PhysicalControllerSubsystem.GetPlayerControllerByControllerId
// 0x0010 (0x0010 - 0x0000)
struct PhysicalControllerSubsystem_GetPlayerControllerByControllerId final
{
public:
int32 ControllerId; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class APlayerController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_GetPlayerControllerByControllerId;
// Function Everholm.PhysicalControllerSubsystem.GetUserIndexForControllerId
// 0x0008 (0x0008 - 0x0000)
struct PhysicalControllerSubsystem_GetUserIndexForControllerId final
{
public:
int32 ControllerId; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_GetUserIndexForControllerId;
// Function Everholm.PhysicalControllerSubsystem.OnUserInitializationCompleted
// 0x0028 (0x0028 - 0x0000)
struct PhysicalControllerSubsystem_OnUserInitializationCompleted final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
const class UCommonUserInfo* UserInfo; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSuccess; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class FString Error; // 0x0018(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_OnUserInitializationCompleted;
// Function Everholm.PhysicalControllerSubsystem.OnUserLogoutCompleted
// 0x0002 (0x0002 - 0x0000)
struct PhysicalControllerSubsystem_OnUserLogoutCompleted final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSuccess; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_OnUserLogoutCompleted;
// Function Everholm.PhysicalControllerSubsystem.TryUnsetInputDeviceForUser
// 0x0002 (0x0002 - 0x0000)
struct PhysicalControllerSubsystem_TryUnsetInputDeviceForUser final
{
public:
ELocalUserType User; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_TryUnsetInputDeviceForUser;
// Function Everholm.PhysicalControllerSubsystem.AllowManualRemapPrimaryUser
// 0x0001 (0x0001 - 0x0000)
struct PhysicalControllerSubsystem_AllowManualRemapPrimaryUser final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_AllowManualRemapPrimaryUser;
// Function Everholm.PhysicalControllerSubsystem.AllowManualRemapUser
// 0x0002 (0x0002 - 0x0000)
struct PhysicalControllerSubsystem_AllowManualRemapUser final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_AllowManualRemapUser;
// Function Everholm.PhysicalControllerSubsystem.AreBothUsersMapped
// 0x0001 (0x0001 - 0x0000)
struct PhysicalControllerSubsystem_AreBothUsersMapped final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_AreBothUsersMapped;
// Function Everholm.PhysicalControllerSubsystem.GetConnectedGamepadsCount
// 0x0004 (0x0004 - 0x0000)
struct PhysicalControllerSubsystem_GetConnectedGamepadsCount final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_GetConnectedGamepadsCount;
// Function Everholm.PhysicalControllerSubsystem.GetInputDeviceId
// 0x0008 (0x0008 - 0x0000)
struct PhysicalControllerSubsystem_GetInputDeviceId final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FInputDeviceId ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_GetInputDeviceId;
// Function Everholm.PhysicalControllerSubsystem.GetNextUnmappedUser
// 0x0002 (0x0002 - 0x0000)
struct PhysicalControllerSubsystem_GetNextUnmappedUser final
{
public:
TOptional<ELocalUserType> ReturnValue; // 0x0000(0x0002)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_GetNextUnmappedUser;
// Function Everholm.PhysicalControllerSubsystem.IsEitherUserMapped
// 0x0001 (0x0001 - 0x0000)
struct PhysicalControllerSubsystem_IsEitherUserMapped final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_IsEitherUserMapped;
// Function Everholm.PhysicalControllerSubsystem.IsKeyboardUser
// 0x0002 (0x0002 - 0x0000)
struct PhysicalControllerSubsystem_IsKeyboardUser final
{
public:
ELocalUserType User; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_IsKeyboardUser;
// Function Everholm.PhysicalControllerSubsystem.IsUserMappedToInputDevice
// 0x0002 (0x0002 - 0x0000)
struct PhysicalControllerSubsystem_IsUserMappedToInputDevice final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0001(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PhysicalControllerSubsystem_IsUserMappedToInputDevice;
// Function Everholm.PickupAbilityComponent.Multicast_StartPickingUp
// 0x0010 (0x0010 - 0x0000)
struct PickupAbilityComponent_Multicast_StartPickingUp final
{
public:
EPickupAbilityActivation activationType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupAbilityComponent_Multicast_StartPickingUp;
// Function Everholm.PickupAbilityComponent.OnAnimTransitionFinished
// 0x0002 (0x0002 - 0x0000)
struct PickupAbilityComponent_OnAnimTransitionFinished final
{
public:
EPickupState transitionState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bInterrupted; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupAbilityComponent_OnAnimTransitionFinished;
// Function Everholm.PickupAbilityComponent.Server_StartPickingUp
// 0x0010 (0x0010 - 0x0000)
struct PickupAbilityComponent_Server_StartPickingUp final
{
public:
EPickupAbilityActivation activationType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupAbilityComponent_Server_StartPickingUp;
// Function Everholm.PickupAlignComponent.AlignPickupWithOffset
// 0x0010 (0x0010 - 0x0000)
struct PickupAlignComponent_AlignPickupWithOffset final
{
public:
class AActor* InteractingActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class USceneComponent* AttachTo; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupAlignComponent_AlignPickupWithOffset;
// Function Everholm.PickupAlignComponent.CollectBackPickup
// 0x0008 (0x0008 - 0x0000)
struct PickupAlignComponent_CollectBackPickup final
{
public:
class AActor* InteractingActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PickupAlignComponent_CollectBackPickup;
// Function Everholm.PigletScenarioActor.OnRep_PigletQuestState
// 0x0001 (0x0001 - 0x0000)
struct PigletScenarioActor_OnRep_PigletQuestState final
{
public:
EPigQuestState previousState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PigletScenarioActor_OnRep_PigletQuestState;
// Function Everholm.PigletScenarioActor.PigQuestStateUpdate
// 0x0002 (0x0002 - 0x0000)
struct PigletScenarioActor_PigQuestStateUpdate final
{
public:
EPigQuestState NewState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPigQuestState previousState; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PigletScenarioActor_PigQuestStateUpdate;
// Function Everholm.PigletScenarioActor.SetQuestState
// 0x0001 (0x0001 - 0x0000)
struct PigletScenarioActor_SetQuestState final
{
public:
EPigQuestState NewState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PigletScenarioActor_SetQuestState;
// Function Everholm.PlayerActionsAnalyzer.OnLedgeClimbingChanged
// 0x0008 (0x0008 - 0x0000)
struct PlayerActionsAnalyzer_OnLedgeClimbingChanged final
{
public:
bool bIsEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float ledgeHeightAfterAlignment; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlayerActionsAnalyzer_OnLedgeClimbingChanged;
// Function Everholm.PlayerActionsAnalyzer.OnMovementModeChanged
// 0x0010 (0x0010 - 0x0000)
struct PlayerActionsAnalyzer_OnMovementModeChanged final
{
public:
class UEverholmCharacterMovementComponent* MovementComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEverholmCharacterMovementMode PreviousMovementMode; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_PlayerActionsAnalyzer_OnMovementModeChanged;
// Function Everholm.PlayerActionsAnalyzer.OnSurfaceClimbingChanged
// 0x0001 (0x0001 - 0x0000)
struct PlayerActionsAnalyzer_OnSurfaceClimbingChanged final
{
public:
bool bIsEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlayerActionsAnalyzer_OnSurfaceClimbingChanged;
// Function Everholm.PlayerActionsAnalyzer.OnTargetActorUpdated
// 0x0110 (0x0110 - 0x0000)
struct PlayerActionsAnalyzer_OnTargetActorUpdated final
{
public:
class UChalkboardWrapper* Chalkboard; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FChalkboardSectionKey sectionKey; // 0x0008(0x0108)(Parm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlayerActionsAnalyzer_OnTargetActorUpdated;
// Function Everholm.PlayerInteractionWidget.OnInteractionStarted
// 0x0008 (0x0008 - 0x0000)
struct PlayerInteractionWidget_OnInteractionStarted final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlayerInteractionWidget_OnInteractionStarted;
// Function Everholm.PlayerInteractionWidget.SetIcon
// 0x0008 (0x0008 - 0x0000)
struct PlayerInteractionWidget_SetIcon final
{
public:
const class UTexture2D* iconObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlayerInteractionWidget_SetIcon;
// Function Everholm.PlayerInteractionWidget.SetIconAngle
// 0x0004 (0x0004 - 0x0000)
struct PlayerInteractionWidget_SetIconAngle final
{
public:
float Angle; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlayerInteractionWidget_SetIconAngle;
// Function Everholm.PlayerInteractionWidget.SetIconTranslation
// 0x0010 (0x0010 - 0x0000)
struct PlayerInteractionWidget_SetIconTranslation final
{
public:
struct FVector2D Translation; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlayerInteractionWidget_SetIconTranslation;
// Function Everholm.PlayerInteractionWidget.GetCurrentInteractionName
// 0x0010 (0x0010 - 0x0000)
struct PlayerInteractionWidget_GetCurrentInteractionName final
{
public:
class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlayerInteractionWidget_GetCurrentInteractionName;
// Function Everholm.PlayerInteractionWidget.GetOtherPip
// 0x0008 (0x0008 - 0x0000)
struct PlayerInteractionWidget_GetOtherPip final
{
public:
class UPlayerInteractionWidget* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlayerInteractionWidget_GetOtherPip;
// Function Everholm.PlayMontageInteractionComponent.HasPlayableMontage
// 0x0010 (0x0010 - 0x0000)
struct PlayMontageInteractionComponent_HasPlayableMontage final
{
public:
class APawn* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0008(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_PlayMontageInteractionComponent_HasPlayableMontage;
// Function Everholm.PlaySessionLauncher.OnSessionManagerNetworkFailure
// 0x0001 (0x0001 - 0x0000)
struct PlaySessionLauncher_OnSessionManagerNetworkFailure final
{
public:
ENetworkSessionManagerFailType FailType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PlaySessionLauncher_OnSessionManagerNetworkFailure;
// Function Everholm.PushBoatInteractionComponent.InteractStartEvent
// 0x0008 (0x0008 - 0x0000)
struct PushBoatInteractionComponent_InteractStartEvent final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PushBoatInteractionComponent_InteractStartEvent;
// Function Everholm.PushBoatInteractionComponent.OnEndingInteraction
// 0x0001 (0x0001 - 0x0000)
struct PushBoatInteractionComponent_OnEndingInteraction final
{
public:
bool bAborted; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PushBoatInteractionComponent_OnEndingInteraction;
// Function Everholm.RecordActorTransformFunctionLibrary.DrawDebugRecording
// 0x0090 (0x0090 - 0x0000)
struct RecordActorTransformFunctionLibrary_DrawDebugRecording final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FRecordingResult Recording; // 0x0010(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
float Duration; // 0x0080(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_84[0xC]; // 0x0084(0x000C)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_RecordActorTransformFunctionLibrary_DrawDebugRecording;
// Function Everholm.RecordActorTransformFunctionLibrary.LoadRecordingFromFileExplicitPath
// 0x0090 (0x0090 - 0x0000)
struct RecordActorTransformFunctionLibrary_LoadRecordingFromFileExplicitPath final
{
public:
struct FRecordingResult Recording; // 0x0000(0x0070)(Parm, OutParm, NativeAccessSpecifierPublic)
class FString saveFilePath; // 0x0070(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString ReturnValue; // 0x0080(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RecordActorTransformFunctionLibrary_LoadRecordingFromFileExplicitPath;
// Function Everholm.RecordActorTransformFunctionLibrary.LoadRecordingFromFileFromSavedDirectory
// 0x0090 (0x0090 - 0x0000)
struct RecordActorTransformFunctionLibrary_LoadRecordingFromFileFromSavedDirectory final
{
public:
struct FRecordingResult Recording; // 0x0000(0x0070)(Parm, OutParm, NativeAccessSpecifierPublic)
class FString Filename; // 0x0070(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString ReturnValue; // 0x0080(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RecordActorTransformFunctionLibrary_LoadRecordingFromFileFromSavedDirectory;
// Function Everholm.RecordActorTransformFunctionLibrary.SaveRecordingToFileExplicitDirectory
// 0x00B0 (0x00B0 - 0x0000)
struct RecordActorTransformFunctionLibrary_SaveRecordingToFileExplicitDirectory final
{
public:
struct FRecordingResult Recording; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class FString SaveDirectory; // 0x0070(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString Filename; // 0x0080(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FTransformRecordingResult ReturnValue; // 0x0090(0x0020)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RecordActorTransformFunctionLibrary_SaveRecordingToFileExplicitDirectory;
// Function Everholm.RecordActorTransformFunctionLibrary.SaveRecordingToFileInSavedDir
// 0x00A0 (0x00A0 - 0x0000)
struct RecordActorTransformFunctionLibrary_SaveRecordingToFileInSavedDir final
{
public:
struct FRecordingResult Recording; // 0x0000(0x0070)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class FString Filename; // 0x0070(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FTransformRecordingResult ReturnValue; // 0x0080(0x0020)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RecordActorTransformFunctionLibrary_SaveRecordingToFileInSavedDir;
// Function Everholm.RotateToTargetAction.GetLookAtRotation
// 0x0018 (0x0018 - 0x0000)
struct RotateToTargetAction_GetLookAtRotation final
{
public:
struct FRotator ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RotateToTargetAction_GetLookAtRotation;
// Function Everholm.RubberBandingManager.OnAISpawned
// 0x0010 (0x0010 - 0x0000)
struct RubberBandingManager_OnAISpawned final
{
public:
class AAISpawner* Spawner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* NewPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_RubberBandingManager_OnAISpawned;
// Function Everholm.SaveSystemBlueprintHelperLibrary.ClearSaveData
// 0x0010 (0x0010 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_ClearSaveData final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bResetUserAndSlot; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_ClearSaveData;
// Function Everholm.SaveSystemBlueprintHelperLibrary.ClearSaveDataCategories
// 0x0018 (0x0018 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_ClearSaveDataCategories final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<ESaveDataCategory> Categories; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_ClearSaveDataCategories;
// Function Everholm.SaveSystemBlueprintHelperLibrary.CreateSaveSystemLoadCategoriesFromDiskProxyObject
// 0x0020 (0x0020 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_CreateSaveSystemLoadCategoriesFromDiskProxyObject final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<ESaveDataCategory> Categories; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
class USaveSystemLoadCategoriesFromDiskBlueprintProxy* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_CreateSaveSystemLoadCategoriesFromDiskProxyObject;
// Function Everholm.SaveSystemBlueprintHelperLibrary.CreateSaveSystemLoadFromDiskProxyObject
// 0x0010 (0x0010 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_CreateSaveSystemLoadFromDiskProxyObject final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class USaveSystemLoadFromDiskBlueprintProxy* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_CreateSaveSystemLoadFromDiskProxyObject;
// Function Everholm.SaveSystemBlueprintHelperLibrary.CreateSaveSystemRemoveCategoriesFromDiskProxyObject
// 0x0020 (0x0020 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_CreateSaveSystemRemoveCategoriesFromDiskProxyObject final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<ESaveDataCategory> Categories; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
class USaveSystemRemoveCategoriesFromDiskBlueprintProxy* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_CreateSaveSystemRemoveCategoriesFromDiskProxyObject;
// Function Everholm.SaveSystemBlueprintHelperLibrary.CreateSaveSystemRemoveFromDiskProxyObject
// 0x0010 (0x0010 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_CreateSaveSystemRemoveFromDiskProxyObject final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class USaveSystemRemoveFromDiskBlueprintProxy* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_CreateSaveSystemRemoveFromDiskProxyObject;
// Function Everholm.SaveSystemBlueprintHelperLibrary.CreateSaveSystemSaveCategoriesToDiskProxyObject
// 0x0020 (0x0020 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_CreateSaveSystemSaveCategoriesToDiskProxyObject final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<ESaveDataCategory> Categories; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
class USaveSystemSaveCategoriesToDiskBlueprintProxy* ReturnValue; // 0x0018(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_CreateSaveSystemSaveCategoriesToDiskProxyObject;
// Function Everholm.SaveSystemBlueprintHelperLibrary.CreateSaveSystemSaveToDiskProxyObject
// 0x0010 (0x0010 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_CreateSaveSystemSaveToDiskProxyObject final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class USaveSystemSaveToDiskBlueprintProxy* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_CreateSaveSystemSaveToDiskProxyObject;
// Function Everholm.SaveSystemBlueprintHelperLibrary.CreateSaveSystemSetActiveSlotIndexProxyObject
// 0x0018 (0x0018 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_CreateSaveSystemSetActiveSlotIndexProxyObject final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 SlotIndex; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class USaveSystemSetActiveSlotIndexBlueprintProxy* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_CreateSaveSystemSetActiveSlotIndexProxyObject;
// Function Everholm.SaveSystemBlueprintHelperLibrary.CreateSaveSystemSetActiveUserIndexProxyObject
// 0x0018 (0x0018 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_CreateSaveSystemSetActiveUserIndexProxyObject final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 UserIndex; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class USaveSystemSetActiveUserIndexBlueprintProxy* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_CreateSaveSystemSetActiveUserIndexProxyObject;
// Function Everholm.SaveSystemBlueprintHelperLibrary.GetActiveSlotIndex
// 0x0010 (0x0010 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_GetActiveSlotIndex final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_GetActiveSlotIndex;
// Function Everholm.SaveSystemBlueprintHelperLibrary.GetActiveUserIndex
// 0x0010 (0x0010 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_GetActiveUserIndex final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_GetActiveUserIndex;
// Function Everholm.SaveSystemBlueprintHelperLibrary.LoadAllObjects
// 0x0008 (0x0008 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_LoadAllObjects final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_LoadAllObjects;
// Function Everholm.SaveSystemBlueprintHelperLibrary.LoadCategories
// 0x0018 (0x0018 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_LoadCategories final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<ESaveDataCategory> Categories; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_LoadCategories;
// Function Everholm.SaveSystemBlueprintHelperLibrary.RegisterSavableObject
// 0x0010 (0x0010 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_RegisterSavableObject final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* savableObject; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_RegisterSavableObject;
// Function Everholm.SaveSystemBlueprintHelperLibrary.SaveCategories
// 0x0018 (0x0018 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_SaveCategories final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<ESaveDataCategory> Categories; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_SaveCategories;
// Function Everholm.SaveSystemBlueprintHelperLibrary.SaveObject
// 0x0010 (0x0010 - 0x0000)
struct SaveSystemBlueprintHelperLibrary_SaveObject final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* savableObject; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SaveSystemBlueprintHelperLibrary_SaveObject;
// Function Everholm.SelectIndexComponent.SelectIndex
// 0x0010 (0x0010 - 0x0000)
struct SelectIndexComponent_SelectIndex final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SelectIndexComponent_SelectIndex;
// Function Everholm.SheepSkinMovementComponent.SetBoyInput
// 0x0018 (0x0018 - 0x0000)
struct SheepSkinMovementComponent_SetBoyInput final
{
public:
struct FVector boyInput; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SheepSkinMovementComponent_SetBoyInput;
// Function Everholm.SheepSkinMovementComponent.SetGirlInput
// 0x0018 (0x0018 - 0x0000)
struct SheepSkinMovementComponent_SetGirlInput final
{
public:
struct FVector girlInput; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SheepSkinMovementComponent_SetGirlInput;
// Function Everholm.SignalActivationGroupVolume.HIP_SetActivationGroupState
// 0x0001 (0x0001 - 0x0000)
struct SignalActivationGroupVolume_HIP_SetActivationGroupState final
{
public:
bool bIsActive; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SignalActivationGroupVolume_HIP_SetActivationGroupState;
// Function Everholm.SlideAbilityActivation.OnMovementModeChanged
// 0x0010 (0x0010 - 0x0000)
struct SlideAbilityActivation_OnMovementModeChanged final
{
public:
class UEverholmCharacterMovementComponent* MovementComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEverholmCharacterMovementMode PreviousMovementMode; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SlideAbilityActivation_OnMovementModeChanged;
// Function Everholm.SlotInteractionComponent.BP_HandlePickupInserted
// 0x0010 (0x0010 - 0x0000)
struct SlotInteractionComponent_BP_HandlePickupInserted final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* insertedPickup_0; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SlotInteractionComponent_BP_HandlePickupInserted;
// Function Everholm.SlotInteractionComponent.BP_HandlePickupRemoved
// 0x0010 (0x0010 - 0x0000)
struct SlotInteractionComponent_BP_HandlePickupRemoved final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* removedPickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SlotInteractionComponent_BP_HandlePickupRemoved;
// Function Everholm.SlotInteractionComponent.EjectInsertedPickup
// 0x0010 (0x0010 - 0x0000)
struct SlotInteractionComponent_EjectInsertedPickup final
{
public:
bool bOverrideNoRemove; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class APickupBase* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SlotInteractionComponent_EjectInsertedPickup;
// Function Everholm.SlotInteractionComponent.HandlePickupInserted
// 0x0020 (0x0020 - 0x0000)
struct SlotInteractionComponent_HandlePickupInserted final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class USlotInteractionComponent* Slot; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bInserted; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SlotInteractionComponent_HandlePickupInserted;
// Function Everholm.SlotInteractionComponent.HandlePickupRemoved
// 0x0010 (0x0010 - 0x0000)
struct SlotInteractionComponent_HandlePickupRemoved final
{
public:
class AEverholmCharacter* Initiator; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APickupBase* pickup; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SlotInteractionComponent_HandlePickupRemoved;
// Function Everholm.SlotInteractionComponent.HOP_CheckIfSlotted
// 0x0001 (0x0001 - 0x0000)
struct SlotInteractionComponent_HOP_CheckIfSlotted final
{
public:
bool Value; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SlotInteractionComponent_HOP_CheckIfSlotted;
// Function Everholm.SlotInteractionComponent.HOP_Slotted
// 0x0002 (0x0002 - 0x0000)
struct SlotInteractionComponent_HOP_Slotted final
{
public:
bool Value; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bIsInitialization; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SlotInteractionComponent_HOP_Slotted;
// Function Everholm.SlotInteractionComponent.GetInsertedPickup
// 0x0008 (0x0008 - 0x0000)
struct SlotInteractionComponent_GetInsertedPickup final
{
public:
class APickupBase* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SlotInteractionComponent_GetInsertedPickup;
// Function Everholm.SlotInteractionComponent.GetInsertTransitionSlot
// 0x000C (0x000C - 0x0000)
struct SlotInteractionComponent_GetInsertTransitionSlot final
{
public:
struct FAbstractEnum ReturnValue; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SlotInteractionComponent_GetInsertTransitionSlot;
// Function Everholm.SlotInteractionComponent.GetRemoveTransitionSlot
// 0x000C (0x000C - 0x0000)
struct SlotInteractionComponent_GetRemoveTransitionSlot final
{
public:
struct FAbstractEnum ReturnValue; // 0x0000(0x000C)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SlotInteractionComponent_GetRemoveTransitionSlot;
// Function Everholm.SmoothMeshMoverComponent.SetRotationSmoothing
// 0x0001 (0x0001 - 0x0000)
struct SmoothMeshMoverComponent_SetRotationSmoothing final
{
public:
bool State; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SmoothMeshMoverComponent_SetRotationSmoothing;
// Function Everholm.SmoothMeshMoverComponent.SetTranslationSmoothing
// 0x0001 (0x0001 - 0x0000)
struct SmoothMeshMoverComponent_SetTranslationSmoothing final
{
public:
bool State; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SmoothMeshMoverComponent_SetTranslationSmoothing;
// Function Everholm.SmoothMeshMoverComponent.GetLastRotationDelta
// 0x0018 (0x0018 - 0x0000)
struct SmoothMeshMoverComponent_GetLastRotationDelta final
{
public:
struct FRotator ReturnValue; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SmoothMeshMoverComponent_GetLastRotationDelta;
// Function Everholm.SmoothMeshMoverComponent.GetLastTranslationDelta
// 0x0018 (0x0018 - 0x0000)
struct SmoothMeshMoverComponent_GetLastTranslationDelta final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SmoothMeshMoverComponent_GetLastTranslationDelta;
// Function Everholm.ScalarSmoothRepSceneComponent.MC_ScalarServerFrame
// 0x000C (0x000C - 0x0000)
struct ScalarSmoothRepSceneComponent_MC_ScalarServerFrame final
{
public:
struct FScalarSmoothRepSceneComponentState State; // 0x0000(0x000C)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ScalarSmoothRepSceneComponent_MC_ScalarServerFrame;
// Function Everholm.SnifferAnimationRelayComponent.GetSnifferAnimData
// 0x0001 (0x0001 - 0x0000)
struct SnifferAnimationRelayComponent_GetSnifferAnimData final
{
public:
struct FAnimSnifferData ReturnValue; // 0x0000(0x0001)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SnifferAnimationRelayComponent_GetSnifferAnimData;
// Function Everholm.SnifferAnimInstance.GetSnifferOverrideAnimationSet
// 0x0008 (0x0008 - 0x0000)
struct SnifferAnimInstance_GetSnifferOverrideAnimationSet final
{
public:
class UAnimationSet* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SnifferAnimInstance_GetSnifferOverrideAnimationSet;
// Function Everholm.SnifferAnimInstance.OnMontageEndedEvent
// 0x0010 (0x0010 - 0x0000)
struct SnifferAnimInstance_OnMontageEndedEvent final
{
public:
class UAnimMontage* Montage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool interrupted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SnifferAnimInstance_OnMontageEndedEvent;
// Function Everholm.SnifferAnimInstance.OnMovementModeChanged
// 0x0003 (0x0003 - 0x0000)
struct SnifferAnimInstance_OnMovementModeChanged final
{
public:
ESnifferMovementMode NewMovementMode; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ESnifferMovementMode PreviousMovementMode; // 0x0001(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool skippedTransitionAnim; // 0x0002(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SnifferAnimInstance_OnMovementModeChanged;
// Function Everholm.SnifferAnimInstance.OnTransitionBlendedIn
// 0x0008 (0x0008 - 0x0000)
struct SnifferAnimInstance_OnTransitionBlendedIn final
{
public:
class UAnimMontage* Montage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SnifferAnimInstance_OnTransitionBlendedIn;
// Function Everholm.SnifferAnimInstance.GetAlertTransitionAnimByAngle
// 0x0010 (0x0010 - 0x0000)
struct SnifferAnimInstance_GetAlertTransitionAnimByAngle final
{
public:
float Angle; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UAnimMontage* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SnifferAnimInstance_GetAlertTransitionAnimByAngle;
// Function Everholm.SnifferAnimInstance.GetDeltaYawToClosestTarget
// 0x0008 (0x0008 - 0x0000)
struct SnifferAnimInstance_GetDeltaYawToClosestTarget final
{
public:
bool onlyConsiderClosestActualTarget; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool returnZeroIfNoCurrentTargetExists; // 0x0001(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_2[0x2]; // 0x0002(0x0002)(Fixing Size After Last Property [ Dumper-7 ])
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SnifferAnimInstance_GetDeltaYawToClosestTarget;
// Function Everholm.SniperSubsystem.RegisterTarget
// 0x0008 (0x0008 - 0x0000)
struct SniperSubsystem_RegisterTarget final
{
public:
class USniperTargetComponent* Target; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SniperSubsystem_RegisterTarget;
// Function Everholm.SniperSubsystem.UnregisterTarget
// 0x0008 (0x0008 - 0x0000)
struct SniperSubsystem_UnregisterTarget final
{
public:
class USniperTargetComponent* Target; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SniperSubsystem_UnregisterTarget;
// Function Everholm.SniperSubsystem.GetTargets
// 0x0010 (0x0010 - 0x0000)
struct SniperSubsystem_GetTargets final
{
public:
TArray<class AActor*> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SniperSubsystem_GetTargets;
// Function Everholm.SpiderKidAnimInstance.GetSpiderkidOverrideAnimationSet
// 0x0010 (0x0010 - 0x0000)
struct SpiderKidAnimInstance_GetSpiderkidOverrideAnimationSet final
{
public:
ESpiderkidIlluminationState illuminationState; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UAnimationSet* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SpiderKidAnimInstance_GetSpiderkidOverrideAnimationSet;
// Function Everholm.SpiderKidAnimInstance.OnLightReactAnimBlendedIn
// 0x0008 (0x0008 - 0x0000)
struct SpiderKidAnimInstance_OnLightReactAnimBlendedIn final
{
public:
class UAnimMontage* Montage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SpiderKidAnimInstance_OnLightReactAnimBlendedIn;
// Function Everholm.SpiderKidAnimInstance.OnLightReactAnimEnded
// 0x0010 (0x0010 - 0x0000)
struct SpiderKidAnimInstance_OnLightReactAnimEnded final
{
public:
class UAnimMontage* Montage; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bInterrupted; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SpiderKidAnimInstance_OnLightReactAnimEnded;
// Function Everholm.SpiralWhaleEyeEncounter.OnRep_SpiralWhaleQuestState
// 0x0001 (0x0001 - 0x0000)
struct SpiralWhaleEyeEncounter_OnRep_SpiralWhaleQuestState final
{
public:
ESpiralWhaleQuestState previousState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SpiralWhaleEyeEncounter_OnRep_SpiralWhaleQuestState;
// Function Everholm.SpiralWhaleEyeEncounter.SetQuestState
// 0x0001 (0x0001 - 0x0000)
struct SpiralWhaleEyeEncounter_SetQuestState final
{
public:
ESpiralWhaleQuestState NewState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SpiralWhaleEyeEncounter_SetQuestState;
// Function Everholm.SpiralWhaleEyeEncounter.SpiralWhaleQuestStateUpdate
// 0x0002 (0x0002 - 0x0000)
struct SpiralWhaleEyeEncounter_SpiralWhaleQuestStateUpdate final
{
public:
ESpiralWhaleQuestState NewState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ESpiralWhaleQuestState previousState; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SpiralWhaleEyeEncounter_SpiralWhaleQuestStateUpdate;
// Function Everholm.SplineCameraHint.DebugSplines
// 0x0018 (0x0018 - 0x0000)
struct SplineCameraHint_DebugSplines final
{
public:
struct FVector CameraHintLookTarget_0; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SplineCameraHint_DebugSplines;
// Function Everholm.SplineCameraHint.GetCameraAimSpline
// 0x0008 (0x0008 - 0x0000)
struct SplineCameraHint_GetCameraAimSpline final
{
public:
class USplineComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SplineCameraHint_GetCameraAimSpline;
// Function Everholm.SplineCameraHint.GetCameraSpline
// 0x0008 (0x0008 - 0x0000)
struct SplineCameraHint_GetCameraSpline final
{
public:
class USplineComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SplineCameraHint_GetCameraSpline;
// Function Everholm.SplineCameraHint.GetPlayerSpline
// 0x0008 (0x0008 - 0x0000)
struct SplineCameraHint_GetPlayerSpline final
{
public:
class USplineComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SplineCameraHint_GetPlayerSpline;
// Function Everholm.SplineCameraHint.MapPlayerSplineDistanceToOtherSplineDistance
// 0x0038 (0x0038 - 0x0000)
struct SplineCameraHint_MapPlayerSplineDistanceToOtherSplineDistance final
{
public:
double distanceAlongPlayerSpline; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<double> splineDistances; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
const class USplineComponent* otherSpline; // 0x0018(0x0008)(ConstParm, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FLinearColor DebugColor; // 0x0020(0x0010)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0030(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SplineCameraHint_MapPlayerSplineDistanceToOtherSplineDistance;
// Function Everholm.StationaryCameraSphereHint.DebugStationaryCameraHint
// 0x0030 (0x0030 - 0x0000)
struct StationaryCameraSphereHint_DebugStationaryCameraHint final
{
public:
struct FVector FocalPoint; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector lookTarget; // 0x0018(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_StationaryCameraSphereHint_DebugStationaryCameraHint;
// Function Everholm.StationaryCameraSphereHint.EvaluateCameraLookInfo
// 0x0060 (0x0060 - 0x0000)
struct StationaryCameraSphereHint_EvaluateCameraLookInfo final
{
public:
struct FVector FocalPoint; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector cameraLocationTarget_0; // 0x0018(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator cameraRotationTarget_0; // 0x0030(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
struct FVector lookTarget; // 0x0048(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_StationaryCameraSphereHint_EvaluateCameraLookInfo;
// Function Everholm.SubtitleSubsystem.ShowSubtitle
// 0x0018 (0x0018 - 0x0000)
struct SubtitleSubsystem_ShowSubtitle final
{
public:
class FText Text; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
double Duration; // 0x0010(0x0008)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SubtitleSubsystem_ShowSubtitle;
// Function Everholm.SurfaceClimbAbility.OnMovementModeChanged
// 0x0010 (0x0010 - 0x0000)
struct SurfaceClimbAbility_OnMovementModeChanged final
{
public:
class UEverholmCharacterMovementComponent* MovementComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEverholmCharacterMovementMode PreviousMovementMode; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_SurfaceClimbAbility_OnMovementModeChanged;
// Function Everholm.SurfaceClimbAbility.IsOnCooldown
// 0x0001 (0x0001 - 0x0000)
struct SurfaceClimbAbility_IsOnCooldown final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SurfaceClimbAbility_IsOnCooldown;
// Function Everholm.SwapRoleOnVehicleComponent.CanSwapRoleInVehicle
// 0x0001 (0x0001 - 0x0000)
struct SwapRoleOnVehicleComponent_CanSwapRoleInVehicle final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwapRoleOnVehicleComponent_CanSwapRoleInVehicle;
// Function Everholm.SwapRoleOnVehicleComponent.DriverCallAbility
// 0x001C (0x001C - 0x0000)
struct SwapRoleOnVehicleComponent_DriverCallAbility final
{
public:
struct FCallContext CallContext; // 0x0000(0x001C)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwapRoleOnVehicleComponent_DriverCallAbility;
// Function Everholm.SwapRoleOnVehicleComponent.DriverRoleAssigned
// 0x0010 (0x0010 - 0x0000)
struct SwapRoleOnVehicleComponent_DriverRoleAssigned final
{
public:
const class AEverholmCharacter* NewCharacter; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AEverholmCharacter* OldCharacter; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwapRoleOnVehicleComponent_DriverRoleAssigned;
// Function Everholm.SwapRoleOnVehicleComponent.OnRep_SwapRoleState
// 0x0001 (0x0001 - 0x0000)
struct SwapRoleOnVehicleComponent_OnRep_SwapRoleState final
{
public:
ESwapRoleState prevState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwapRoleOnVehicleComponent_OnRep_SwapRoleState;
// Function Everholm.SwapRoleOnVehicleComponent.PassengerCallAbility
// 0x001C (0x001C - 0x0000)
struct SwapRoleOnVehicleComponent_PassengerCallAbility final
{
public:
struct FCallContext CallContext; // 0x0000(0x001C)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwapRoleOnVehicleComponent_PassengerCallAbility;
// Function Everholm.SwapRoleOnVehicleComponent.PassengerRoleAssigned
// 0x0010 (0x0010 - 0x0000)
struct SwapRoleOnVehicleComponent_PassengerRoleAssigned final
{
public:
const class AEverholmCharacter* NewCharacter; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AEverholmCharacter* OldCharacter; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwapRoleOnVehicleComponent_PassengerRoleAssigned;
// Function Everholm.SwapRoleOnVehicleComponent.SetSwapState
// 0x0001 (0x0001 - 0x0000)
struct SwapRoleOnVehicleComponent_SetSwapState final
{
public:
ESwapRoleState NewState; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwapRoleOnVehicleComponent_SetSwapState;
// Function Everholm.SwapRoleOnVehicleComponent.SwapMoveDone
// 0x0010 (0x0010 - 0x0000)
struct SwapRoleOnVehicleComponent_SwapMoveDone final
{
public:
class AEverholmCharacter* PrevDriver; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmCharacter* PrevPassenger; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwapRoleOnVehicleComponent_SwapMoveDone;
// Function Everholm.SwimAbility.GetIsInSwimmingRegion
// 0x0001 (0x0001 - 0x0000)
struct SwimAbility_GetIsInSwimmingRegion final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwimAbility_GetIsInSwimmingRegion;
// Function Everholm.SwimAbility.GetWaterData
// 0x0020 (0x0020 - 0x0000)
struct SwimAbility_GetWaterData final
{
public:
struct FSwimmingWaterData ReturnValue; // 0x0000(0x0020)(Parm, OutParm, ReturnParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwimAbility_GetWaterData;
// Function Everholm.SwimAbility.GetWaterSurfaceLocation
// 0x0018 (0x0018 - 0x0000)
struct SwimAbility_GetWaterSurfaceLocation final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwimAbility_GetWaterSurfaceLocation;
// Function Everholm.SwimmingRegion.GetSurfaceLocation
// 0x0030 (0x0030 - 0x0000)
struct SwimmingRegion_GetSurfaceLocation final
{
public:
struct FVector playerLocation; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0018(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_SwimmingRegion_GetSurfaceLocation;
// Function Everholm.TankActor.BoxOverlapTankTargetComponents
// 0x00A0 (0x00A0 - 0x0000)
struct TankActor_BoxOverlapTankTargetComponents final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_8[0x8]; // 0x0008(0x0008)(Fixing Size After Last Property [ Dumper-7 ])
struct FQuat BoxOrient; // 0x0010(0x0020)(ConstParm, Parm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector BoxPos; // 0x0030(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector BoxExtent; // 0x0048(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<EObjectTypeQuery> ObjectTypes; // 0x0060(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
class UClass* ComponentClassFilter; // 0x0070(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class AActor*> ActorsToIgnore; // 0x0078(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
TArray<class UTankTargetComponent*> OutComponents; // 0x0088(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x0098(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_99[0x7]; // 0x0099(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TankActor_BoxOverlapTankTargetComponents;
// Function Everholm.TankActor.GetCurrentTank
// 0x0010 (0x0010 - 0x0000)
struct TankActor_GetCurrentTank final
{
public:
const class UObject* WorldContextObject; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class ATankActor* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TankActor_GetCurrentTank;
// Function Everholm.TankActor.GetTankVelocity
// 0x0018 (0x0018 - 0x0000)
struct TankActor_GetTankVelocity final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TankActor_GetTankVelocity;
// Function Everholm.TankNetProxyComponent.MC_ServerFrameTank
// 0x0078 (0x0078 - 0x0000)
struct TankNetProxyComponent_MC_ServerFrameTank final
{
public:
struct FSmoothRepSceneComponentState State; // 0x0000(0x0068)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
struct FTankMoveRepState tankState; // 0x0068(0x0010)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TankNetProxyComponent_MC_ServerFrameTank;
// Function Everholm.TargetingComponent.FindTarget
// 0x0030 (0x0030 - 0x0000)
struct TargetingComponent_FindTarget final
{
public:
ETargetType TargetType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
float angleFromForward; // 0x0004(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float rotationOffsetFromForward; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector rotationOffsetAxis; // 0x0010(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class UTargetComponent* ReturnValue; // 0x0028(0x0008)(ConstParm, ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetingComponent_FindTarget;
// Function Everholm.TargetingComponent.HandleCinematicModeChanged
// 0x0001 (0x0001 - 0x0000)
struct TargetingComponent_HandleCinematicModeChanged final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetingComponent_HandleCinematicModeChanged;
// Function Everholm.TargetingComponent.HandleGameplayTagsChanged
// 0x0018 (0x0018 - 0x0000)
struct TargetingComponent_HandleGameplayTagsChanged final
{
public:
class UAbilityActivationComponent* AbilityActivationComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag ChangedTag; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasAdded; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TargetingComponent_HandleGameplayTagsChanged;
// Function Everholm.TargetingComponent.OnOwnerControllerChanged
// 0x0018 (0x0018 - 0x0000)
struct TargetingComponent_OnOwnerControllerChanged final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AController* OldController; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AController* NewController; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetingComponent_OnOwnerControllerChanged;
// Function Everholm.TargetingComponent.ServerSetLookInput
// 0x0018 (0x0018 - 0x0000)
struct TargetingComponent_ServerSetLookInput final
{
public:
struct FVector_NetQuantizeNormal lookInput; // 0x0000(0x0018)(ConstParm, Parm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetingComponent_ServerSetLookInput;
// Function Everholm.TargetingComponent.SetLookAtBlendCurve
// 0x0088 (0x0088 - 0x0000)
struct TargetingComponent_SetLookAtBlendCurve final
{
public:
struct FRuntimeFloatCurve blendCurve; // 0x0000(0x0088)(Parm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetingComponent_SetLookAtBlendCurve;
// Function Everholm.TargetingComponent.SetOverrideLookAtTargetActor
// 0x0020 (0x0020 - 0x0000)
struct TargetingComponent_SetOverrideLookAtTargetActor final
{
public:
const class UTargetComponent* overrideTarget; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector optionalOffset; // 0x0008(0x0018)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetingComponent_SetOverrideLookAtTargetActor;
// Function Everholm.TargetingComponent.GetLastFoundTarget
// 0x0010 (0x0010 - 0x0000)
struct TargetingComponent_GetLastFoundTarget final
{
public:
ETargetType TargetType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UTargetComponent* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetingComponent_GetLastFoundTarget;
// Function Everholm.TargetingComponent.GetLookAtBlendCurve
// 0x0088 (0x0088 - 0x0000)
struct TargetingComponent_GetLookAtBlendCurve final
{
public:
struct FRuntimeFloatCurve ReturnValue; // 0x0000(0x0088)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetingComponent_GetLookAtBlendCurve;
// Function Everholm.TargetingComponent.GetLookInput
// 0x0018 (0x0018 - 0x0000)
struct TargetingComponent_GetLookInput final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TargetingComponent_GetLookInput;
// Function Everholm.TarsierCommonRichTextBlock.OnInputMethodChanged
// 0x0002 (0x0002 - 0x0000)
struct TarsierCommonRichTextBlock_OnInputMethodChanged final
{
public:
ELocalUserType localUserType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
ECommonInputType NewInputType; // 0x0001(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TarsierCommonRichTextBlock_OnInputMethodChanged;
// Function Everholm.TeleportationRelayComponent.BindTeleportDelegate
// 0x0008 (0x0008 - 0x0000)
struct TeleportationRelayComponent_BindTeleportDelegate final
{
public:
class AEverholmCharacter* Character; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TeleportationRelayComponent_BindTeleportDelegate;
// Function Everholm.TeleportationRelayComponent.OnPlayerCharacterSpawned
// 0x0008 (0x0008 - 0x0000)
struct TeleportationRelayComponent_OnPlayerCharacterSpawned final
{
public:
class AEverholmPlayerCharacter* PlayerCharacter; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TeleportationRelayComponent_OnPlayerCharacterSpawned;
// Function Everholm.TeleportationRelayComponent.OnTeleportSuccess
// 0x0008 (0x0008 - 0x0000)
struct TeleportationRelayComponent_OnTeleportSuccess final
{
public:
class AEverholmCharacter* teleportingCharacter; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TeleportationRelayComponent_OnTeleportSuccess;
// Function Everholm.TeleportationRelayComponent.StartTeleport
// 0x0010 (0x0010 - 0x0000)
struct TeleportationRelayComponent_StartTeleport final
{
public:
TArray<struct FTeleportRelayEntry> teleportingCharacters; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TeleportationRelayComponent_StartTeleport;
// Function Everholm.ThrowTargetPipWidget.SetIcon
// 0x0008 (0x0008 - 0x0000)
struct ThrowTargetPipWidget_SetIcon final
{
public:
const class UTexture2D* iconTexture; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowTargetPipWidget_SetIcon;
// Function Everholm.ThrowTargetPipWidget.SetIconAngle
// 0x0004 (0x0004 - 0x0000)
struct ThrowTargetPipWidget_SetIconAngle final
{
public:
float Angle; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowTargetPipWidget_SetIconAngle;
// Function Everholm.ThrowTargetPipWidget.SetIconTranslation
// 0x0010 (0x0010 - 0x0000)
struct ThrowTargetPipWidget_SetIconTranslation final
{
public:
struct FVector2D Translation; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowTargetPipWidget_SetIconTranslation;
// Function Everholm.ThrowTargetPipWidget.GetCurrentTarget
// 0x0008 (0x0008 - 0x0000)
struct ThrowTargetPipWidget_GetCurrentTarget final
{
public:
class UTargetComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowTargetPipWidget_GetCurrentTarget;
// Function Everholm.ThrowTargetPipWidget.GetCurrentTargetName
// 0x0010 (0x0010 - 0x0000)
struct ThrowTargetPipWidget_GetCurrentTargetName final
{
public:
class FString ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowTargetPipWidget_GetCurrentTargetName;
// Function Everholm.ThrowTargetPipWidget.GetOtherPip
// 0x0008 (0x0008 - 0x0000)
struct ThrowTargetPipWidget_GetOtherPip final
{
public:
class UThrowTargetPipWidget* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowTargetPipWidget_GetOtherPip;
// Function Everholm.ThrowTargetPipWidget.GetOwningCharacter
// 0x0008 (0x0008 - 0x0000)
struct ThrowTargetPipWidget_GetOwningCharacter final
{
public:
class AEverholmPlayerCharacter* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ThrowTargetPipWidget_GetOwningCharacter;
// Function Everholm.TiedTogetherComponent.SetPlayPullAnimMontage
// 0x0001 (0x0001 - 0x0000)
struct TiedTogetherComponent_SetPlayPullAnimMontage final
{
public:
bool bPlayAnim; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TiedTogetherComponent_SetPlayPullAnimMontage;
// Function Everholm.TiedTogetherComponent.SetRopeHidden
// 0x0001 (0x0001 - 0x0000)
struct TiedTogetherComponent_SetRopeHidden final
{
public:
bool bIsHidden; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TiedTogetherComponent_SetRopeHidden;
// Function Everholm.TiedTogetherComponent.GetTiedRopeLength
// 0x0004 (0x0004 - 0x0000)
struct TiedTogetherComponent_GetTiedRopeLength final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TiedTogetherComponent_GetTiedRopeLength;
// Function Everholm.ToolPryComponent.GetPryComponent
// 0x0010 (0x0010 - 0x0000)
struct ToolPryComponent_GetPryComponent final
{
public:
const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UToolPryComponent* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ToolPryComponent_GetPryComponent;
// Function Everholm.ToolPryComponent.OnHolderChanged
// 0x0008 (0x0008 - 0x0000)
struct ToolPryComponent_OnHolderChanged final
{
public:
class AActor* newHolder; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ToolPryComponent_OnHolderChanged;
// Function Everholm.ToolSwingComponent.CanBounce
// 0x0100 (0x0100 - 0x0000)
struct ToolSwingComponent_CanBounce final
{
public:
struct FHitResult HitResult; // 0x0000(0x00F8)(ConstParm, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
bool ReturnValue; // 0x00F8(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_F9[0x7]; // 0x00F9(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_ToolSwingComponent_CanBounce;
// Function Everholm.ToolSwingComponent.StartOverlap
// 0x0010 (0x0010 - 0x0000)
struct ToolSwingComponent_StartOverlap final
{
public:
float overlapDuration; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class APawn* Instigator; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_ToolSwingComponent_StartOverlap;
// Function Everholm.TutorialPromptComponent.ActorEnter
// 0x0008 (0x0008 - 0x0000)
struct TutorialPromptComponent_ActorEnter final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TutorialPromptComponent_ActorEnter;
// Function Everholm.TutorialPromptComponent.ActorLeave
// 0x0008 (0x0008 - 0x0000)
struct TutorialPromptComponent_ActorLeave final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_TutorialPromptComponent_ActorLeave;
// Function Everholm.TutorialPromptWidget.HandleTagChanged
// 0x0018 (0x0018 - 0x0000)
struct TutorialPromptWidget_HandleTagChanged final
{
public:
class UAbilityActivationComponent* AbilityActivationComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag ChangedTag; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasAdded; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_TutorialPromptWidget_HandleTagChanged;
// Function Everholm.EverholmNetworkErrorListenerSubsystem.OnNetworkSessionManagerFailure
// 0x0001 (0x0001 - 0x0000)
struct EverholmNetworkErrorListenerSubsystem_OnNetworkSessionManagerFailure final
{
public:
ENetworkSessionManagerFailType FailureType; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EverholmNetworkErrorListenerSubsystem_OnNetworkSessionManagerFailure;
// Function Everholm.UILayer.BP_AddWidget
// 0x0010 (0x0010 - 0x0000)
struct UILayer_BP_AddWidget final
{
public:
TSubclassOf<class UTarsierActivatableWidget> WidgetClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UTarsierActivatableWidget* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_UILayer_BP_AddWidget;
// Function Everholm.UILayer.GetGatheredInputActions
// 0x0010 (0x0010 - 0x0000)
struct UILayer_GetGatheredInputActions final
{
public:
TArray<struct FInputActionDisplayInfo> ReturnValue; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_UILayer_GetGatheredInputActions;
// Function Everholm.UILayer.GetNumberOfWidgets
// 0x0004 (0x0004 - 0x0000)
struct UILayer_GetNumberOfWidgets final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_UILayer_GetNumberOfWidgets;
// Function Everholm.UILayer.OnStackDisplayedWidgetChanged
// 0x0008 (0x0008 - 0x0000)
struct UILayer_OnStackDisplayedWidgetChanged final
{
public:
class UCommonActivatableWidget* displayedWidget; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_UILayer_OnStackDisplayedWidgetChanged;
// Function Everholm.UILayer.HasAnyWidget
// 0x0001 (0x0001 - 0x0000)
struct UILayer_HasAnyWidget final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_UILayer_HasAnyWidget;
// Function Everholm.VehicleAlignSplineComponent.RotationSpeedTowardsAlignSpline
// 0x0004 (0x0004 - 0x0000)
struct VehicleAlignSplineComponent_RotationSpeedTowardsAlignSpline final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleAlignSplineComponent_RotationSpeedTowardsAlignSpline;
// Function Everholm.VehicleControlComponent.CinematicModeEnabled
// 0x0001 (0x0001 - 0x0000)
struct VehicleControlComponent_CinematicModeEnabled final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleControlComponent_CinematicModeEnabled;
// Function Everholm.VehicleControlComponent.Multicast_UseVehicle
// 0x0038 (0x0038 - 0x0000)
struct VehicleControlComponent_Multicast_UseVehicle final
{
public:
struct FVector_NetQuantize localVehicleLocation; // 0x0000(0x0018)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector_NetQuantizeNormal localUseVehicleForward; // 0x0018(0x0018)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmCharacter* Character; // 0x0030(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleControlComponent_Multicast_UseVehicle;
// Function Everholm.VehicleControlComponent.OnMovementModeChanged
// 0x0010 (0x0010 - 0x0000)
struct VehicleControlComponent_OnMovementModeChanged final
{
public:
class UEverholmCharacterMovementComponent* MovementComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEverholmCharacterMovementMode PreviousMovementMode; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleControlComponent_OnMovementModeChanged;
// Function Everholm.VehicleControlComponent.OnRep_ControlledVehicle
// 0x0010 (0x0010 - 0x0000)
struct VehicleControlComponent_OnRep_ControlledVehicle final
{
public:
struct FControlledVehicleRef oldVehicle; // 0x0000(0x0010)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleControlComponent_OnRep_ControlledVehicle;
// Function Everholm.VehicleControlComponent.ResetPlayerOnControlledVehicle
// 0x0008 (0x0008 - 0x0000)
struct VehicleControlComponent_ResetPlayerOnControlledVehicle final
{
public:
class AEverholmCharacter* Player; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleControlComponent_ResetPlayerOnControlledVehicle;
// Function Everholm.VehicleControlComponent.Server_SetControlData
// 0x0040 (0x0040 - 0x0000)
struct VehicleControlComponent_Server_SetControlData final
{
public:
struct FVehicleControlData vehicleControl; // 0x0000(0x0040)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleControlComponent_Server_SetControlData;
// Function Everholm.VehicleControlComponent.Server_UseVehicle
// 0x0038 (0x0038 - 0x0000)
struct VehicleControlComponent_Server_UseVehicle final
{
public:
struct FVector_NetQuantize localVehicleLocation; // 0x0000(0x0018)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector_NetQuantizeNormal localUseVehicleForward; // 0x0018(0x0018)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AEverholmCharacter* Character; // 0x0030(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleControlComponent_Server_UseVehicle;
// Function Everholm.VehicleControlComponent.GetCurrentVehicle
// 0x0008 (0x0008 - 0x0000)
struct VehicleControlComponent_GetCurrentVehicle final
{
public:
class AVehicleActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleControlComponent_GetCurrentVehicle;
// Function Everholm.VehicleSpawnInfoDataAsset.GetSpawnInfoForVehicle
// 0x0068 (0x0068 - 0x0000)
struct VehicleSpawnInfoDataAsset_GetSpawnInfoForVehicle final
{
public:
TSoftObjectPtr<class AVehicleActor> VehicleActor; // 0x0000(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVehicleSpawnInfo ReturnValue; // 0x0028(0x0040)(Parm, OutParm, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleSpawnInfoDataAsset_GetSpawnInfoForVehicle;
// Function Everholm.VehicleDeathHandler.GetAngleToInstigator
// 0x0004 (0x0004 - 0x0000)
struct VehicleDeathHandler_GetAngleToInstigator final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleDeathHandler_GetAngleToInstigator;
// Function Everholm.VehicleDeathHandler.OnDeathHandlerAnimNotify
// 0x0018 (0x0018 - 0x0000)
struct VehicleDeathHandler_OnDeathHandlerAnimNotify final
{
public:
class FName NotifyName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAnimSequenceBase* Animation; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class USkeletalMeshComponent* ownerMeshComponent; // 0x0010(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleDeathHandler_OnDeathHandlerAnimNotify;
// Function Everholm.VehicleDeathHandler.PlayMontageOnInstigator
// 0x0010 (0x0010 - 0x0000)
struct VehicleDeathHandler_PlayMontageOnInstigator final
{
public:
class AActor* instigatorActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAnimMontage* Montage; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleDeathHandler_PlayMontageOnInstigator;
// Function Everholm.VehicleDeathHandler.Ragdoll
// 0x0090 (0x0090 - 0x0000)
struct VehicleDeathHandler_Ragdoll final
{
public:
class USkeletalMeshComponent* ownerMeshComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRuntimeFloatCurve blendInCurve; // 0x0008(0x0088)(Parm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleDeathHandler_Ragdoll;
// Function Everholm.VehicleActorReplicationComponent.MC_ServerFrameVehicle
// 0x0078 (0x0078 - 0x0000)
struct VehicleActorReplicationComponent_MC_ServerFrameVehicle final
{
public:
struct FSmoothRepSceneComponentState State; // 0x0000(0x0068)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
struct FVehicleActorMoveRepState vehicleState; // 0x0068(0x000C)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleActorReplicationComponent_MC_ServerFrameVehicle;
// Function Everholm.VehicleActorReplicationComponent.MC_ServerFrameVehicleWithColl
// 0x0078 (0x0078 - 0x0000)
struct VehicleActorReplicationComponent_MC_ServerFrameVehicleWithColl final
{
public:
struct FSmoothRepSceneComponentState State; // 0x0000(0x0068)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
struct FVehicleActorMoveRepStateWithCollision vehicleState; // 0x0068(0x000C)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
uint8 Pad_74[0x4]; // 0x0074(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleActorReplicationComponent_MC_ServerFrameVehicleWithColl;
// Function Everholm.VehicleActorReplicationComponent.SetCollisionEventForReplication
// 0x0004 (0x0004 - 0x0000)
struct VehicleActorReplicationComponent_SetCollisionEventForReplication final
{
public:
int32 CollisionEvent; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActorReplicationComponent_SetCollisionEventForReplication;
// Function Everholm.VehicleActorReplicationComponent.GetCollisionEventForReplication
// 0x0004 (0x0004 - 0x0000)
struct VehicleActorReplicationComponent_GetCollisionEventForReplication final
{
public:
int32 ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleActorReplicationComponent_GetCollisionEventForReplication;
// Function Everholm.VehicleMoveToTargetComponent.FollowTargetTransformTLUpdate
// 0x0004 (0x0004 - 0x0000)
struct VehicleMoveToTargetComponent_FollowTargetTransformTLUpdate final
{
public:
float Alpha; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMoveToTargetComponent_FollowTargetTransformTLUpdate;
// Function Everholm.VehicleMoveToTargetComponent.MoveToTarget
// 0x0048 (0x0048 - 0x0000)
struct VehicleMoveToTargetComponent_MoveToTarget final
{
public:
struct FVector targetLocation; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator targetRotation; // 0x0018(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
float Duration; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UCurveFloat* overrideMovementCurve; // 0x0038(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bReturnControlOnDone; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleMoveToTargetComponent_MoveToTarget;
// Function Everholm.VehicleMoveToTargetComponent.MoveToTarget_SeparateDuration
// 0x0048 (0x0048 - 0x0000)
struct VehicleMoveToTargetComponent_MoveToTarget_SeparateDuration final
{
public:
struct FVector targetLocation; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator targetRotation; // 0x0018(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
float moveDuration; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float rotateDuration; // 0x0034(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UCurveFloat* overrideMovementCurve; // 0x0038(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bReturnControlOnDone; // 0x0040(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_41[0x7]; // 0x0041(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleMoveToTargetComponent_MoveToTarget_SeparateDuration;
// Function Everholm.VehicleMoveToTargetComponent.MoveToTargetTransform
// 0x0080 (0x0080 - 0x0000)
struct VehicleMoveToTargetComponent_MoveToTargetTransform final
{
public:
struct FTransform TargetTransform; // 0x0000(0x0060)(Parm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Duration; // 0x0060(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_64[0x4]; // 0x0064(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UCurveFloat* overrideMovementCurve; // 0x0068(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bReturnControlOnDone; // 0x0070(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_71[0xF]; // 0x0071(0x000F)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleMoveToTargetComponent_MoveToTargetTransform;
// Function Everholm.VehicleMoveToTargetComponent.SetComponentState
// 0x0001 (0x0001 - 0x0000)
struct VehicleMoveToTargetComponent_SetComponentState final
{
public:
bool Enabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMoveToTargetComponent_SetComponentState;
// Function Everholm.VehicleMoveToTargetComponent.IsRotationOnly
// 0x0001 (0x0001 - 0x0000)
struct VehicleMoveToTargetComponent_IsRotationOnly final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleMoveToTargetComponent_IsRotationOnly;
// Function Everholm.VehicleSpeedModifierPresets.GetSpeedModifierParamsFromPreset
// 0x0024 (0x0024 - 0x0000)
struct VehicleSpeedModifierPresets_GetSpeedModifierParamsFromPreset final
{
public:
EVehicleSpeedMofidierPreset preset; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1[0x3]; // 0x0001(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
struct FVehicleSpeedModifierParams ReturnValue; // 0x0004(0x0020)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleSpeedModifierPresets_GetSpeedModifierParamsFromPreset;
// Function Everholm.VehicleSpeedModifierVolume.ApplyPresetToVehicle
// 0x0010 (0x0010 - 0x0000)
struct VehicleSpeedModifierVolume_ApplyPresetToVehicle final
{
public:
class AVehicleActor* Vehicle; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EVehicleSpeedMofidierPreset speedModifierPreset; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bForceInstant; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_VehicleSpeedModifierVolume_ApplyPresetToVehicle;
// Function Everholm.VehicleSpeedModifierVolume.EnterValidVehicle
// 0x0008 (0x0008 - 0x0000)
struct VehicleSpeedModifierVolume_EnterValidVehicle final
{
public:
class AVehicleActor* Vehicle; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleSpeedModifierVolume_EnterValidVehicle;
// Function Everholm.VehicleSpeedModifierVolume.ExitValidVehicle
// 0x0008 (0x0008 - 0x0000)
struct VehicleSpeedModifierVolume_ExitValidVehicle final
{
public:
class AVehicleActor* Vehicle; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_VehicleSpeedModifierVolume_ExitValidVehicle;
// Function Everholm.WadingComponent.Server_SetWadingData
// 0x0008 (0x0008 - 0x0000)
struct WadingComponent_Server_SetWadingData final
{
public:
struct FWadingData WadingData; // 0x0000(0x0008)(ConstParm, Parm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_WadingComponent_Server_SetWadingData;
// Function Everholm.WadingComponent.SetWadingData
// 0x0008 (0x0008 - 0x0000)
struct WadingComponent_SetWadingData final
{
public:
struct FWadingData WadingData; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_WadingComponent_SetWadingData;
// Function Everholm.WadingComponent.GetLastMaxDepth
// 0x0004 (0x0004 - 0x0000)
struct WadingComponent_GetLastMaxDepth final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_WadingComponent_GetLastMaxDepth;
// Function Everholm.WadingComponent.GetWadingData
// 0x0008 (0x0008 - 0x0000)
struct WadingComponent_GetWadingData final
{
public:
struct FWadingData ReturnValue; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ReturnParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_WadingComponent_GetWadingData;
// Function Everholm.WallDetectionComponent.HandleOwnerTagChange
// 0x0018 (0x0018 - 0x0000)
struct WallDetectionComponent_HandleOwnerTagChange final
{
public:
class UAbilityActivationComponent* AbilityActivationComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FGameplayTag Tag; // 0x0008(0x0008)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bWasAdded; // 0x0010(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_WallDetectionComponent_HandleOwnerTagChange;
// Function Everholm.WaypointSubsystem.ActivateWaypoint
// 0x0008 (0x0008 - 0x0000)
struct WaypointSubsystem_ActivateWaypoint final
{
public:
class AWaypointActor* waypointToActivate; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_WaypointSubsystem_ActivateWaypoint;
// Function Everholm.WaypointSubsystem.DeactivateWaypoint
// 0x0008 (0x0008 - 0x0000)
struct WaypointSubsystem_DeactivateWaypoint final
{
public:
class AWaypointActor* waypointToDeactivate; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_WaypointSubsystem_DeactivateWaypoint;
// Function Everholm.WaypointSubsystem.GetActivatedWaypoint
// 0x0008 (0x0008 - 0x0000)
struct WaypointSubsystem_GetActivatedWaypoint final
{
public:
class AWaypointActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_WaypointSubsystem_GetActivatedWaypoint;
// Function Everholm.WaypointSubsystem.HasActiveWaypoint
// 0x0001 (0x0001 - 0x0000)
struct WaypointSubsystem_HasActiveWaypoint final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_WaypointSubsystem_HasActiveWaypoint;
}