you have to add <MODULE_NAME>_API
marco in front of the declaration. see LogTemp
declaration in CoreGlobals.h
:
CORE_API DECLARE_LOG_CATEGORY_EXTERN(LogTemp, Log, All);
Joe
you have to add <MODULE_NAME>_API
marco in front of the declaration. see LogTemp
declaration in CoreGlobals.h
:
CORE_API DECLARE_LOG_CATEGORY_EXTERN(LogTemp, Log, All);
Joe