Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/IEditableTextProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void StaticStableTextId
(
UObject* InObject, |
Get the localization ID we should use for the given object, and the given text instance | STextPropertyEditableTextBox.h | |
static void StaticStableTextId
(
UPackage* InPackage, |
Get the localization ID we should use for the given package, and the given text instance | STextPropertyEditableTextBox.h |
StaticStableTextId(UObject *, const ETextPropertyEditAction, const FString &, const FString &, const FString &, FString &, FString &)
Description
Get the localization ID we should use for the given object, and the given text instance
| Name | StaticStableTextId |
| Type | function |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/STextPropertyEditableTextBox.h |
| Include Path | #include "STextPropertyEditableTextBox.h" |
| Source | /Engine/Source/Editor/EditorWidgets/Private/STextPropertyEditableTextBox.cpp |
static void StaticStableTextId
(
UObject * InObject,
const ETextPropertyEditAction InEditAction,
const FString & InTextSource,
const FString & InProposedNamespace,
const FString & InProposedKey,
FString & OutStableNamespace,
FString & OutStableKey
)
StaticStableTextId(UPackage *, const ETextPropertyEditAction, const FString &, const FString &, const FString &, FString &, FString &)
Description
Get the localization ID we should use for the given package, and the given text instance
| Name | StaticStableTextId |
| Type | function |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/STextPropertyEditableTextBox.h |
| Include Path | #include "STextPropertyEditableTextBox.h" |
| Source | /Engine/Source/Editor/EditorWidgets/Private/STextPropertyEditableTextBox.cpp |
static void StaticStableTextId
(
UPackage * InPackage,
const ETextPropertyEditAction InEditAction,
const FString & InTextSource,
const FString & InProposedNamespace,
const FString & InProposedKey,
FString & OutStableNamespace,
FString & OutStableKey
)