Files
UnrealEngineUWP/Engine/Source/Editor/LevelEditor
Jamie Dale 149fbb70c4 Improved scripting support for typed elements
- 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]
2020-09-14 13:57:25 -04:00
..