Navigation
Unreal Engine C++ API Reference > Developer > AITestSuite > FAITestBase
- FAITestBase::TearDown()
References
Module | AITestSuite |
Header | /Engine/Source/Developer/AITestSuite/Public/AITestsCommon.h |
Include | #include "AITestsCommon.h" |
Source | /Engine/Source/Developer/AITestSuite/Private/Tests/AITestsCommon.cpp |
virtual void TearDown()
Remarks
It's essential that overriding functions call the super-implementation. Otherwise the check in ~FAITestBase will fail.