You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Lightweight instances allow a low memory representation of objects. Instances can be converted into full actors when necessary. Actors can also be reduced down to light weight instances when the full representation is no longer needed. Hit results now return a handle that may refer to either an actor or lightweight instance. #rb Michael.Noland [CL 14369221 by Fred Kimberley in ue5-main branch]