You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Ported the typed element list (FTypedElementList) to be a UObject (UTypedElementList) so that it can be used with UFUNCTION arguments. - This also removes FTypedElementListPtr, and exposes UTypedElementList functions to scripting. - Exposed UTypedElementRegistry functions to scripting. - Added UTypedElementHandleLibrary to expose basic FTypedElementHandle functionality to scripting. - Exposed AActor and UActorComponent functions for getting an element handle. #rb Chris.Gagnon #rnx [CL 14311016 by Jamie Dale in ue5-main branch]