Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/FModuleDescriptor
Description
Checks that all modules are compatible with the current engine version. Returns false and appends a list of names to OutIncompatibleFiles if not.
| Name | CheckModuleCompatibility |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/ModuleDescriptor.h |
| Include Path | #include "ModuleDescriptor.h" |
| Source | /Engine/Source/Runtime/Projects/Private/ModuleDescriptor.cpp |
static bool CheckModuleCompatibility
(
const TArray < FModuleDescriptor > & Modules,
TArray < FString > & OutIncompatibleFiles
)