Open 3D Engine AzTest API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Test::IModuleHandle Struct Referenceabstract

Handle to the a module/shared library. More...

#include <Platform.h>

Public Member Functions

virtual bool IsValid ()=0
 Is the module handle valid (was it loaded successfully)?
 
virtual std::shared_ptr< IFunctionHandleGetFunction (const std::string &name)=0
 Retrieve a function from within the module.
 

Detailed Description

Handle to the a module/shared library.


The documentation for this struct was generated from the following file: