#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Package: FortAnimNotify_Interface_Interface #include "Basic.hpp" #include "FortAnimNotify_Interface_Interface_classes.hpp" namespace SDK { // Function FortAnimNotify_Interface_Interface.FortAnimNotify_Interface_Interface_C.TrailOff // (Public, BlueprintCallable, BlueprintEvent) void IFortAnimNotify_Interface_Interface_C::TrailOff() { static class UFunction* Func = nullptr; if (Func == nullptr) Func = Class->GetFunction("FortAnimNotify_Interface_Interface_C", "TrailOff"); UObject::ProcessEvent(Func, nullptr); } // Function FortAnimNotify_Interface_Interface.FortAnimNotify_Interface_Interface_C.TrailOn // (Public, BlueprintCallable, BlueprintEvent) void IFortAnimNotify_Interface_Interface_C::TrailOn() { static class UFunction* Func = nullptr; if (Func == nullptr) Func = Class->GetFunction("FortAnimNotify_Interface_Interface_C", "TrailOn"); UObject::ProcessEvent(Func, nullptr); } }