UClientUnitTest::HasAllCustomRequirements

Optionally, if the 'RequireCustom' flag is set, this returns whether custom conditions have been met.

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ClientUnitTest.h

Include

#include "ClientUnitTest.h"

Syntax

virtual bool HasAllCustomRequirements()

Remarks

Optionally, if the 'RequireCustom' flag is set, this returns whether custom conditions have been met.

Only use this if you are mixing multiple 'requirements' flags - if just using 'RequireCustom', trigger 'ExecuteClientUnitTest' manually

You still have to check 'HasAllRequirements' and trigger 'ExecuteClientUnitTest', at the time the custom conditions are set

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss