ILocalizationServiceProvider::CustomizeTargetToolbar

Create a settings widget for display in the localization target editor.

Unreal Engine C++ API Reference > Developer > LocalizationService > ILocalizationServiceProvider

References

   
Module LocalizationService
Header /Engine/Source/Developer/LocalizationService/Public/ILocalizationServiceProvider.h
Include #include "ILocalizationServiceProvider.h"
void CustomizeTargetToolbar
(
    [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FExtender](API\Runtime\Slate\Framework\MultiBox\FExtender) > & MenuExtender,
    [TWeakObjectPtr](API\Runtime\Core\UObject\TWeakObjectPtr)< [ULocalizationTarget](API\Developer\Localization\ULocalizationTarget) > LocalizationTarget
) const

Remarks

Create a settings widget for display in the localization target editor. a widget used to edit target-specific localization service settings.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library