Casting example
ueCast
Other options
Possibly there are other ways to cast:
tryUECast
-func tryUECast*[T : UObject](obj:UObjectPtr) : Option[ptr T]
- wraps the cast pointer inOption[ptr T]
tryCast
-func tryCast*[T: SomePointer](pntr: SomePointer): Option[T]