Skip to content

Commit

Permalink
Scans
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Aug 22, 2023
1 parent 04a7eb8 commit bc0b3cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mods/vr/FFakeStereoRenderingHook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ void FFakeStereoRenderingHook::on_frame() {
attempt_hook_slate_thread();
attempt_hook_fsceneview_constructor();

// TODO: see if this can be threaded; it might not be able to because of TLS or something
sdk::FName::get_constructor();
sdk::FName::get_to_string();
sdk::FUObjectArray::get();

// Ideally we want to do all hooking
// from game engine tick. if it fails
// we will fall back to doing it here.
Expand Down

0 comments on commit bc0b3cd

Please sign in to comment.