ILocFileNotifies

Interface for the loc file notify API.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~ILocFileNotifies()

Virtual destructor

Functions

Name Description

Public function

void

 

PostFileRead

(
    const FString& InFilename
)

Called after reading the given file from disk

Public function

void

 

PostFileWrite

(
    const FString& InFilename
)

Called after writing the given file to disk

Public function

void

 

PreFileRead

(
    const FString& InFilename
)

Called prior to reading the given file on disk

Public function

void

 

PreFileWrite

(
    const FString& InFilename
)

Called prior to writing the given file to disk

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss