In Unreal C++, a module's implementation class is required to derive from which interface?
- aIModuleInterface✓
- bUObject
- cFModuleManager
- dTSharedFromThis
Explanation:Every module implementation class derives from IModuleInterface, which declares the StartupModule/ShutdownModule lifecycle hooks.