c++ - Is there way that I can check if compiled by unreal editor or visual studio? -


is there can use

#if unreal_editor       //then excecute code  #if visual_studio    //then code 

i want of code compiled if , if compiled unreal editor. possible ?

in unity there #if unity_editor there similar in unreal ?


Comments