PropertyWatcher icon indicating copy to clipboard operation
PropertyWatcher copied to clipboard

A runtime variable watch window for Unreal Engine using ImGui.

Results 1 PropertyWatcher issues
Sort by recently updated
recently updated
newest added

``` FAView TempMemoryPool::NToA(FName Name) { const FNameEntry* NameEntry = Name.GetDisplayNameEntry(); if (NameEntry->IsWide()) return ""; ``` Error occurs at `NameEntry->IsWide()` where the Name value shows `Illegal name (block index out of...