Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Internal unit test for verifying the functionality of the UScript/BP VM reflection helper
| Name | UVMReflection |
| Type | class |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTests/VMReflection.h |
| Include Path | #include "UnitTests/VMReflection.h" |
Syntax
UCLASS ()
class UVMReflection : public UUnitTest
Inheritance Hierarchy
- FUnitLogInterface → UUnitTestBase → UUnitTest → UVMReflection
- UObjectBase → UObjectBaseUtility → UObject → UUnitTestBase → UUnitTest → UVMReflection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UVMReflection
(
const FObjectInitializer& ObjectInitializer |
UVMReflection | UnitTests/VMReflection.h |
Functions
Public
Overridden from UUnitTest
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExecuteUnitTest() |
Executes the main unit test | UnitTests/VMReflection.h |