Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchiveMD5
Description
Returns the name of the Archive. Useful for getting the name of the package a struct or object is in when a loading error occurs.
This is overridden for the specific Archive Types
Virtual Inheritance
- FArchiveState::GetArchiveName → FArchive::GetArchiveName → FArchiveMD5::GetArchiveName
| Name | GetArchiveName |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ArchiveMD5.h |
| Include Path | #include "Misc/ArchiveMD5.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ArchiveMD5.cpp |
virtual FString GetArchiveName() const