Epic Developer Community Forums
What is the correct value of WITH_EDITOR in a cooked game using the development configuration?
Development
Platform & Builds
question
,
unreal-engine
,
CPP
,
Packaging
Luoshuang
(Luoshuang)
October 12, 2016, 9:19am
2
It should be
#if
WITH_EDITOR, not
#ifdef
. WITH_EDITOR is always defined, either 1 or 0.
show post in topic