Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformProcess
Description
Used only by platforms with DLLs, this confirms the existence of a given module. This should be called with the proper extension for modules. Returning true should ensure that GetDllHandle() will find the same file.
| Name | ModuleExists |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h |
| Include Path | #include "GenericPlatform/GenericPlatformProcess.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformProcess.cpp |
static bool ModuleExists
(
const FString & Filename
)