Files
ReshadePluginsCore/SilentHillF/SDK/AIModule_parameters.hpp

2246 lines
157 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: AIModule
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "GameplayTasks_structs.hpp"
#include "AIModule_structs.hpp"
#include "CoreUObject_structs.hpp"
#include "GameplayTags_structs.hpp"
namespace SDK::Params
{
// Function AIModule.AIAsyncTaskBlueprintProxy.OnMoveCompleted
// 0x0008 (0x0008 - 0x0000)
struct AIAsyncTaskBlueprintProxy_OnMoveCompleted final
{
public:
struct FAIRequestID RequestID; // 0x0000(0x0004)(Parm, NoDestructor, NativeAccessSpecifierPublic)
EPathFollowingResult MovementResult; // 0x0004(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIAsyncTaskBlueprintProxy_OnMoveCompleted;
// Function AIModule.PathFollowingComponent.OnActorBump
// 0x0120 (0x0120 - 0x0000)
struct PathFollowingComponent_OnActorBump 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_PathFollowingComponent_OnActorBump;
// Function AIModule.PathFollowingComponent.OnNavDataRegistered
// 0x0008 (0x0008 - 0x0000)
struct PathFollowingComponent_OnNavDataRegistered final
{
public:
class ANavigationData* NavData; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PathFollowingComponent_OnNavDataRegistered;
// Function AIModule.PathFollowingComponent.GetPathActionType
// 0x0001 (0x0001 - 0x0000)
struct PathFollowingComponent_GetPathActionType final
{
public:
EPathFollowingAction ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PathFollowingComponent_GetPathActionType;
// Function AIModule.PathFollowingComponent.GetPathDestination
// 0x0018 (0x0018 - 0x0000)
struct PathFollowingComponent_GetPathDestination final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PathFollowingComponent_GetPathDestination;
// Function AIModule.AIPerceptionComponent.GetActorsPerception
// 0x0030 (0x0030 - 0x0000)
struct AIPerceptionComponent_GetActorsPerception final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FActorPerceptionBlueprintInfo Info; // 0x0008(0x0020)(Parm, OutParm, 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_AIPerceptionComponent_GetActorsPerception;
// Function AIModule.AIPerceptionComponent.OnOwnerEndPlay
// 0x0010 (0x0010 - 0x0000)
struct AIPerceptionComponent_OnOwnerEndPlay final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEndPlayReason EndPlayReason; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIPerceptionComponent_OnOwnerEndPlay;
// Function AIModule.AIPerceptionComponent.SetSenseEnabled
// 0x0010 (0x0010 - 0x0000)
struct AIPerceptionComponent_SetSenseEnabled final
{
public:
TSubclassOf<class UAISense> SenseClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bEnable; // 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_AIPerceptionComponent_SetSenseEnabled;
// Function AIModule.AIPerceptionComponent.GetCurrentlyPerceivedActors
// 0x0018 (0x0018 - 0x0000)
struct AIPerceptionComponent_GetCurrentlyPerceivedActors final
{
public:
TSubclassOf<class UAISense> SenseToUse; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class AActor*> OutActors; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIPerceptionComponent_GetCurrentlyPerceivedActors;
// Function AIModule.AIPerceptionComponent.GetKnownPerceivedActors
// 0x0018 (0x0018 - 0x0000)
struct AIPerceptionComponent_GetKnownPerceivedActors final
{
public:
TSubclassOf<class UAISense> SenseToUse; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class AActor*> OutActors; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIPerceptionComponent_GetKnownPerceivedActors;
// Function AIModule.AIPerceptionComponent.GetPerceivedHostileActors
// 0x0010 (0x0010 - 0x0000)
struct AIPerceptionComponent_GetPerceivedHostileActors final
{
public:
TArray<class AActor*> OutActors; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActors;
// Function AIModule.AIPerceptionComponent.GetPerceivedHostileActorsBySense
// 0x0018 (0x0018 - 0x0000)
struct AIPerceptionComponent_GetPerceivedHostileActorsBySense final
{
public:
TSubclassOf<class UAISense> SenseToUse; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class AActor*> OutActors; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActorsBySense;
// Function AIModule.AIPerceptionComponent.IsSenseEnabled
// 0x0010 (0x0010 - 0x0000)
struct AIPerceptionComponent_IsSenseEnabled final
{
public:
TSubclassOf<class UAISense> SenseClass; // 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_AIPerceptionComponent_IsSenseEnabled;
// Function AIModule.PawnAction.CreateActionInstance
// 0x0018 (0x0018 - 0x0000)
struct PawnAction_CreateActionInstance final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UPawnAction> ActionClass; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPawnAction* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PawnAction_CreateActionInstance;
// Function AIModule.PawnAction.Finish
// 0x0001 (0x0001 - 0x0000)
struct PawnAction_Finish final
{
public:
EPawnActionResult WithResult; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PawnAction_Finish;
// Function AIModule.PawnAction.GetActionPriority
// 0x0001 (0x0001 - 0x0000)
struct PawnAction_GetActionPriority final
{
public:
EAIRequestPriority ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PawnAction_GetActionPriority;
// Function AIModule.PawnActionsComponent.K2_PerformAction
// 0x0018 (0x0018 - 0x0000)
struct PawnActionsComponent_K2_PerformAction final
{
public:
class APawn* Pawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UPawnAction* Action; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIRequestPriority Priority; // 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_PawnActionsComponent_K2_PerformAction;
// Function AIModule.PawnActionsComponent.K2_AbortAction
// 0x0010 (0x0010 - 0x0000)
struct PawnActionsComponent_K2_AbortAction final
{
public:
class UPawnAction* ActionToAbort; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPawnActionAbortState 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_PawnActionsComponent_K2_AbortAction;
// Function AIModule.PawnActionsComponent.K2_ForceAbortAction
// 0x0010 (0x0010 - 0x0000)
struct PawnActionsComponent_K2_ForceAbortAction final
{
public:
class UPawnAction* ActionToAbort; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPawnActionAbortState 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_PawnActionsComponent_K2_ForceAbortAction;
// Function AIModule.PawnActionsComponent.K2_PushAction
// 0x0020 (0x0020 - 0x0000)
struct PawnActionsComponent_K2_PushAction final
{
public:
class UPawnAction* NewAction; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIRequestPriority Priority; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class UObject* Instigator; // 0x0010(0x0008)(Parm, ZeroConstructor, 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_PawnActionsComponent_K2_PushAction;
// Function AIModule.PawnAction_BlueprintBase.ActionFinished
// 0x0010 (0x0010 - 0x0000)
struct PawnAction_BlueprintBase_ActionFinished final
{
public:
class APawn* ControlledPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPawnActionResult WithResult; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionFinished;
// Function AIModule.PawnAction_BlueprintBase.ActionPause
// 0x0008 (0x0008 - 0x0000)
struct PawnAction_BlueprintBase_ActionPause final
{
public:
class APawn* ControlledPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionPause;
// Function AIModule.PawnAction_BlueprintBase.ActionResume
// 0x0008 (0x0008 - 0x0000)
struct PawnAction_BlueprintBase_ActionResume final
{
public:
class APawn* ControlledPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionResume;
// Function AIModule.PawnAction_BlueprintBase.ActionStart
// 0x0008 (0x0008 - 0x0000)
struct PawnAction_BlueprintBase_ActionStart final
{
public:
class APawn* ControlledPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionStart;
// Function AIModule.PawnAction_BlueprintBase.ActionTick
// 0x0010 (0x0010 - 0x0000)
struct PawnAction_BlueprintBase_ActionTick final
{
public:
class APawn* ControlledPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float DeltaSeconds; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionTick;
// Function AIModule.AIController.ClaimTaskResource
// 0x0008 (0x0008 - 0x0000)
struct AIController_ClaimTaskResource final
{
public:
TSubclassOf<class UGameplayTaskResource> ResourceClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_ClaimTaskResource;
// Function AIModule.AIController.GetAIPerceptionComponent
// 0x0008 (0x0008 - 0x0000)
struct AIController_GetAIPerceptionComponent final
{
public:
class UAIPerceptionComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_GetAIPerceptionComponent;
// Function AIModule.AIController.K2_SetFocalPoint
// 0x0018 (0x0018 - 0x0000)
struct AIController_K2_SetFocalPoint final
{
public:
struct FVector FP; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_K2_SetFocalPoint;
// Function AIModule.AIController.K2_SetFocus
// 0x0008 (0x0008 - 0x0000)
struct AIController_K2_SetFocus final
{
public:
class AActor* NewFocus; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_K2_SetFocus;
// Function AIModule.AIController.MoveToActor
// 0x0020 (0x0020 - 0x0000)
struct AIController_MoveToActor final
{
public:
class AActor* Goal; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float AcceptanceRadius; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bStopOnOverlap; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUsePathfinding; // 0x000D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bCanStrafe; // 0x000E(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_F[0x1]; // 0x000F(0x0001)(Fixing Size After Last Property [ Dumper-7 ])
TSubclassOf<class UNavigationQueryFilter> FilterClass; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bAllowPartialPath; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPathFollowingRequestResult 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_AIController_MoveToActor;
// Function AIModule.AIController.MoveToLocation
// 0x0030 (0x0030 - 0x0000)
struct AIController_MoveToLocation final
{
public:
struct FVector Dest; // 0x0000(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float AcceptanceRadius; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bStopOnOverlap; // 0x001C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUsePathfinding; // 0x001D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bProjectDestinationToNavigation; // 0x001E(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bCanStrafe; // 0x001F(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UNavigationQueryFilter> FilterClass; // 0x0020(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bAllowPartialPath; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EPathFollowingRequestResult 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_AIController_MoveToLocation;
// Function AIModule.AIController.OnGameplayTaskResourcesClaimed
// 0x0004 (0x0004 - 0x0000)
struct AIController_OnGameplayTaskResourcesClaimed final
{
public:
struct FGameplayResourceSet NewlyClaimed; // 0x0000(0x0002)(Parm, NoDestructor, NativeAccessSpecifierPublic)
struct FGameplayResourceSet FreshlyReleased; // 0x0002(0x0002)(Parm, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_OnGameplayTaskResourcesClaimed;
// Function AIModule.AIController.OnUsingBlackBoard
// 0x0010 (0x0010 - 0x0000)
struct AIController_OnUsingBlackBoard final
{
public:
class UBlackboardComponent* BlackboardComp; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UBlackboardData* BlackboardAsset; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_OnUsingBlackBoard;
// Function AIModule.AIController.RunBehaviorTree
// 0x0010 (0x0010 - 0x0000)
struct AIController_RunBehaviorTree final
{
public:
class UBehaviorTree* BTAsset; // 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_AIController_RunBehaviorTree;
// Function AIModule.AIController.SetMoveBlockDetection
// 0x0001 (0x0001 - 0x0000)
struct AIController_SetMoveBlockDetection final
{
public:
bool bEnable; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_SetMoveBlockDetection;
// Function AIModule.AIController.SetPathFollowingComponent
// 0x0008 (0x0008 - 0x0000)
struct AIController_SetPathFollowingComponent final
{
public:
class UPathFollowingComponent* NewPFComponent; // 0x0000(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_SetPathFollowingComponent;
// Function AIModule.AIController.UnclaimTaskResource
// 0x0008 (0x0008 - 0x0000)
struct AIController_UnclaimTaskResource final
{
public:
TSubclassOf<class UGameplayTaskResource> ResourceClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_UnclaimTaskResource;
// Function AIModule.AIController.UseBlackboard
// 0x0018 (0x0018 - 0x0000)
struct AIController_UseBlackboard final
{
public:
class UBlackboardData* BlackboardAsset; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UBlackboardComponent* BlackboardComponent; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, InstancedReference, 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_AIController_UseBlackboard;
// Function AIModule.AIController.GetDeprecatedActionsComponent
// 0x0008 (0x0008 - 0x0000)
struct AIController_GetDeprecatedActionsComponent final
{
public:
class UPawnActionsComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_GetDeprecatedActionsComponent;
// Function AIModule.AIController.GetFocalPoint
// 0x0018 (0x0018 - 0x0000)
struct AIController_GetFocalPoint final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_GetFocalPoint;
// Function AIModule.AIController.GetFocalPointOnActor
// 0x0020 (0x0020 - 0x0000)
struct AIController_GetFocalPointOnActor final
{
public:
const class AActor* Actor; // 0x0000(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_GetFocalPointOnActor;
// Function AIModule.AIController.GetFocusActor
// 0x0008 (0x0008 - 0x0000)
struct AIController_GetFocusActor final
{
public:
class AActor* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_GetFocusActor;
// Function AIModule.AIController.GetImmediateMoveDestination
// 0x0018 (0x0018 - 0x0000)
struct AIController_GetImmediateMoveDestination final
{
public:
struct FVector ReturnValue; // 0x0000(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_GetImmediateMoveDestination;
// Function AIModule.AIController.GetMoveStatus
// 0x0001 (0x0001 - 0x0000)
struct AIController_GetMoveStatus final
{
public:
EPathFollowingStatus ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_GetMoveStatus;
// Function AIModule.AIController.GetPathFollowingComponent
// 0x0008 (0x0008 - 0x0000)
struct AIController_GetPathFollowingComponent final
{
public:
class UPathFollowingComponent* ReturnValue; // 0x0000(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_GetPathFollowingComponent;
// Function AIModule.AIController.HasPartialPath
// 0x0001 (0x0001 - 0x0000)
struct AIController_HasPartialPath final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIController_HasPartialPath;
// Function AIModule.BrainComponent.StopLogic
// 0x0010 (0x0010 - 0x0000)
struct BrainComponent_StopLogic final
{
public:
class FString Reason; // 0x0000(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BrainComponent_StopLogic;
// Function AIModule.BrainComponent.IsPaused
// 0x0001 (0x0001 - 0x0000)
struct BrainComponent_IsPaused final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BrainComponent_IsPaused;
// Function AIModule.BrainComponent.IsRunning
// 0x0001 (0x0001 - 0x0000)
struct BrainComponent_IsRunning final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BrainComponent_IsRunning;
// Function AIModule.BehaviorTreeComponent.AddCooldownTagDuration
// 0x0010 (0x0010 - 0x0000)
struct BehaviorTreeComponent_AddCooldownTagDuration final
{
public:
struct FGameplayTag CooldownTag; // 0x0000(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float CooldownDuration; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bAddToExistingDuration; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BehaviorTreeComponent_AddCooldownTagDuration;
// Function AIModule.BehaviorTreeComponent.SetDynamicSubtree
// 0x0010 (0x0010 - 0x0000)
struct BehaviorTreeComponent_SetDynamicSubtree final
{
public:
struct FGameplayTag InjectTag; // 0x0000(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UBehaviorTree* BehaviorAsset; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BehaviorTreeComponent_SetDynamicSubtree;
// Function AIModule.BehaviorTreeComponent.GetTagCooldownEndTime
// 0x0010 (0x0010 - 0x0000)
struct BehaviorTreeComponent_GetTagCooldownEndTime final
{
public:
struct FGameplayTag CooldownTag; // 0x0000(0x0008)(Parm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
double ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BehaviorTreeComponent_GetTagCooldownEndTime;
// Function AIModule.BlackboardAssetProvider.GetBlackboardAsset
// 0x0008 (0x0008 - 0x0000)
struct BlackboardAssetProvider_GetBlackboardAsset final
{
public:
class UBlackboardData* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardAssetProvider_GetBlackboardAsset;
// Function AIModule.BlackboardComponent.ClearValue
// 0x0008 (0x0008 - 0x0000)
struct BlackboardComponent_ClearValue final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_ClearValue;
// Function AIModule.BlackboardComponent.SetValueAsBool
// 0x000C (0x000C - 0x0000)
struct BlackboardComponent_SetValueAsBool final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool BoolValue; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BlackboardComponent_SetValueAsBool;
// Function AIModule.BlackboardComponent.SetValueAsClass
// 0x0010 (0x0010 - 0x0000)
struct BlackboardComponent_SetValueAsClass final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UClass* ClassValue; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_SetValueAsClass;
// Function AIModule.BlackboardComponent.SetValueAsEnum
// 0x000C (0x000C - 0x0000)
struct BlackboardComponent_SetValueAsEnum final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 EnumValue; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x3]; // 0x0009(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BlackboardComponent_SetValueAsEnum;
// Function AIModule.BlackboardComponent.SetValueAsFloat
// 0x000C (0x000C - 0x0000)
struct BlackboardComponent_SetValueAsFloat final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float FloatValue; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_SetValueAsFloat;
// Function AIModule.BlackboardComponent.SetValueAsInt
// 0x000C (0x000C - 0x0000)
struct BlackboardComponent_SetValueAsInt final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 IntValue; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_SetValueAsInt;
// Function AIModule.BlackboardComponent.SetValueAsName
// 0x0010 (0x0010 - 0x0000)
struct BlackboardComponent_SetValueAsName final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName NameValue; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_SetValueAsName;
// Function AIModule.BlackboardComponent.SetValueAsObject
// 0x0010 (0x0010 - 0x0000)
struct BlackboardComponent_SetValueAsObject final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* ObjectValue; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_SetValueAsObject;
// Function AIModule.BlackboardComponent.SetValueAsRotator
// 0x0020 (0x0020 - 0x0000)
struct BlackboardComponent_SetValueAsRotator final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator VectorValue; // 0x0008(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_SetValueAsRotator;
// Function AIModule.BlackboardComponent.SetValueAsString
// 0x0018 (0x0018 - 0x0000)
struct BlackboardComponent_SetValueAsString final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString StringValue; // 0x0008(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_SetValueAsString;
// Function AIModule.BlackboardComponent.SetValueAsVector
// 0x0020 (0x0020 - 0x0000)
struct BlackboardComponent_SetValueAsVector final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector VectorValue; // 0x0008(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_SetValueAsVector;
// Function AIModule.BlackboardComponent.GetLocationFromEntry
// 0x0028 (0x0028 - 0x0000)
struct BlackboardComponent_GetLocationFromEntry final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ResultLocation; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, 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_BlackboardComponent_GetLocationFromEntry;
// Function AIModule.BlackboardComponent.GetRotationFromEntry
// 0x0028 (0x0028 - 0x0000)
struct BlackboardComponent_GetRotationFromEntry final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator ResultRotation; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, 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_BlackboardComponent_GetRotationFromEntry;
// Function AIModule.BlackboardComponent.GetValueAsBool
// 0x000C (0x000C - 0x0000)
struct BlackboardComponent_GetValueAsBool final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, 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_BlackboardComponent_GetValueAsBool;
// Function AIModule.BlackboardComponent.GetValueAsClass
// 0x0010 (0x0010 - 0x0000)
struct BlackboardComponent_GetValueAsClass final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UClass* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_GetValueAsClass;
// Function AIModule.BlackboardComponent.GetValueAsEnum
// 0x000C (0x000C - 0x0000)
struct BlackboardComponent_GetValueAsEnum final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 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_BlackboardComponent_GetValueAsEnum;
// Function AIModule.BlackboardComponent.GetValueAsFloat
// 0x000C (0x000C - 0x0000)
struct BlackboardComponent_GetValueAsFloat final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_GetValueAsFloat;
// Function AIModule.BlackboardComponent.GetValueAsInt
// 0x000C (0x000C - 0x0000)
struct BlackboardComponent_GetValueAsInt final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 ReturnValue; // 0x0008(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_GetValueAsInt;
// Function AIModule.BlackboardComponent.GetValueAsName
// 0x0010 (0x0010 - 0x0000)
struct BlackboardComponent_GetValueAsName final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_GetValueAsName;
// Function AIModule.BlackboardComponent.GetValueAsObject
// 0x0010 (0x0010 - 0x0000)
struct BlackboardComponent_GetValueAsObject final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_GetValueAsObject;
// Function AIModule.BlackboardComponent.GetValueAsRotator
// 0x0020 (0x0020 - 0x0000)
struct BlackboardComponent_GetValueAsRotator final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_GetValueAsRotator;
// Function AIModule.BlackboardComponent.GetValueAsString
// 0x0018 (0x0018 - 0x0000)
struct BlackboardComponent_GetValueAsString final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FString ReturnValue; // 0x0008(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_GetValueAsString;
// Function AIModule.BlackboardComponent.GetValueAsVector
// 0x0020 (0x0020 - 0x0000)
struct BlackboardComponent_GetValueAsVector final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0008(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BlackboardComponent_GetValueAsVector;
// Function AIModule.BlackboardComponent.IsVectorValueSet
// 0x000C (0x000C - 0x0000)
struct BlackboardComponent_IsVectorValueSet final
{
public:
class FName KeyName; // 0x0000(0x0008)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, 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_BlackboardComponent_IsVectorValueSet;
// Function AIModule.AISense_Blueprint.K2_OnNewPawn
// 0x0008 (0x0008 - 0x0000)
struct AISense_Blueprint_K2_OnNewPawn final
{
public:
class APawn* NewPawn; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISense_Blueprint_K2_OnNewPawn;
// Function AIModule.AISense_Blueprint.OnListenerRegistered
// 0x0010 (0x0010 - 0x0000)
struct AISense_Blueprint_OnListenerRegistered final
{
public:
class AActor* ActorListener; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAIPerceptionComponent* PerceptionComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISense_Blueprint_OnListenerRegistered;
// Function AIModule.AISense_Blueprint.OnListenerUnregistered
// 0x0010 (0x0010 - 0x0000)
struct AISense_Blueprint_OnListenerUnregistered final
{
public:
class AActor* ActorListener; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAIPerceptionComponent* PerceptionComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUnregistered;
// Function AIModule.AISense_Blueprint.OnListenerUpdated
// 0x0010 (0x0010 - 0x0000)
struct AISense_Blueprint_OnListenerUpdated final
{
public:
class AActor* ActorListener; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAIPerceptionComponent* PerceptionComponent; // 0x0008(0x0008)(Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISense_Blueprint_OnListenerUpdated;
// Function AIModule.AISense_Blueprint.OnUpdate
// 0x0018 (0x0018 - 0x0000)
struct AISense_Blueprint_OnUpdate final
{
public:
TArray<class UAISenseEvent*> EventsToProcess; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, 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_AISense_Blueprint_OnUpdate;
// Function AIModule.AISense_Blueprint.GetAllListenerActors
// 0x0010 (0x0010 - 0x0000)
struct AISense_Blueprint_GetAllListenerActors final
{
public:
TArray<class AActor*> ListenerActors; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerActors;
// Function AIModule.AISense_Blueprint.GetAllListenerComponents
// 0x0010 (0x0010 - 0x0000)
struct AISense_Blueprint_GetAllListenerComponents final
{
public:
TArray<class UAIPerceptionComponent*> ListenerComponents; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ContainsInstancedReference, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISense_Blueprint_GetAllListenerComponents;
// Function AIModule.AIPerceptionStimuliSourceComponent.RegisterForSense
// 0x0008 (0x0008 - 0x0000)
struct AIPerceptionStimuliSourceComponent_RegisterForSense final
{
public:
TSubclassOf<class UAISense> SenseClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIPerceptionStimuliSourceComponent_RegisterForSense;
// Function AIModule.AIPerceptionStimuliSourceComponent.UnregisterFromSense
// 0x0008 (0x0008 - 0x0000)
struct AIPerceptionStimuliSourceComponent_UnregisterFromSense final
{
public:
TSubclassOf<class UAISense> SenseClass; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIPerceptionStimuliSourceComponent_UnregisterFromSense;
// Function AIModule.PawnSensingComponent.SetPeripheralVisionAngle
// 0x0004 (0x0004 - 0x0000)
struct PawnSensingComponent_SetPeripheralVisionAngle final
{
public:
float NewPeripheralVisionAngle; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PawnSensingComponent_SetPeripheralVisionAngle;
// Function AIModule.PawnSensingComponent.SetSensingInterval
// 0x0004 (0x0004 - 0x0000)
struct PawnSensingComponent_SetSensingInterval final
{
public:
float NewSensingInterval; // 0x0000(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PawnSensingComponent_SetSensingInterval;
// Function AIModule.PawnSensingComponent.SetSensingUpdatesEnabled
// 0x0001 (0x0001 - 0x0000)
struct PawnSensingComponent_SetSensingUpdatesEnabled final
{
public:
bool bEnabled; // 0x0000(0x0001)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PawnSensingComponent_SetSensingUpdatesEnabled;
// Function AIModule.PawnSensingComponent.GetPeripheralVisionAngle
// 0x0004 (0x0004 - 0x0000)
struct PawnSensingComponent_GetPeripheralVisionAngle final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PawnSensingComponent_GetPeripheralVisionAngle;
// Function AIModule.PawnSensingComponent.GetPeripheralVisionCosine
// 0x0004 (0x0004 - 0x0000)
struct PawnSensingComponent_GetPeripheralVisionCosine final
{
public:
float ReturnValue; // 0x0000(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_PawnSensingComponent_GetPeripheralVisionCosine;
// Function AIModule.BTFunctionLibrary.ClearBlackboardValue
// 0x0030 (0x0030 - 0x0000)
struct BTFunctionLibrary_ClearBlackboardValue final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValue;
// Function AIModule.BTFunctionLibrary.ClearBlackboardValueAsVector
// 0x0030 (0x0030 - 0x0000)
struct BTFunctionLibrary_ClearBlackboardValueAsVector final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_ClearBlackboardValueAsVector;
// Function AIModule.BTFunctionLibrary.GetBlackboardValueAsActor
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_GetBlackboardValueAsActor final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class AActor* ReturnValue; // 0x0030(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsActor;
// Function AIModule.BTFunctionLibrary.GetBlackboardValueAsBool
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_GetBlackboardValueAsBool final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, 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_BTFunctionLibrary_GetBlackboardValueAsBool;
// Function AIModule.BTFunctionLibrary.GetBlackboardValueAsClass
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_GetBlackboardValueAsClass final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class UClass* ReturnValue; // 0x0030(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsClass;
// Function AIModule.BTFunctionLibrary.GetBlackboardValueAsEnum
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_GetBlackboardValueAsEnum final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
uint8 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_BTFunctionLibrary_GetBlackboardValueAsEnum;
// Function AIModule.BTFunctionLibrary.GetBlackboardValueAsFloat
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_GetBlackboardValueAsFloat final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, 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_BTFunctionLibrary_GetBlackboardValueAsFloat;
// Function AIModule.BTFunctionLibrary.GetBlackboardValueAsInt
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_GetBlackboardValueAsInt final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
int32 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_BTFunctionLibrary_GetBlackboardValueAsInt;
// Function AIModule.BTFunctionLibrary.GetBlackboardValueAsName
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_GetBlackboardValueAsName final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class FName ReturnValue; // 0x0030(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsName;
// Function AIModule.BTFunctionLibrary.GetBlackboardValueAsObject
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_GetBlackboardValueAsObject final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class UObject* ReturnValue; // 0x0030(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsObject;
// Function AIModule.BTFunctionLibrary.GetBlackboardValueAsRotator
// 0x0048 (0x0048 - 0x0000)
struct BTFunctionLibrary_GetBlackboardValueAsRotator final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
struct FRotator ReturnValue; // 0x0030(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsRotator;
// Function AIModule.BTFunctionLibrary.GetBlackboardValueAsString
// 0x0040 (0x0040 - 0x0000)
struct BTFunctionLibrary_GetBlackboardValueAsString final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class FString ReturnValue; // 0x0030(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsString;
// Function AIModule.BTFunctionLibrary.GetBlackboardValueAsVector
// 0x0048 (0x0048 - 0x0000)
struct BTFunctionLibrary_GetBlackboardValueAsVector final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
struct FVector ReturnValue; // 0x0030(0x0018)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_GetBlackboardValueAsVector;
// Function AIModule.BTFunctionLibrary.GetOwnerComponent
// 0x0010 (0x0010 - 0x0000)
struct BTFunctionLibrary_GetOwnerComponent final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UBehaviorTreeComponent* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_GetOwnerComponent;
// Function AIModule.BTFunctionLibrary.GetOwnersBlackboard
// 0x0010 (0x0010 - 0x0000)
struct BTFunctionLibrary_GetOwnersBlackboard final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UBlackboardComponent* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_GetOwnersBlackboard;
// Function AIModule.BTFunctionLibrary.SetBlackboardValueAsBool
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_SetBlackboardValueAsBool final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
bool Value; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsBool;
// Function AIModule.BTFunctionLibrary.SetBlackboardValueAsClass
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_SetBlackboardValueAsClass final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class UClass* Value; // 0x0030(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsClass;
// Function AIModule.BTFunctionLibrary.SetBlackboardValueAsEnum
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_SetBlackboardValueAsEnum final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
uint8 Value; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x7]; // 0x0031(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsEnum;
// Function AIModule.BTFunctionLibrary.SetBlackboardValueAsFloat
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_SetBlackboardValueAsFloat final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
float Value; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsFloat;
// Function AIModule.BTFunctionLibrary.SetBlackboardValueAsInt
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_SetBlackboardValueAsInt final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
int32 Value; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_34[0x4]; // 0x0034(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsInt;
// Function AIModule.BTFunctionLibrary.SetBlackboardValueAsName
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_SetBlackboardValueAsName final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class FName Value; // 0x0030(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsName;
// Function AIModule.BTFunctionLibrary.SetBlackboardValueAsObject
// 0x0038 (0x0038 - 0x0000)
struct BTFunctionLibrary_SetBlackboardValueAsObject final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class UObject* Value; // 0x0030(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsObject;
// Function AIModule.BTFunctionLibrary.SetBlackboardValueAsRotator
// 0x0048 (0x0048 - 0x0000)
struct BTFunctionLibrary_SetBlackboardValueAsRotator final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
struct FRotator Value; // 0x0030(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsRotator;
// Function AIModule.BTFunctionLibrary.SetBlackboardValueAsString
// 0x0040 (0x0040 - 0x0000)
struct BTFunctionLibrary_SetBlackboardValueAsString final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
class FString Value; // 0x0030(0x0010)(Parm, ZeroConstructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsString;
// Function AIModule.BTFunctionLibrary.SetBlackboardValueAsVector
// 0x0048 (0x0048 - 0x0000)
struct BTFunctionLibrary_SetBlackboardValueAsVector final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FBlackboardKeySelector Key; // 0x0008(0x0028)(ConstParm, Parm, OutParm, ReferenceParm, NativeAccessSpecifierPublic)
struct FVector Value; // 0x0030(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_SetBlackboardValueAsVector;
// Function AIModule.BTFunctionLibrary.StartUsingExternalEvent
// 0x0010 (0x0010 - 0x0000)
struct BTFunctionLibrary_StartUsingExternalEvent final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OwningActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_StartUsingExternalEvent;
// Function AIModule.BTFunctionLibrary.StopUsingExternalEvent
// 0x0008 (0x0008 - 0x0000)
struct BTFunctionLibrary_StopUsingExternalEvent final
{
public:
class UBTNode* NodeOwner; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTFunctionLibrary_StopUsingExternalEvent;
// Function AIModule.BTDecorator_BlueprintBase.PerformConditionCheck
// 0x0010 (0x0010 - 0x0000)
struct BTDecorator_BlueprintBase_PerformConditionCheck final
{
public:
class AActor* OwnerActor; // 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_BTDecorator_BlueprintBase_PerformConditionCheck;
// Function AIModule.BTDecorator_BlueprintBase.PerformConditionCheckAI
// 0x0018 (0x0018 - 0x0000)
struct BTDecorator_BlueprintBase_PerformConditionCheckAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 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_BTDecorator_BlueprintBase_PerformConditionCheckAI;
// Function AIModule.BTDecorator_BlueprintBase.ReceiveExecutionFinish
// 0x0010 (0x0010 - 0x0000)
struct BTDecorator_BlueprintBase_ReceiveExecutionFinish final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EBTNodeResult NodeResult; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionFinish;
// Function AIModule.BTDecorator_BlueprintBase.ReceiveExecutionFinishAI
// 0x0018 (0x0018 - 0x0000)
struct BTDecorator_BlueprintBase_ReceiveExecutionFinishAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EBTNodeResult NodeResult; // 0x0010(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_11[0x7]; // 0x0011(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionFinishAI;
// Function AIModule.BTDecorator_BlueprintBase.ReceiveExecutionStart
// 0x0008 (0x0008 - 0x0000)
struct BTDecorator_BlueprintBase_ReceiveExecutionStart final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionStart;
// Function AIModule.BTDecorator_BlueprintBase.ReceiveExecutionStartAI
// 0x0010 (0x0010 - 0x0000)
struct BTDecorator_BlueprintBase_ReceiveExecutionStartAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveExecutionStartAI;
// Function AIModule.BTDecorator_BlueprintBase.ReceiveObserverActivated
// 0x0008 (0x0008 - 0x0000)
struct BTDecorator_BlueprintBase_ReceiveObserverActivated final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverActivated;
// Function AIModule.BTDecorator_BlueprintBase.ReceiveObserverActivatedAI
// 0x0010 (0x0010 - 0x0000)
struct BTDecorator_BlueprintBase_ReceiveObserverActivatedAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverActivatedAI;
// Function AIModule.BTDecorator_BlueprintBase.ReceiveObserverDeactivated
// 0x0008 (0x0008 - 0x0000)
struct BTDecorator_BlueprintBase_ReceiveObserverDeactivated final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverDeactivated;
// Function AIModule.BTDecorator_BlueprintBase.ReceiveObserverDeactivatedAI
// 0x0010 (0x0010 - 0x0000)
struct BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveObserverDeactivatedAI;
// Function AIModule.BTDecorator_BlueprintBase.ReceiveTick
// 0x0010 (0x0010 - 0x0000)
struct BTDecorator_BlueprintBase_ReceiveTick final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float DeltaSeconds; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveTick;
// Function AIModule.BTDecorator_BlueprintBase.ReceiveTickAI
// 0x0018 (0x0018 - 0x0000)
struct BTDecorator_BlueprintBase_ReceiveTickAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float DeltaSeconds; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_ReceiveTickAI;
// Function AIModule.BTDecorator_BlueprintBase.IsDecoratorExecutionActive
// 0x0001 (0x0001 - 0x0000)
struct BTDecorator_BlueprintBase_IsDecoratorExecutionActive final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_IsDecoratorExecutionActive;
// Function AIModule.BTDecorator_BlueprintBase.IsDecoratorObserverActive
// 0x0001 (0x0001 - 0x0000)
struct BTDecorator_BlueprintBase_IsDecoratorObserverActive final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTDecorator_BlueprintBase_IsDecoratorObserverActive;
// Function AIModule.AISense_Touch.ReportTouchEvent
// 0x0030 (0x0030 - 0x0000)
struct AISense_Touch_ReportTouchEvent final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* TouchReceiver; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* OtherActor; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0018(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISense_Touch_ReportTouchEvent;
// Function AIModule.BTService_BlueprintBase.ReceiveActivation
// 0x0008 (0x0008 - 0x0000)
struct BTService_BlueprintBase_ReceiveActivation final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveActivation;
// Function AIModule.BTService_BlueprintBase.ReceiveActivationAI
// 0x0010 (0x0010 - 0x0000)
struct BTService_BlueprintBase_ReceiveActivationAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveActivationAI;
// Function AIModule.BTService_BlueprintBase.ReceiveDeactivation
// 0x0008 (0x0008 - 0x0000)
struct BTService_BlueprintBase_ReceiveDeactivation final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveDeactivation;
// Function AIModule.BTService_BlueprintBase.ReceiveDeactivationAI
// 0x0010 (0x0010 - 0x0000)
struct BTService_BlueprintBase_ReceiveDeactivationAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveDeactivationAI;
// Function AIModule.BTService_BlueprintBase.ReceiveSearchStart
// 0x0008 (0x0008 - 0x0000)
struct BTService_BlueprintBase_ReceiveSearchStart final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveSearchStart;
// Function AIModule.BTService_BlueprintBase.ReceiveSearchStartAI
// 0x0010 (0x0010 - 0x0000)
struct BTService_BlueprintBase_ReceiveSearchStartAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveSearchStartAI;
// Function AIModule.BTService_BlueprintBase.ReceiveTick
// 0x0010 (0x0010 - 0x0000)
struct BTService_BlueprintBase_ReceiveTick final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float DeltaSeconds; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveTick;
// Function AIModule.BTService_BlueprintBase.ReceiveTickAI
// 0x0018 (0x0018 - 0x0000)
struct BTService_BlueprintBase_ReceiveTickAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float DeltaSeconds; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveTickAI;
// Function AIModule.BTService_BlueprintBase.IsServiceActive
// 0x0001 (0x0001 - 0x0000)
struct BTService_BlueprintBase_IsServiceActive final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTService_BlueprintBase_IsServiceActive;
// Function AIModule.BTTask_BlueprintBase.FinishExecute
// 0x0001 (0x0001 - 0x0000)
struct BTTask_BlueprintBase_FinishExecute final
{
public:
bool bSuccess; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTTask_BlueprintBase_FinishExecute;
// Function AIModule.BTTask_BlueprintBase.ReceiveAbort
// 0x0008 (0x0008 - 0x0000)
struct BTTask_BlueprintBase_ReceiveAbort final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbort;
// Function AIModule.BTTask_BlueprintBase.ReceiveAbortAI
// 0x0010 (0x0010 - 0x0000)
struct BTTask_BlueprintBase_ReceiveAbortAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbortAI;
// Function AIModule.BTTask_BlueprintBase.ReceiveExecute
// 0x0008 (0x0008 - 0x0000)
struct BTTask_BlueprintBase_ReceiveExecute final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecute;
// Function AIModule.BTTask_BlueprintBase.ReceiveExecuteAI
// 0x0010 (0x0010 - 0x0000)
struct BTTask_BlueprintBase_ReceiveExecuteAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecuteAI;
// Function AIModule.BTTask_BlueprintBase.ReceiveTick
// 0x0010 (0x0010 - 0x0000)
struct BTTask_BlueprintBase_ReceiveTick final
{
public:
class AActor* OwnerActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float DeltaSeconds; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_C[0x4]; // 0x000C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTick;
// Function AIModule.BTTask_BlueprintBase.ReceiveTickAI
// 0x0018 (0x0018 - 0x0000)
struct BTTask_BlueprintBase_ReceiveTickAI final
{
public:
class AAIController* OwnerController; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ControlledPawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float DeltaSeconds; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTickAI;
// Function AIModule.BTTask_BlueprintBase.SetFinishOnMessage
// 0x0008 (0x0008 - 0x0000)
struct BTTask_BlueprintBase_SetFinishOnMessage final
{
public:
class FName MessageName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessage;
// Function AIModule.BTTask_BlueprintBase.SetFinishOnMessageWithId
// 0x000C (0x000C - 0x0000)
struct BTTask_BlueprintBase_SetFinishOnMessageWithId final
{
public:
class FName MessageName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 RequestID; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessageWithId;
// Function AIModule.BTTask_BlueprintBase.IsTaskAborting
// 0x0001 (0x0001 - 0x0000)
struct BTTask_BlueprintBase_IsTaskAborting final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskAborting;
// Function AIModule.BTTask_BlueprintBase.IsTaskExecuting
// 0x0001 (0x0001 - 0x0000)
struct BTTask_BlueprintBase_IsTaskExecuting final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskExecuting;
// Function AIModule.AIBlueprintHelperLibrary.CreateMoveToProxyObject
// 0x0040 (0x0040 - 0x0000)
struct AIBlueprintHelperLibrary_CreateMoveToProxyObject final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* Pawn; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Destination; // 0x0010(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* TargetActor; // 0x0028(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float AcceptanceRadius; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bStopOnOverlap; // 0x0034(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_35[0x3]; // 0x0035(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
class UAIAsyncTaskBlueprintProxy* ReturnValue; // 0x0038(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIBlueprintHelperLibrary_CreateMoveToProxyObject;
// Function AIModule.AIBlueprintHelperLibrary.GetAIController
// 0x0010 (0x0010 - 0x0000)
struct AIBlueprintHelperLibrary_GetAIController final
{
public:
class AActor* ControlledActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AAIController* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetAIController;
// Function AIModule.AIBlueprintHelperLibrary.GetBlackboard
// 0x0010 (0x0010 - 0x0000)
struct AIBlueprintHelperLibrary_GetBlackboard final
{
public:
class AActor* Target; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UBlackboardComponent* ReturnValue; // 0x0008(0x0008)(ExportObject, Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetBlackboard;
// Function AIModule.AIBlueprintHelperLibrary.GetCurrentPath
// 0x0010 (0x0010 - 0x0000)
struct AIBlueprintHelperLibrary_GetCurrentPath final
{
public:
class AController* Controller; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UNavigationPath* ReturnValue; // 0x0008(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPath;
// Function AIModule.AIBlueprintHelperLibrary.GetCurrentPathIndex
// 0x0010 (0x0010 - 0x0000)
struct AIBlueprintHelperLibrary_GetCurrentPathIndex final
{
public:
const class AController* Controller; // 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_AIBlueprintHelperLibrary_GetCurrentPathIndex;
// Function AIModule.AIBlueprintHelperLibrary.GetCurrentPathPoints
// 0x0018 (0x0018 - 0x0000)
struct AIBlueprintHelperLibrary_GetCurrentPathPoints final
{
public:
class AController* Controller; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<struct FVector> ReturnValue; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIBlueprintHelperLibrary_GetCurrentPathPoints;
// Function AIModule.AIBlueprintHelperLibrary.GetNextNavLinkIndex
// 0x0010 (0x0010 - 0x0000)
struct AIBlueprintHelperLibrary_GetNextNavLinkIndex final
{
public:
const class AController* Controller; // 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_AIBlueprintHelperLibrary_GetNextNavLinkIndex;
// Function AIModule.AIBlueprintHelperLibrary.IsValidAIDirection
// 0x0020 (0x0020 - 0x0000)
struct AIBlueprintHelperLibrary_IsValidAIDirection final
{
public:
struct FVector DirectionVector; // 0x0000(0x0018)(Parm, ZeroConstructor, 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_AIBlueprintHelperLibrary_IsValidAIDirection;
// Function AIModule.AIBlueprintHelperLibrary.IsValidAILocation
// 0x0020 (0x0020 - 0x0000)
struct AIBlueprintHelperLibrary_IsValidAILocation final
{
public:
struct FVector Location; // 0x0000(0x0018)(Parm, ZeroConstructor, 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_AIBlueprintHelperLibrary_IsValidAILocation;
// Function AIModule.AIBlueprintHelperLibrary.IsValidAIRotation
// 0x0020 (0x0020 - 0x0000)
struct AIBlueprintHelperLibrary_IsValidAIRotation final
{
public:
struct FRotator Rotation; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, 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_AIBlueprintHelperLibrary_IsValidAIRotation;
// Function AIModule.AIBlueprintHelperLibrary.LockAIResourcesWithAnimation
// 0x0010 (0x0010 - 0x0000)
struct AIBlueprintHelperLibrary_LockAIResourcesWithAnimation final
{
public:
class UAnimInstance* AnimInstance; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bLockMovement; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool LockAILogic; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIBlueprintHelperLibrary_LockAIResourcesWithAnimation;
// Function AIModule.AIBlueprintHelperLibrary.SendAIMessage
// 0x0020 (0x0020 - 0x0000)
struct AIBlueprintHelperLibrary_SendAIMessage final
{
public:
class APawn* Target; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName Message; // 0x0008(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* MessageSource; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bSuccess; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SendAIMessage;
// Function AIModule.AIBlueprintHelperLibrary.SimpleMoveToActor
// 0x0010 (0x0010 - 0x0000)
struct AIBlueprintHelperLibrary_SimpleMoveToActor final
{
public:
class AController* Controller; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
const class AActor* Goal; // 0x0008(0x0008)(ConstParm, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SimpleMoveToActor;
// Function AIModule.AIBlueprintHelperLibrary.SimpleMoveToLocation
// 0x0020 (0x0020 - 0x0000)
struct AIBlueprintHelperLibrary_SimpleMoveToLocation final
{
public:
class AController* Controller; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Goal; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SimpleMoveToLocation;
// Function AIModule.AIBlueprintHelperLibrary.SpawnAIFromClass
// 0x0060 (0x0060 - 0x0000)
struct AIBlueprintHelperLibrary_SpawnAIFromClass final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class APawn> PawnClass; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UBehaviorTree* BehaviorTree; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0018(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator Rotation; // 0x0030(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
bool bNoCollisionFail; // 0x0048(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_49[0x7]; // 0x0049(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
class AActor* Owner; // 0x0050(0x0008)(Parm, ZeroConstructor, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class APawn* ReturnValue; // 0x0058(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIBlueprintHelperLibrary_SpawnAIFromClass;
// Function AIModule.AIBlueprintHelperLibrary.UnlockAIResourcesWithAnimation
// 0x0010 (0x0010 - 0x0000)
struct AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation final
{
public:
class UAnimInstance* AnimInstance; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUnlockMovement; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool UnlockAILogic; // 0x0009(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_A[0x6]; // 0x000A(0x0006)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation;
// Function AIModule.EnvQueryContext_BlueprintBase.ProvideActorsSet
// 0x0020 (0x0020 - 0x0000)
struct EnvQueryContext_BlueprintBase_ProvideActorsSet final
{
public:
class UObject* QuerierObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* QuerierActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<class AActor*> ResultingActorsSet; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideActorsSet;
// Function AIModule.EnvQueryContext_BlueprintBase.ProvideLocationsSet
// 0x0020 (0x0020 - 0x0000)
struct EnvQueryContext_BlueprintBase_ProvideLocationsSet final
{
public:
class UObject* QuerierObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* QuerierActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<struct FVector> ResultingLocationSet; // 0x0010(0x0010)(Parm, OutParm, ZeroConstructor, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideLocationsSet;
// Function AIModule.EnvQueryContext_BlueprintBase.ProvideSingleActor
// 0x0018 (0x0018 - 0x0000)
struct EnvQueryContext_BlueprintBase_ProvideSingleActor final
{
public:
class UObject* QuerierObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* QuerierActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* ResultingActor; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleActor;
// Function AIModule.EnvQueryContext_BlueprintBase.ProvideSingleLocation
// 0x0028 (0x0028 - 0x0000)
struct EnvQueryContext_BlueprintBase_ProvideSingleLocation final
{
public:
class UObject* QuerierObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* QuerierActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector ResultingLocation; // 0x0010(0x0018)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleLocation;
// Function AIModule.EnvQueryInstanceBlueprintWrapper.SetNamedParam
// 0x000C (0x000C - 0x0000)
struct EnvQueryInstanceBlueprintWrapper_SetNamedParam final
{
public:
class FName ParamName; // 0x0000(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Value; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_SetNamedParam;
// Function AIModule.EnvQueryInstanceBlueprintWrapper.GetItemScore
// 0x0008 (0x0008 - 0x0000)
struct EnvQueryInstanceBlueprintWrapper_GetItemScore final
{
public:
int32 ItemIndex; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float ReturnValue; // 0x0004(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetItemScore;
// Function AIModule.EnvQueryInstanceBlueprintWrapper.GetQueryResultsAsActors
// 0x0018 (0x0018 - 0x0000)
struct EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors final
{
public:
TArray<class AActor*> ResultActors; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, 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_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsActors;
// Function AIModule.EnvQueryInstanceBlueprintWrapper.GetQueryResultsAsLocations
// 0x0018 (0x0018 - 0x0000)
struct EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations final
{
public:
TArray<struct FVector> ResultLocations; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, 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_EnvQueryInstanceBlueprintWrapper_GetQueryResultsAsLocations;
// Function AIModule.EnvQueryInstanceBlueprintWrapper.GetResultsAsActors
// 0x0010 (0x0010 - 0x0000)
struct EnvQueryInstanceBlueprintWrapper_GetResultsAsActors final
{
public:
TArray<class AActor*> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsActors;
// Function AIModule.EnvQueryInstanceBlueprintWrapper.GetResultsAsLocations
// 0x0010 (0x0010 - 0x0000)
struct EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations final
{
public:
TArray<struct FVector> ReturnValue; // 0x0000(0x0010)(Parm, OutParm, ZeroConstructor, ReturnParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryInstanceBlueprintWrapper_GetResultsAsLocations;
// Function AIModule.EnvQueryManager.RunEQSQuery
// 0x0030 (0x0030 - 0x0000)
struct EnvQueryManager_RunEQSQuery final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UEnvQuery* QueryTemplate; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UObject* Querier; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEnvQueryRunMode RunMode; // 0x0018(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
TSubclassOf<class UEnvQueryInstanceBlueprintWrapper> WrapperClass; // 0x0020(0x0008)(Parm, ZeroConstructor, NoDestructor, AdvancedDisplay, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UEnvQueryInstanceBlueprintWrapper* ReturnValue; // 0x0028(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryManager_RunEQSQuery;
// Function AIModule.EnvQueryGenerator_BlueprintBase.AddGeneratedActor
// 0x0008 (0x0008 - 0x0000)
struct EnvQueryGenerator_BlueprintBase_AddGeneratedActor final
{
public:
class AActor* GeneratedActor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedActor;
// Function AIModule.EnvQueryGenerator_BlueprintBase.AddGeneratedVector
// 0x0018 (0x0018 - 0x0000)
struct EnvQueryGenerator_BlueprintBase_AddGeneratedVector final
{
public:
struct FVector GeneratedVector; // 0x0000(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_AddGeneratedVector;
// Function AIModule.EnvQueryGenerator_BlueprintBase.DoItemGeneration
// 0x0010 (0x0010 - 0x0000)
struct EnvQueryGenerator_BlueprintBase_DoItemGeneration final
{
public:
TArray<struct FVector> ContextLocations; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_DoItemGeneration;
// Function AIModule.EnvQueryGenerator_BlueprintBase.DoItemGenerationFromActors
// 0x0010 (0x0010 - 0x0000)
struct EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors final
{
public:
TArray<class AActor*> ContextActors; // 0x0000(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_DoItemGenerationFromActors;
// Function AIModule.EnvQueryGenerator_BlueprintBase.GetQuerier
// 0x0008 (0x0008 - 0x0000)
struct EnvQueryGenerator_BlueprintBase_GetQuerier final
{
public:
class UObject* ReturnValue; // 0x0000(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_EnvQueryGenerator_BlueprintBase_GetQuerier;
// Function AIModule.CrowdFollowingComponent.SuspendCrowdSteering
// 0x0001 (0x0001 - 0x0000)
struct CrowdFollowingComponent_SuspendCrowdSteering final
{
public:
bool bSuspend; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_CrowdFollowingComponent_SuspendCrowdSteering;
// Function AIModule.NavLinkProxy.ReceiveSmartLinkReached
// 0x0020 (0x0020 - 0x0000)
struct NavLinkProxy_ReceiveSmartLinkReached final
{
public:
class AActor* Agent; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Destination; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_NavLinkProxy_ReceiveSmartLinkReached;
// Function AIModule.NavLinkProxy.ResumePathFollowing
// 0x0008 (0x0008 - 0x0000)
struct NavLinkProxy_ResumePathFollowing final
{
public:
class AActor* Agent; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_NavLinkProxy_ResumePathFollowing;
// Function AIModule.NavLinkProxy.SetSmartLinkEnabled
// 0x0001 (0x0001 - 0x0000)
struct NavLinkProxy_SetSmartLinkEnabled final
{
public:
bool bEnabled; // 0x0000(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_NavLinkProxy_SetSmartLinkEnabled;
// Function AIModule.NavLinkProxy.HasMovingAgents
// 0x0001 (0x0001 - 0x0000)
struct NavLinkProxy_HasMovingAgents final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_NavLinkProxy_HasMovingAgents;
// Function AIModule.NavLinkProxy.IsSmartLinkEnabled
// 0x0001 (0x0001 - 0x0000)
struct NavLinkProxy_IsSmartLinkEnabled final
{
public:
bool ReturnValue; // 0x0000(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_NavLinkProxy_IsSmartLinkEnabled;
// Function AIModule.NavLocalGridManager.AddLocalNavigationGridForBox
// 0x0060 (0x0060 - 0x0000)
struct NavLocalGridManager_AddLocalNavigationGridForBox final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Extent; // 0x0020(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FRotator Rotation; // 0x0038(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, NativeAccessSpecifierPublic)
int32 Radius2D; // 0x0050(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Height; // 0x0054(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bRebuildGrids; // 0x0058(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_59[0x3]; // 0x0059(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x005C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForBox;
// Function AIModule.NavLocalGridManager.AddLocalNavigationGridForCapsule
// 0x0038 (0x0038 - 0x0000)
struct NavLocalGridManager_AddLocalNavigationGridForCapsule final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float CapsuleRadius; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float CapsuleHalfHeight; // 0x0024(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Radius2D; // 0x0028(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Height; // 0x002C(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bRebuildGrids; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_31[0x3]; // 0x0031(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x0034(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForCapsule;
// Function AIModule.NavLocalGridManager.AddLocalNavigationGridForPoint
// 0x0030 (0x0030 - 0x0000)
struct NavLocalGridManager_AddLocalNavigationGridForPoint final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Location; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 Radius2D; // 0x0020(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Height; // 0x0024(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bRebuildGrids; // 0x0028(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_29[0x3]; // 0x0029(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x002C(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoint;
// Function AIModule.NavLocalGridManager.AddLocalNavigationGridForPoints
// 0x0028 (0x0028 - 0x0000)
struct NavLocalGridManager_AddLocalNavigationGridForPoints final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<struct FVector> Locations; // 0x0008(0x0010)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NativeAccessSpecifierPublic)
int32 Radius2D; // 0x0018(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Height; // 0x001C(0x0004)(ConstParm, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bRebuildGrids; // 0x0020(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_21[0x3]; // 0x0021(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
int32 ReturnValue; // 0x0024(0x0004)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoints;
// Function AIModule.NavLocalGridManager.FindLocalNavigationGridPath
// 0x0050 (0x0050 - 0x0000)
struct NavLocalGridManager_FindLocalNavigationGridPath final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector Start; // 0x0008(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector End; // 0x0020(0x0018)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TArray<struct FVector> PathPoints; // 0x0038(0x0010)(Parm, OutParm, ZeroConstructor, 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_NavLocalGridManager_FindLocalNavigationGridPath;
// Function AIModule.NavLocalGridManager.RemoveLocalNavigationGrid
// 0x0010 (0x0010 - 0x0000)
struct NavLocalGridManager_RemoveLocalNavigationGrid final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
int32 GridId; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bRebuildGrids; // 0x000C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_NavLocalGridManager_RemoveLocalNavigationGrid;
// Function AIModule.NavLocalGridManager.SetLocalNavigationGridDensity
// 0x0010 (0x0010 - 0x0000)
struct NavLocalGridManager_SetLocalNavigationGridDensity final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float CellSize; // 0x0008(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, 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_NavLocalGridManager_SetLocalNavigationGridDensity;
// Function AIModule.AIPerceptionSystem.GetSenseClassForStimulus
// 0x0068 (0x0068 - 0x0000)
struct AIPerceptionSystem_GetSenseClassForStimulus final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FAIStimulus Stimulus; // 0x0008(0x0058)(ConstParm, Parm, OutParm, ReferenceParm, NoDestructor, NativeAccessSpecifierPublic)
TSubclassOf<class UAISense> ReturnValue; // 0x0060(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIPerceptionSystem_GetSenseClassForStimulus;
// Function AIModule.AIPerceptionSystem.RegisterPerceptionStimuliSource
// 0x0020 (0x0020 - 0x0000)
struct AIPerceptionSystem_RegisterPerceptionStimuliSource final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TSubclassOf<class UAISense> Sense; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* Target; // 0x0010(0x0008)(Parm, ZeroConstructor, 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_AIPerceptionSystem_RegisterPerceptionStimuliSource;
// Function AIModule.AIPerceptionSystem.ReportPerceptionEvent
// 0x0010 (0x0010 - 0x0000)
struct AIPerceptionSystem_ReportPerceptionEvent final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAISenseEvent* PerceptionEvent; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIPerceptionSystem_ReportPerceptionEvent;
// Function AIModule.AIPerceptionSystem.OnPerceptionStimuliSourceEndPlay
// 0x0010 (0x0010 - 0x0000)
struct AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay final
{
public:
class AActor* Actor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EEndPlayReason EndPlayReason; // 0x0008(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_9[0x7]; // 0x0009(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AIPerceptionSystem_OnPerceptionStimuliSourceEndPlay;
// Function AIModule.AIPerceptionSystem.ReportEvent
// 0x0008 (0x0008 - 0x0000)
struct AIPerceptionSystem_ReportEvent final
{
public:
class UAISenseEvent* PerceptionEvent; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AIPerceptionSystem_ReportEvent;
// Function AIModule.AISense_Damage.ReportDamageEvent
// 0x0058 (0x0058 - 0x0000)
struct AISense_Damage_ReportDamageEvent final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* DamagedActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* Instigator; // 0x0010(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float DamageAmount; // 0x0018(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_1C[0x4]; // 0x001C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
struct FVector EventLocation; // 0x0020(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector HitLocation; // 0x0038(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName Tag; // 0x0050(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AISense_Damage_ReportDamageEvent;
// Function AIModule.AISense_Hearing.ReportNoiseEvent
// 0x0040 (0x0040 - 0x0000)
struct AISense_Hearing_ReportNoiseEvent final
{
public:
class UObject* WorldContextObject; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector NoiseLocation; // 0x0008(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float Loudness; // 0x0020(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_24[0x4]; // 0x0024(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class AActor* Instigator; // 0x0028(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float MaxRange; // 0x0030(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class FName Tag; // 0x0034(0x0008)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_3C[0x4]; // 0x003C(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AISense_Hearing_ReportNoiseEvent;
// Function AIModule.AISense_Prediction.RequestControllerPredictionEvent
// 0x0018 (0x0018 - 0x0000)
struct AISense_Prediction_RequestControllerPredictionEvent final
{
public:
class AAIController* Requestor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* PredictedActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float PredictionTime; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AISense_Prediction_RequestControllerPredictionEvent;
// Function AIModule.AISense_Prediction.RequestPawnPredictionEvent
// 0x0018 (0x0018 - 0x0000)
struct AISense_Prediction_RequestPawnPredictionEvent final
{
public:
class APawn* Requestor; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* PredictedActor; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float PredictionTime; // 0x0010(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Struct Size After Last Property [ Dumper-7 ])
};
DUMPER7_ASSERTS_AISense_Prediction_RequestPawnPredictionEvent;
// Function AIModule.AITask_MoveTo.AIMoveTo
// 0x0040 (0x0040 - 0x0000)
struct AITask_MoveTo_AIMoveTo final
{
public:
class AAIController* Controller; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
struct FVector GoalLocation; // 0x0008(0x0018)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class AActor* GoalActor; // 0x0020(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
float AcceptanceRadius; // 0x0028(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIOptionFlag StopOnOverlap; // 0x002C(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIOptionFlag AcceptPartialPath; // 0x002D(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUsePathfinding; // 0x002E(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bLockAILogic; // 0x002F(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
bool bUseContinuousGoalTracking; // 0x0030(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIOptionFlag ProjectGoalOnNavigation; // 0x0031(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
EAIOptionFlag RequireNavigableEndLocation; // 0x0032(0x0001)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, AdvancedDisplay, HasGetValueTypeHash, NativeAccessSpecifierPublic)
uint8 Pad_33[0x5]; // 0x0033(0x0005)(Fixing Size After Last Property [ Dumper-7 ])
class UAITask_MoveTo* ReturnValue; // 0x0038(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AITask_MoveTo_AIMoveTo;
// Function AIModule.AITask_RunEQS.RunEQS
// 0x0018 (0x0018 - 0x0000)
struct AITask_RunEQS_RunEQS final
{
public:
class AAIController* Controller; // 0x0000(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UEnvQuery* QueryTemplate; // 0x0008(0x0008)(Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
class UAITask_RunEQS* ReturnValue; // 0x0010(0x0008)(Parm, OutParm, ZeroConstructor, ReturnParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_AITask_RunEQS_RunEQS;
}