Helper class that looks for [UObject](API\Runtime\CoreUObject\UObject) references by traversing [UClass](API\Runtime\CoreUObject\UClass) token stream and calls AddReferencedObjects.
Helper class that looks for UObject references by traversing UClass token stream and calls AddReferencedObjects. Provides a generic way of processing references that is used by Unreal Engine garbage collection. Can be used for fast (does not use serialization) reference collection purposes.
IT IS CRITICAL THIS CLASS DOES NOT CHANGE WITHOUT CONSIDERING PERFORMANCE IMPACT OF SAID CHANGES