ITextData::SetTextHistory

Assign a new history object to this instance.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/ITextData.h"

Syntax

template<typename THistoryType>
void SetTextHistory
(
    THistoryType && InHistory
)

Remarks

Assign a new history object to this instance. @note There is no RTTI on these types, so it is your responsibility to make sure that the history object you're assigning is of the correct type!

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