Navigation
Unreal Engine C++ API Reference > Developer > Localization
Inheritance Hierarchy
References
Module | Localization |
Header | /Engine/Source/Developer/Localization/Public/LocalizationSourceControlUtil.h |
Include | #include "LocalizationSourceControlUtil.h" |
Syntax
class FLocFileSCCNotifies : public [ILocFileNotifies](API\Developer\Localization\ILocFileNotifies)
Constructors
Type | Name | Description |
---|---|---|
FLocFileSCCNotifies ( const TSharedPtr< FLocalizationSCC ... ) |
Destructors
Type | Name | Description |
---|---|---|
~FLocFileSCCNotifies () | 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 |