Navigation
API > API/Developer > API/Developer/Localization
Interface for the loc file notify API. This can be used to integrate with services like source control.
| Name | ILocFileNotifies |
| Type | class |
| Header File | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include Path | #include "LocTextHelper.h" |
Syntax
class ILocFileNotifies
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ILocFileNotifies() |
Virtual destructor | LocTextHelper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BeginParallelTasks() |
Start a block of parallel tasks | LocTextHelper.h | |
void EndParallelTasks() |
Stop a block of parallel tasks | LocTextHelper.h | |
void PostFileRead
(
const FString& InFilename |
Called after reading the given file from disk | LocTextHelper.h | |
void PostFileWrite
(
const FString& InFilename |
Called after writing the given file to disk | LocTextHelper.h | |
void PreFileRead
(
const FString& InFilename |
Called prior to reading the given file on disk | LocTextHelper.h | |
void PreFileWrite
(
const FString& InFilename |
Called prior to writing the given file to disk | LocTextHelper.h |