IEditableTextProperty::GetStableTextId

Get the stable text ID for the given index (check against GetNumTexts)

Windows
MacOS
Linux

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/STextPropertyEditableTextBox.h

Include

#include "STextPropertyEditableTextBox.h"

Syntax

void GetStableTextId
(
    const int32 InIndex,
    const ETextPropertyEditAction InEditAction,
    const FString & InTextSource,
    const FString & InProposedNamespace,
    const FString & InProposedKey,
    FString & OutStableNamespace,
    FString & OutStableKey
) const

Remarks

Get the stable text ID for the given index (check against GetNumTexts)

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