Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPolyglotTextData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsMinimalPatch () |
Get whether this polyglot data is a minimal patch. | Internationalization/PolyglotTextData.h | |
void IsMinimalPatch
(
const bool InIsMinimalPatch |
Set whether this polyglot data is a minimal patch. | Internationalization/PolyglotTextData.h |
IsMinimalPatch()
Description
Get whether this polyglot data is a minimal patch.
| Name | IsMinimalPatch |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/PolyglotTextData.h |
| Include Path | #include "Internationalization/PolyglotTextData.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/PolyglotTextData.cpp |
bool IsMinimalPatch() const
See Also
- bIsMinimalPatch.
IsMinimalPatch(const bool)
Description
Set whether this polyglot data is a minimal patch.
| Name | IsMinimalPatch |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/PolyglotTextData.h |
| Include Path | #include "Internationalization/PolyglotTextData.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/PolyglotTextData.cpp |
void IsMinimalPatch
(
const bool InIsMinimalPatch
)
See Also
- bIsMinimalPatch.