Navigation
API > API/Runtime > API/Runtime/Overlay > API/Runtime/Overlay/FOverlaysImporter
References
| Module | Overlay |
| Header | /Engine/Source/Runtime/Overlay/Public/OverlaysImporter.h |
| Include | #include "OverlaysImporter.h" |
| Source | /Engine/Source/Runtime/Overlay/Private/Factories/OverlaysImporter.cpp |
bool OpenFile
&40;
const FString & FilePath
&41;
Remarks
Opens the file and preparses it for import True if the file was opened successfully, false if the file could not be opened or is not an overlay file.
Parameters
| Name | Description |
|---|---|
| Filename | The file to open |