Navigation
Unreal Engine C++ API Reference > Developer > Localization
Inheritance Hierarchy
- ILocFileNotifies
- FLocFileSCCNotifies
References
Module | Localization |
Header | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
Include | #include "LocTextHelper.h" |
Syntax
class ILocFileNotifies
Remarks
Interface for the loc file notify API. This can be used to integrate with services like source control.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Virtual destructor |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | PostFileRead
(
const FString& InFilename |
Called after reading the given file from disk |
![]() |
void | PostFileWrite
(
const FString& InFilename |
Called after writing the given file to disk |
![]() |
void | PreFileRead
(
const FString& InFilename |
Called prior to reading the given file on disk |
![]() |
void | PreFileWrite
(
const FString& InFilename |
Called prior to writing the given file to disk |