mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-26 19:23:26 +00:00
36 lines
566 B
C++
36 lines
566 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BPI_ShieldFlash
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "BPI_ShieldFlash_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Function BPI_ShieldFlash.BPI_ShieldFlash_C.FlashShield
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void IBPI_ShieldFlash_C::FlashShield()
|
|
{
|
|
static class UFunction* Func = nullptr;
|
|
|
|
if (Func == nullptr)
|
|
Func = Class->GetFunction("BPI_ShieldFlash_C", "FlashShield");
|
|
|
|
UObject::ProcessEvent(Func, nullptr);
|
|
}
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|