mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
make commands actually reply to console
This commit is contained in:
14
Project Reboot 3.0/EngineTypes.cpp
Normal file
14
Project Reboot 3.0/EngineTypes.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "EngineTypes.h"
|
||||
|
||||
#include "reboot.h"
|
||||
|
||||
UStruct* FHitResult::GetStruct()
|
||||
{
|
||||
static auto Struct = FindObject<UStruct>("/Script/Engine.HitResult");
|
||||
return Struct;
|
||||
}
|
||||
|
||||
int FHitResult::GetStructSize()
|
||||
{
|
||||
return GetStruct()->GetPropertiesSize();
|
||||
}
|
||||
Reference in New Issue
Block a user