#pragma once // Dumped with Dumper-7! #include "../SDK.hpp" namespace SDK { //--------------------------------------------------------------------------------------------------------------------- // FUNCTIONS //--------------------------------------------------------------------------------------------------------------------- // BlueprintGeneratedClass BP_PalSpawnerInfoReporter.BP_PalSpawnerInfoReporter_C // (Actor) class UClass* ABP_PalSpawnerInfoReporter_C::StaticClass() { static class UClass* Clss = nullptr; if (!Clss) Clss = UObject::FindClassFast("BP_PalSpawnerInfoReporter_C"); return Clss; } // BP_PalSpawnerInfoReporter_C BP_PalSpawnerInfoReporter.Default__BP_PalSpawnerInfoReporter_C // (Public, ClassDefaultObject, ArchetypeObject, WasLoaded, LoadCompleted) class ABP_PalSpawnerInfoReporter_C* ABP_PalSpawnerInfoReporter_C::GetDefaultObj() { static class ABP_PalSpawnerInfoReporter_C* Default = nullptr; if (!Default) Default = static_cast(ABP_PalSpawnerInfoReporter_C::StaticClass()->DefaultObject); return Default; } // Function BP_PalSpawnerInfoReporter.BP_PalSpawnerInfoReporter_C.GetDebugInfoString // (Event, Public, HasOutParams, HasDefaults, BlueprintCallable, BlueprintEvent) // Parameters: // class APalNPCSpawnerBase* Spawner (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash) // class FString ReturnValue (Parm, OutParm, ZeroConstructor, ReturnParm, HasGetValueTypeHash) // class ABP_PalSpawner_Standard_C* LocalSpawner (Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, NoDestructor, HasGetValueTypeHash) // class FString TempString (Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash) // class ABP_PalSpawner_Standard_C* K2Node_DynamicCast_AsBP_Pal_Spawner_Standard (ZeroConstructor, NoDestructor, HasGetValueTypeHash) // bool K2Node_DynamicCast_bSuccess (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // bool Temp_bool_True_if_break_was_hit_Variable (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // bool CallFunc_Not_PreBool_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // bool CallFunc_IsSpawnDisable_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // bool CallFunc_IsWorldPartitionLoadComplete_IsLoading (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // bool CallFunc_IsCharacterLoading_IsLoading (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // struct FPalSpawnerGroupInfo CallFunc_GetFixedSpawnInfo_Group (None) // int32 Temp_int_Array_Index_Variable (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // int32 CallFunc_Array_Length_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // struct FPalSpawnerOneTribeInfo CallFunc_Array_Get_Item (NoDestructor) // int32 Temp_int_Loop_Counter_Variable (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class FString CallFunc_Conv_NameToString_ReturnValue (ZeroConstructor, HasGetValueTypeHash) // bool CallFunc_Less_IntInt_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // int32 CallFunc_Add_IntInt_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // bool CallFunc_BooleanAND_ReturnValue (ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash) // class FString CallFunc_GetSpawnDisableDebugInfo_ReturnValue (ZeroConstructor, HasGetValueTypeHash) // class FString CallFunc_Concat_StrStr_ReturnValue (ZeroConstructor, HasGetValueTypeHash) // class FString CallFunc_Concat_StrStr_ReturnValue_1 (ZeroConstructor, HasGetValueTypeHash) // class FString CallFunc_Concat_StrStr_ReturnValue_2 (ZeroConstructor, HasGetValueTypeHash) // class FString CallFunc_Concat_StrStr_ReturnValue_3 (ZeroConstructor, HasGetValueTypeHash) // class FString CallFunc_Concat_StrStr_ReturnValue_4 (ZeroConstructor, HasGetValueTypeHash) // class FString CallFunc_Concat_StrStr_ReturnValue_5 (ZeroConstructor, HasGetValueTypeHash) // class FString CallFunc_Concat_StrStr_ReturnValue_6 (ZeroConstructor, HasGetValueTypeHash) // class FString CallFunc_Concat_StrStr_ReturnValue_7 (ZeroConstructor, HasGetValueTypeHash) class FString ABP_PalSpawnerInfoReporter_C::GetDebugInfoString(class APalNPCSpawnerBase* Spawner, class ABP_PalSpawner_Standard_C* LocalSpawner, const class FString& TempString, class ABP_PalSpawner_Standard_C* K2Node_DynamicCast_AsBP_Pal_Spawner_Standard, bool K2Node_DynamicCast_bSuccess, bool Temp_bool_True_if_break_was_hit_Variable, bool CallFunc_Not_PreBool_ReturnValue, bool CallFunc_IsSpawnDisable_ReturnValue, bool CallFunc_IsWorldPartitionLoadComplete_IsLoading, bool CallFunc_IsCharacterLoading_IsLoading, const struct FPalSpawnerGroupInfo& CallFunc_GetFixedSpawnInfo_Group, int32 Temp_int_Array_Index_Variable, int32 CallFunc_Array_Length_ReturnValue, const struct FPalSpawnerOneTribeInfo& CallFunc_Array_Get_Item, int32 Temp_int_Loop_Counter_Variable, const class FString& CallFunc_Conv_NameToString_ReturnValue, bool CallFunc_Less_IntInt_ReturnValue, int32 CallFunc_Add_IntInt_ReturnValue, bool CallFunc_BooleanAND_ReturnValue, const class FString& CallFunc_GetSpawnDisableDebugInfo_ReturnValue, const class FString& CallFunc_Concat_StrStr_ReturnValue, const class FString& CallFunc_Concat_StrStr_ReturnValue_1, const class FString& CallFunc_Concat_StrStr_ReturnValue_2, const class FString& CallFunc_Concat_StrStr_ReturnValue_3, const class FString& CallFunc_Concat_StrStr_ReturnValue_4, const class FString& CallFunc_Concat_StrStr_ReturnValue_5, const class FString& CallFunc_Concat_StrStr_ReturnValue_6, const class FString& CallFunc_Concat_StrStr_ReturnValue_7) { static class UFunction* Func = nullptr; if (!Func) Func = Class->GetFunction("BP_PalSpawnerInfoReporter_C", "GetDebugInfoString"); Params::ABP_PalSpawnerInfoReporter_C_GetDebugInfoString_Params Parms{}; Parms.Spawner = Spawner; Parms.LocalSpawner = LocalSpawner; Parms.TempString = TempString; Parms.K2Node_DynamicCast_AsBP_Pal_Spawner_Standard = K2Node_DynamicCast_AsBP_Pal_Spawner_Standard; Parms.K2Node_DynamicCast_bSuccess = K2Node_DynamicCast_bSuccess; Parms.Temp_bool_True_if_break_was_hit_Variable = Temp_bool_True_if_break_was_hit_Variable; Parms.CallFunc_Not_PreBool_ReturnValue = CallFunc_Not_PreBool_ReturnValue; Parms.CallFunc_IsSpawnDisable_ReturnValue = CallFunc_IsSpawnDisable_ReturnValue; Parms.CallFunc_IsWorldPartitionLoadComplete_IsLoading = CallFunc_IsWorldPartitionLoadComplete_IsLoading; Parms.CallFunc_IsCharacterLoading_IsLoading = CallFunc_IsCharacterLoading_IsLoading; Parms.CallFunc_GetFixedSpawnInfo_Group = CallFunc_GetFixedSpawnInfo_Group; Parms.Temp_int_Array_Index_Variable = Temp_int_Array_Index_Variable; Parms.CallFunc_Array_Length_ReturnValue = CallFunc_Array_Length_ReturnValue; Parms.CallFunc_Array_Get_Item = CallFunc_Array_Get_Item; Parms.Temp_int_Loop_Counter_Variable = Temp_int_Loop_Counter_Variable; Parms.CallFunc_Conv_NameToString_ReturnValue = CallFunc_Conv_NameToString_ReturnValue; Parms.CallFunc_Less_IntInt_ReturnValue = CallFunc_Less_IntInt_ReturnValue; Parms.CallFunc_Add_IntInt_ReturnValue = CallFunc_Add_IntInt_ReturnValue; Parms.CallFunc_BooleanAND_ReturnValue = CallFunc_BooleanAND_ReturnValue; Parms.CallFunc_GetSpawnDisableDebugInfo_ReturnValue = CallFunc_GetSpawnDisableDebugInfo_ReturnValue; Parms.CallFunc_Concat_StrStr_ReturnValue = CallFunc_Concat_StrStr_ReturnValue; Parms.CallFunc_Concat_StrStr_ReturnValue_1 = CallFunc_Concat_StrStr_ReturnValue_1; Parms.CallFunc_Concat_StrStr_ReturnValue_2 = CallFunc_Concat_StrStr_ReturnValue_2; Parms.CallFunc_Concat_StrStr_ReturnValue_3 = CallFunc_Concat_StrStr_ReturnValue_3; Parms.CallFunc_Concat_StrStr_ReturnValue_4 = CallFunc_Concat_StrStr_ReturnValue_4; Parms.CallFunc_Concat_StrStr_ReturnValue_5 = CallFunc_Concat_StrStr_ReturnValue_5; Parms.CallFunc_Concat_StrStr_ReturnValue_6 = CallFunc_Concat_StrStr_ReturnValue_6; Parms.CallFunc_Concat_StrStr_ReturnValue_7 = CallFunc_Concat_StrStr_ReturnValue_7; UObject::ProcessEvent(Func, &Parms); return Parms.ReturnValue; } }