Navigation
API > API/Developer > API/Developer/Localization
Inheritance Hierarchy
- ILocFileNotifies
- FLocFileSCCNotifies
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/LocalizationSourceControlUtil.h |
| Include | #include "LocalizationSourceControlUtil.h" |
Syntax
class FLocFileSCCNotifies : public ILocFileNotifies
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLocFileSCCNotifies
(
const TSharedPtr< FLocalizationSCC >& InSourceControlInfo |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Overridden from ILocFileNotifies
| 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 |