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 a function within the module/shared library. More...
#include <Platform.h>
Public Member Functions | |
virtual bool | IsValid ()=0 |
Is the function handle valid (was it found inside the module correctly)? | |
virtual int | operator() (int argc, char **argv)=0 |
call as a "main" function | |
virtual int | operator() ()=0 |
call as simple function | |
Handle to a function within the module/shared library.