mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
347 lines
9.6 KiB
C++
347 lines
9.6 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: mToD_FoundMix
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "mToD_FoundMix_classes.hpp"
|
|
#include "mToD_FoundMix_parameters.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.ExecuteUbergraph_mToD_FoundMix
|
|
// (HasDefaults)
|
|
// Parameters:
|
|
// int32 EntryPoint (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void AmToD_FoundMix_C::ExecuteUbergraph_mToD_FoundMix(int32 EntryPoint)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "ExecuteUbergraph_mToD_FoundMix");
|
|
|
|
Params::mToD_FoundMix_C_ExecuteUbergraph_mToD_FoundMix Parms{};
|
|
|
|
Parms.EntryPoint = EntryPoint;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.FadeinAudio
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::FadeinAudio()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "FadeinAudio");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.FadeoutAudio
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::FadeoutAudio()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "FadeoutAudio");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.ManualFadeOut
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::ManualFadeOut()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "ManualFadeOut");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.SetupRoofs
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::SetupRoofs()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "SetupRoofs");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.ActorDestroyedSignature__DelegateSignature_Event
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::ActorDestroyedSignature__DelegateSignature_Event()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "ActorDestroyedSignature__DelegateSignature_Event");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.Leaving_subzone
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::Leaving_subzone()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "Leaving_subzone");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.Entering_subzone
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::Entering_subzone()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "Entering_subzone");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.StopRandomSounds
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::StopRandomSounds()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "StopRandomSounds");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.PlayRandomSounds
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::PlayRandomSounds()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "PlayRandomSounds");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.Update attenuation
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::Update_attenuation()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "Update attenuation");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.BndEvt__TriggerRange_K2Node_ComponentBoundEvent_109_ComponentEndOverlapSignature__DelegateSignature
|
|
// (BlueprintEvent)
|
|
// Parameters:
|
|
// class AActor* OtherActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// class UPrimitiveComponent* OtherComp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// int32 OtherBodyIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
|
|
void AmToD_FoundMix_C::BndEvt__TriggerRange_K2Node_ComponentBoundEvent_109_ComponentEndOverlapSignature__DelegateSignature(class AActor* OtherActor, class UPrimitiveComponent* OtherComp, int32 OtherBodyIndex)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "BndEvt__TriggerRange_K2Node_ComponentBoundEvent_109_ComponentEndOverlapSignature__DelegateSignature");
|
|
|
|
Params::mToD_FoundMix_C_BndEvt__TriggerRange_K2Node_ComponentBoundEvent_109_ComponentEndOverlapSignature__DelegateSignature Parms{};
|
|
|
|
Parms.OtherActor = OtherActor;
|
|
Parms.OtherComp = OtherComp;
|
|
Parms.OtherBodyIndex = OtherBodyIndex;
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.BndEvt__TriggerRange_K2Node_ComponentBoundEvent_104_ComponentBeginOverlapSignature__DelegateSignature
|
|
// (HasOutParams, BlueprintEvent)
|
|
// Parameters:
|
|
// class AActor* OtherActor (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// class UPrimitiveComponent* OtherComp (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// int32 OtherBodyIndex (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// bool bFromSweep (Parm, ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
// const struct FHitResult& SweepResult (ConstParm, Parm, OutParm, ReferenceParm, ContainsInstancedReference)
|
|
|
|
void AmToD_FoundMix_C::BndEvt__TriggerRange_K2Node_ComponentBoundEvent_104_ComponentBeginOverlapSignature__DelegateSignature(class AActor* OtherActor, class UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const struct FHitResult& SweepResult)
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "BndEvt__TriggerRange_K2Node_ComponentBoundEvent_104_ComponentBeginOverlapSignature__DelegateSignature");
|
|
|
|
Params::mToD_FoundMix_C_BndEvt__TriggerRange_K2Node_ComponentBoundEvent_104_ComponentBeginOverlapSignature__DelegateSignature Parms{};
|
|
|
|
Parms.OtherActor = OtherActor;
|
|
Parms.OtherComp = OtherComp;
|
|
Parms.OtherBodyIndex = OtherBodyIndex;
|
|
Parms.bFromSweep = bFromSweep;
|
|
Parms.SweepResult = std::move(SweepResult);
|
|
|
|
UObject::ProcessEvent(Func, &Parms);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.PlayCrossfadeBA
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::PlayCrossfadeBA()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "PlayCrossfadeBA");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.PlayCrossfadeAB
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::PlayCrossfadeAB()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "PlayCrossfadeAB");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.Night_Start
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::Night_Start()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "Night_Start");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.Evening_Start
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::Evening_Start()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "Evening_Start");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.Day_Start
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::Day_Start()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "Day_Start");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.Morning_Start
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::Morning_Start()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "Morning_Start");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.ReceiveBeginPlay
|
|
// (Event, Public, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::ReceiveBeginPlay()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "ReceiveBeginPlay");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
|
|
// Function mToD_FoundMix.mToD_FoundMix_C.UserConstructionScript
|
|
// (Event, Public, HasDefaults, BlueprintCallable, BlueprintEvent)
|
|
|
|
void AmToD_FoundMix_C::UserConstructionScript()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("mToD_FoundMix_C", "UserConstructionScript");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|