Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > NUTUtil
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h |
Include | #include "NUTUtil.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtil.cpp |
static FString GetPackageModule
&40;
UPackage &42; Package,
bool bVerifyModule
&41;
Remarks
Get a module name from any UPackage - if it has one The name of the module
Parameters
Name | Description |
---|---|
Package | The package to be linked to a module |
bVerifyModule | Whether or not to verify that the module is loaded (specify false, when using with Hot Reload code) |