UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FArchiveEntry Class Reference

#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< FLocMetadataObjectKeyMetadataObj
 

Constructor & Destructor Documentation

◆ FArchiveEntry()

FArchiveEntry::FArchiveEntry ( const FLocKey InNamespace,
const FLocKey InKey,
const FLocItem InSource,
const FLocItem InTranslation,
TSharedPtr< FLocMetadataObject InKeyMetadataObj = nullptr,
bool  IsOptional = false 
)

Member Data Documentation

◆ bIsOptional

bool FArchiveEntry::bIsOptional

◆ Key

const FLocKey FArchiveEntry::Key

◆ KeyMetadataObj

TSharedPtr<FLocMetadataObject> FArchiveEntry::KeyMetadataObj

◆ Namespace

const FLocKey FArchiveEntry::Namespace

◆ Source

const FLocItem FArchiveEntry::Source

◆ Translation

FLocItem FArchiveEntry::Translation

The documentation for this class was generated from the following files: