Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracy in UnrealEngine #942

Open
GaoYuanBob opened this issue Dec 12, 2024 · 1 comment
Open

Tracy in UnrealEngine #942

GaoYuanBob opened this issue Dec 12, 2024 · 1 comment

Comments

@GaoYuanBob
Copy link

Is there a way to import Tracy as a plugin into Unreal Engine 4?

@slomp
Copy link
Contributor

slomp commented Dec 20, 2024

Should be possible, but someone will have to write the plugin.
I used to contribute to the UE4RenderDocPlugin, and found the whole UE4 plugin system was quite messy.
A lot of Tracy revolves around C++ interfaces, and loading the symbols at runtime in aplugin would be quite annoying and compiler-dependent.

It will be much easier to just build Tracy as a DLL and have it linked directly to UE4 binaries in their build system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants