IAITestSuite::IsAvailable

Checks to see if this module is loaded and ready.

Windows
MacOS
Linux

References

Module

AITestSuite

Header

/Engine/Source/Developer/AITestSuite/Public/AITestSuite.h

Include

#include "AITestSuite.h"

Syntax

static bool IsAvailable()

Remarks

Checks to see if this module is loaded and ready. It is only valid to call Get() if IsAvailable() returns true.

Returns

True if the module is loaded and ready to use