Tag: UOBject

  • Unreal engine class hierarchy

    Base classes At the top of the hierarchy is the UObject class. All classes in the engine derive from UObject. This is a fundamental class in Unreal Engine and provides many features, such as memory management, garbage collection, reflection, serialization, networking, and more. The next level of the hierarchy is the AActor class. AActor represents…