Epic Developer Community Forums
Can't include Object.h and Delegate.h
Development
Pipeline & Plugins
Plugins
compilation-error
,
unreal-engine
,
question
,
Plugins
,
CPP
PlayHabits
(PlayHabits)
February 28, 2023, 12:58am
6
Try this:
#
include
“UObject/Object.h”
#
include
“Delegates/Delegate.h”
1 Like
show post in topic