bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.95k stars 296 forks source link

Fix UE4 plugin: missing include and wrong location for LOCTEXT #147

Closed ymartel06 closed 2 years ago

ymartel06 commented 2 years ago

Hi,

There is a missing include in the plugin, and also LOCTEXT_NAMESPACE must always be after includes.

-Yohann