TPointerContainerBase

A Pointer Container for a 'T' ([UObject](API\Runtime\CoreUObject\UObject\UObject) xOr [TSharedFromThis](API\Runtime\Core\Templates\TSharedFromThis)) that can be statically casted to 'CastTo' These classes are useful if you want your system to support both memory management systems: (1) [UObject](API\Runtime\CoreUObject\UObject\UObject) Garbage Collection and (2) Smart Pointer Reference counting