![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InternationalizationArchive.h>
Public Member Functions | |
| CORE_API | FArchiveEntry (const FLocKey &InNamespace, const FLocKey &InKey, const FLocItem &InSource, const FLocItem &InTranslation, TSharedPtr< FLocMetadataObject > InKeyMetadataObj=nullptr, bool IsOptional=false) |
Public Attributes | |
| const FLocKey | Namespace |
| const FLocKey | Key |
| const FLocItem | Source |
| FLocItem | Translation |
| bool | bIsOptional |
| TSharedPtr< FLocMetadataObject > | KeyMetadataObj |
| FArchiveEntry::FArchiveEntry | ( | const FLocKey & | InNamespace, |
| const FLocKey & | InKey, | ||
| const FLocItem & | InSource, | ||
| const FLocItem & | InTranslation, | ||
| TSharedPtr< FLocMetadataObject > | InKeyMetadataObj = nullptr, |
||
| bool | IsOptional = false |
||
| ) |
| bool FArchiveEntry::bIsOptional |
| const FLocKey FArchiveEntry::Key |
| TSharedPtr<FLocMetadataObject> FArchiveEntry::KeyMetadataObj |
| const FLocKey FArchiveEntry::Namespace |
| const FLocItem FArchiveEntry::Source |
| FLocItem FArchiveEntry::Translation |