#pragma once // Dumped with Dumper-7! #include "../SDK.hpp" namespace SDK { //--------------------------------------------------------------------------------------------------------------------- // FUNCTIONS //--------------------------------------------------------------------------------------------------------------------- // BlueprintGeneratedClass BP_AIAction_NPCOtomoFollow.BP_AIAction_NPCOtomoFollow_C // (None) class UClass* UBP_AIAction_NPCOtomoFollow_C::StaticClass() { static class UClass* Clss = nullptr; if (!Clss) Clss = UObject::FindClassFast("BP_AIAction_NPCOtomoFollow_C"); return Clss; } // BP_AIAction_NPCOtomoFollow_C BP_AIAction_NPCOtomoFollow.Default__BP_AIAction_NPCOtomoFollow_C // (Public, ClassDefaultObject, ArchetypeObject, WasLoaded, LoadCompleted) class UBP_AIAction_NPCOtomoFollow_C* UBP_AIAction_NPCOtomoFollow_C::GetDefaultObj() { static class UBP_AIAction_NPCOtomoFollow_C* Default = nullptr; if (!Default) Default = static_cast(UBP_AIAction_NPCOtomoFollow_C::StaticClass()->DefaultObject); return Default; } // Function BP_AIAction_NPCOtomoFollow.BP_AIAction_NPCOtomoFollow_C.OnFail_9D776B464FB7F1A972DAFDBCCA1BDFFF // (BlueprintCallable, BlueprintEvent) // Parameters: // enum class EPathFollowingResult MovementResult (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_AIAction_NPCOtomoFollow_C::OnFail_9D776B464FB7F1A972DAFDBCCA1BDFFF(enum class EPathFollowingResult MovementResult) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_AIAction_NPCOtomoFollow_C", "OnFail_9D776B464FB7F1A972DAFDBCCA1BDFFF"); Params::UBP_AIAction_NPCOtomoFollow_C_OnFail_9D776B464FB7F1A972DAFDBCCA1BDFFF_Params Parms{}; Parms.MovementResult = MovementResult; UObject::ProcessEvent(Func, &Parms); } // Function BP_AIAction_NPCOtomoFollow.BP_AIAction_NPCOtomoFollow_C.OnSuccess_9D776B464FB7F1A972DAFDBCCA1BDFFF // (BlueprintCallable, BlueprintEvent) // Parameters: // enum class EPathFollowingResult MovementResult (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_AIAction_NPCOtomoFollow_C::OnSuccess_9D776B464FB7F1A972DAFDBCCA1BDFFF(enum class EPathFollowingResult MovementResult) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_AIAction_NPCOtomoFollow_C", "OnSuccess_9D776B464FB7F1A972DAFDBCCA1BDFFF"); Params::UBP_AIAction_NPCOtomoFollow_C_OnSuccess_9D776B464FB7F1A972DAFDBCCA1BDFFF_Params Parms{}; Parms.MovementResult = MovementResult; UObject::ProcessEvent(Func, &Parms); } // Function BP_AIAction_NPCOtomoFollow.BP_AIAction_NPCOtomoFollow_C.ActionTick // (Event, Public, BlueprintEvent) // Parameters: // class APawn* ControlledPawn (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash) // float DeltaSeconds (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_AIAction_NPCOtomoFollow_C::ActionTick(class APawn* ControlledPawn, float DeltaSeconds) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_AIAction_NPCOtomoFollow_C", "ActionTick"); Params::UBP_AIAction_NPCOtomoFollow_C_ActionTick_Params Parms{}; Parms.ControlledPawn = ControlledPawn; Parms.DeltaSeconds = DeltaSeconds; UObject::ProcessEvent(Func, &Parms); } // Function BP_AIAction_NPCOtomoFollow.BP_AIAction_NPCOtomoFollow_C.ActionStart // (Event, Public, BlueprintEvent) // Parameters: // class APawn* ControlledPawn (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash) void UBP_AIAction_NPCOtomoFollow_C::ActionStart(class APawn* ControlledPawn) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_AIAction_NPCOtomoFollow_C", "ActionStart"); Params::UBP_AIAction_NPCOtomoFollow_C_ActionStart_Params Parms{}; Parms.ControlledPawn = ControlledPawn; UObject::ProcessEvent(Func, &Parms); } // Function BP_AIAction_NPCOtomoFollow.BP_AIAction_NPCOtomoFollow_C.ActionPause // (Event, Public, BlueprintEvent) // Parameters: // class APawn* ControlledPawn (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash) void UBP_AIAction_NPCOtomoFollow_C::ActionPause(class APawn* ControlledPawn) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_AIAction_NPCOtomoFollow_C", "ActionPause"); Params::UBP_AIAction_NPCOtomoFollow_C_ActionPause_Params Parms{}; Parms.ControlledPawn = ControlledPawn; UObject::ProcessEvent(Func, &Parms); } // Function BP_AIAction_NPCOtomoFollow.BP_AIAction_NPCOtomoFollow_C.ActionAbort // (Event, Public, BlueprintEvent) // Parameters: // class APawn* ControlledPawn (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash) void UBP_AIAction_NPCOtomoFollow_C::ActionAbort(class APawn* ControlledPawn) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_AIAction_NPCOtomoFollow_C", "ActionAbort"); Params::UBP_AIAction_NPCOtomoFollow_C_ActionAbort_Params Parms{}; Parms.ControlledPawn = ControlledPawn; UObject::ProcessEvent(Func, &Parms); } // Function BP_AIAction_NPCOtomoFollow.BP_AIAction_NPCOtomoFollow_C.ActionFinished // (Event, Public, BlueprintEvent) // Parameters: // class APawn* ControlledPawn (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash) // enum class EPawnActionResult WithResult (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_AIAction_NPCOtomoFollow_C::ActionFinished(class APawn* ControlledPawn, enum class EPawnActionResult WithResult) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_AIAction_NPCOtomoFollow_C", "ActionFinished"); Params::UBP_AIAction_NPCOtomoFollow_C_ActionFinished_Params Parms{}; Parms.ControlledPawn = ControlledPawn; Parms.WithResult = WithResult; UObject::ProcessEvent(Func, &Parms); } // Function BP_AIAction_NPCOtomoFollow.BP_AIAction_NPCOtomoFollow_C.ExecuteUbergraph_BP_AIAction_NPCOtomoFollow // (Final, UbergraphFunction) // Parameters: // int32 EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class AController* CallFunc_GetController_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // enum class EPathFollowingResult K2Node_CustomEvent_MovementResult_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class ABP_MonsterAIController_NPCOtomo_C*K2Node_DynamicCast_AsBP_Monster_AIController_NPCOtomo (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // bool K2Node_DynamicCast_bSuccess (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // TScriptInterfaceK2Node_DynamicCast_AsBPI_Get_Pal_AIBlackboard (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // bool K2Node_DynamicCast_bSuccess_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class UBP_PalAIBlackboard_Common_C*CallFunc_GetLeaderBB_LeaderPalBrackboard (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class APalCharacter* CallFunc_GetSquadLeader_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class AController* CallFunc_GetController_ReturnValue_1 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // bool CallFunc_IsValid_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class APalAIController* K2Node_DynamicCast_AsPal_AIController (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // bool K2Node_DynamicCast_bSuccess_2 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class UPalHate* CallFunc_GetHateSystem_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class AActor* CallFunc_FindMostHateTarget_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // enum class EPathFollowingResult K2Node_CustomEvent_MovementResult (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // enum class EPathFollowingResult Temp_byte_Variable (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class APawn* K2Node_Event_ControlledPawn_4 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // float K2Node_Event_DeltaSeconds (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class APawn* K2Node_Event_ControlledPawn_3 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // bool CallFunc_IsValid_ReturnValue_1 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // bool CallFunc_IsNearTwoActorWithRadius_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class APawn* K2Node_Event_ControlledPawn_2 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class UAIAsyncTaskBlueprintProxy* CallFunc_CreateMoveToProxyObject_ReturnValue (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // bool CallFunc_IsValid_ReturnValue_2 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class APawn* K2Node_Event_ControlledPawn_1 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class AController* CallFunc_GetController_ReturnValue_2 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class APawn* K2Node_Event_ControlledPawn (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // enum class EPawnActionResult K2Node_Event_WithResult (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class AController* CallFunc_GetController_ReturnValue_3 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class AController* CallFunc_GetController_ReturnValue_4 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class ABP_MonsterAIController_NPCOtomo_C*K2Node_DynamicCast_AsBP_Monster_AIController_NPCOtomo_1 (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // bool K2Node_DynamicCast_bSuccess_3 (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) void UBP_AIAction_NPCOtomoFollow_C::ExecuteUbergraph_BP_AIAction_NPCOtomoFollow(int32 EntryPoint, class AController* CallFunc_GetController_ReturnValue, enum class EPathFollowingResult K2Node_CustomEvent_MovementResult_1, class ABP_MonsterAIController_NPCOtomo_C* K2Node_DynamicCast_AsBP_Monster_AIController_NPCOtomo, bool K2Node_DynamicCast_bSuccess, TScriptInterface K2Node_DynamicCast_AsBPI_Get_Pal_AIBlackboard, bool K2Node_DynamicCast_bSuccess_1, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate, class UBP_PalAIBlackboard_Common_C* CallFunc_GetLeaderBB_LeaderPalBrackboard, class APalCharacter* CallFunc_GetSquadLeader_ReturnValue, class AController* CallFunc_GetController_ReturnValue_1, bool CallFunc_IsValid_ReturnValue, class APalAIController* K2Node_DynamicCast_AsPal_AIController, bool K2Node_DynamicCast_bSuccess_2, class UPalHate* CallFunc_GetHateSystem_ReturnValue, class AActor* CallFunc_FindMostHateTarget_ReturnValue, enum class EPathFollowingResult K2Node_CustomEvent_MovementResult, enum class EPathFollowingResult Temp_byte_Variable, class APawn* K2Node_Event_ControlledPawn_4, float K2Node_Event_DeltaSeconds, class APawn* K2Node_Event_ControlledPawn_3, bool CallFunc_IsValid_ReturnValue_1, bool CallFunc_IsNearTwoActorWithRadius_ReturnValue, FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1, class APawn* K2Node_Event_ControlledPawn_2, class UAIAsyncTaskBlueprintProxy* CallFunc_CreateMoveToProxyObject_ReturnValue, bool CallFunc_IsValid_ReturnValue_2, class APawn* K2Node_Event_ControlledPawn_1, class AController* CallFunc_GetController_ReturnValue_2, class APawn* K2Node_Event_ControlledPawn, enum class EPawnActionResult K2Node_Event_WithResult, class AController* CallFunc_GetController_ReturnValue_3, class AController* CallFunc_GetController_ReturnValue_4, class ABP_MonsterAIController_NPCOtomo_C* K2Node_DynamicCast_AsBP_Monster_AIController_NPCOtomo_1, bool K2Node_DynamicCast_bSuccess_3) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_AIAction_NPCOtomoFollow_C", "ExecuteUbergraph_BP_AIAction_NPCOtomoFollow"); Params::UBP_AIAction_NPCOtomoFollow_C_ExecuteUbergraph_BP_AIAction_NPCOtomoFollow_Params Parms{}; Parms.EntryPoint = EntryPoint; Parms.CallFunc_GetController_ReturnValue = CallFunc_GetController_ReturnValue; Parms.K2Node_CustomEvent_MovementResult_1 = K2Node_CustomEvent_MovementResult_1; Parms.K2Node_DynamicCast_AsBP_Monster_AIController_NPCOtomo = K2Node_DynamicCast_AsBP_Monster_AIController_NPCOtomo; Parms.K2Node_DynamicCast_bSuccess = K2Node_DynamicCast_bSuccess; Parms.K2Node_DynamicCast_AsBPI_Get_Pal_AIBlackboard = K2Node_DynamicCast_AsBPI_Get_Pal_AIBlackboard; Parms.K2Node_DynamicCast_bSuccess_1 = K2Node_DynamicCast_bSuccess_1; Parms.K2Node_CreateDelegate_OutputDelegate = K2Node_CreateDelegate_OutputDelegate; Parms.CallFunc_GetLeaderBB_LeaderPalBrackboard = CallFunc_GetLeaderBB_LeaderPalBrackboard; Parms.CallFunc_GetSquadLeader_ReturnValue = CallFunc_GetSquadLeader_ReturnValue; Parms.CallFunc_GetController_ReturnValue_1 = CallFunc_GetController_ReturnValue_1; Parms.CallFunc_IsValid_ReturnValue = CallFunc_IsValid_ReturnValue; Parms.K2Node_DynamicCast_AsPal_AIController = K2Node_DynamicCast_AsPal_AIController; Parms.K2Node_DynamicCast_bSuccess_2 = K2Node_DynamicCast_bSuccess_2; Parms.CallFunc_GetHateSystem_ReturnValue = CallFunc_GetHateSystem_ReturnValue; Parms.CallFunc_FindMostHateTarget_ReturnValue = CallFunc_FindMostHateTarget_ReturnValue; Parms.K2Node_CustomEvent_MovementResult = K2Node_CustomEvent_MovementResult; Parms.Temp_byte_Variable = Temp_byte_Variable; Parms.K2Node_Event_ControlledPawn_4 = K2Node_Event_ControlledPawn_4; Parms.K2Node_Event_DeltaSeconds = K2Node_Event_DeltaSeconds; Parms.K2Node_Event_ControlledPawn_3 = K2Node_Event_ControlledPawn_3; Parms.CallFunc_IsValid_ReturnValue_1 = CallFunc_IsValid_ReturnValue_1; Parms.CallFunc_IsNearTwoActorWithRadius_ReturnValue = CallFunc_IsNearTwoActorWithRadius_ReturnValue; Parms.K2Node_CreateDelegate_OutputDelegate_1 = K2Node_CreateDelegate_OutputDelegate_1; Parms.K2Node_Event_ControlledPawn_2 = K2Node_Event_ControlledPawn_2; Parms.CallFunc_CreateMoveToProxyObject_ReturnValue = CallFunc_CreateMoveToProxyObject_ReturnValue; Parms.CallFunc_IsValid_ReturnValue_2 = CallFunc_IsValid_ReturnValue_2; Parms.K2Node_Event_ControlledPawn_1 = K2Node_Event_ControlledPawn_1; Parms.CallFunc_GetController_ReturnValue_2 = CallFunc_GetController_ReturnValue_2; Parms.K2Node_Event_ControlledPawn = K2Node_Event_ControlledPawn; Parms.K2Node_Event_WithResult = K2Node_Event_WithResult; Parms.CallFunc_GetController_ReturnValue_3 = CallFunc_GetController_ReturnValue_3; Parms.CallFunc_GetController_ReturnValue_4 = CallFunc_GetController_ReturnValue_4; Parms.K2Node_DynamicCast_AsBP_Monster_AIController_NPCOtomo_1 = K2Node_DynamicCast_AsBP_Monster_AIController_NPCOtomo_1; Parms.K2Node_DynamicCast_bSuccess_3 = K2Node_DynamicCast_bSuccess_3; UObject::ProcessEvent(Func, &Parms); } }