ue4 how to transfer an already existing structure to a c++ function

you can create a empty file name MyStruct.h
and add

#include "MyStruct.generated.h"

to MyStruct.h before xenofsnstudios code

1 Like