#include <TokenizedMessage.h>
|
| virtual EMessageToken::Type | GetType () const override |
| |
| const FString & | GetTutorialAssetName () const |
| |
| | FTutorialToken (FPrivateToken, const FString &InTutorialAssetName) |
| |
| virtual | ~IMessageToken () |
| |
| virtual const FText & | ToText () const |
| |
| virtual const FOnMessageTokenActivated & | GetOnMessageTokenActivated () const |
| |
| virtual TSharedRef< IMessageToken > | OnMessageTokenActivated (FOnMessageTokenActivated InMessageTokenActivated) |
| |
| TSharedRef< IMessageToken, Mode > | AsShared () |
| |
| TSharedRef< IMessageToken const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< IMessageToken, Mode > | AsWeak () |
| |
| TWeakPtr< IMessageToken const, Mode > | AsWeak () const |
| |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
◆ FTutorialToken() [1/2]
| FTutorialToken::FTutorialToken |
( |
FPrivateToken |
, |
|
|
const FString & |
InTutorialAssetName |
|
) |
| |
|
inline |
◆ FTutorialToken() [2/2]
| FTutorialToken::FTutorialToken |
( |
const FString & |
InTutorialAssetName | ) |
|
|
inlineprotected |
◆ Create()
Factory method, tokens can only be constructed as shared refs
◆ GetTutorialAssetName()
| const FString & FTutorialToken::GetTutorialAssetName |
( |
| ) |
const |
|
inline |
Get the tutorial asset name stored in this token.
◆ GetType()
Get the type of this message token
- Returns
- the type of the token
Implements IMessageToken.
The documentation for this class was generated from the following files: