FLocalizationSourceControlSettings

Struct containing util functions for getting/setting the SCC settings for the localization dashboard

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/LocalizationSettings.h

Include

#include "LocalizationSettings.h"

Syntax

struct FLocalizationSourceControlSettings

Remarks

Struct containing util functions for getting/setting the SCC settings for the localization dashboard

Functions

Name Description

Public function Static

bool

 

IsSourceControlAutoSubmitEnabled()

Check to see whether we should automatically submit changed files after running the commandlet.

Public function Static

bool

 

IsSourceControlAvailable()

Checks to see whether source control is available based upon the current editor SCC settings.

Public function Static

bool

 

IsSourceControlEnabled()

Check to see whether we should use SCC when running the localization commandlets.

Public function Static

void

 

SetSourceControlAutoSubmitEnabled

(
    const bool bIsEnabled
)

Set whether we should automatically submit changed files after running the commandlet.

Public function Static

void

 

SetSourceControlEnabled

(
    const bool bIsEnabled
)

Set whether we should use SCC when running the localization commandlets.

Constants

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