FText::UnregisterTextGenerator

Unregisters a factory function to be used with serialization of text generators within [FText](API\Runtime\Core\Internationalization\FText).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/Text.h

Include

#include "Internationalization/Text.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp

Syntax

static void UnregisterTextGenerator
(
    FName TypeID
)

Remarks

Unregisters a factory function to be used with serialization of text generators within FText.

Parameters

Parameter

Description

TypeID

the name to remove from registration

See Also

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