You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement a way to partially emit the uClass so property references don't crash. Unreal defers the complete emission, so we need to figure out how to do that, or mark the class as not fully emitted and retry later see emitUClass where properties and functions are emitted.
The text was updated successfully, but these errors were encountered:
We need to implement a way to partially emit the uClass so property references don't crash. Unreal defers the complete emission, so we need to figure out how to do that, or mark the class as not fully emitted and retry later see emitUClass where properties and functions are emitted.
The text was updated successfully, but these errors were encountered: