![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InternationalizationManifest.h>
Public Member Functions | |
| FManifestContext () | |
| FManifestContext (const FLocKey &InKey) | |
| CORE_API | FManifestContext (const FManifestContext &Other) |
| CORE_API FManifestContext & | operator= (const FManifestContext &Other) |
| CORE_API bool | operator== (const FManifestContext &Other) const |
| bool | operator!= (const FManifestContext &Other) const |
| CORE_API bool | operator< (const FManifestContext &Other) const |
Public Attributes | |
| FLocKey | Key |
| FString | SourceLocation |
| FName | PlatformName |
| bool | bIsOptional |
| TSharedPtr< FLocMetadataObject > | InfoMetadataObj |
| TSharedPtr< FLocMetadataObject > | KeyMetadataObj |
|
inline |
|
inlineexplicit |
| FManifestContext::FManifestContext | ( | const FManifestContext & | Other | ) |
Copy ctor
|
inline |
| bool FManifestContext::operator< | ( | const FManifestContext & | Other | ) | const |
| FManifestContext & FManifestContext::operator= | ( | const FManifestContext & | Other | ) |
| bool FManifestContext::operator== | ( | const FManifestContext & | Other | ) | const |
| bool FManifestContext::bIsOptional |
| TSharedPtr<FLocMetadataObject> FManifestContext::InfoMetadataObj |
| FLocKey FManifestContext::Key |
| TSharedPtr<FLocMetadataObject> FManifestContext::KeyMetadataObj |
| FName FManifestContext::PlatformName |
| FString FManifestContext::SourceLocation |