Open 3D Engine AzTest API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
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< IFunctionHandle > | GetFunction (const std::string &name)=0 |
Retrieve a function from within the module. | |
Handle to the a module/shared library.