Navigation
Unreal Engine C++ API Reference > Runtime > Core > Logging
Inheritance Hierarchy
- TSharedFromThis
- IMessageToken
- FTutorialToken
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h |
Include | #include "Logging/TokenizedMessage.h" |
Syntax
class FTutorialToken : public IMessageToken
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FTutorialToken
(
const FString& InTutorialAssetName |
Protected constructor | |
![]() |
FTutorialToken
(
FPrivateToken, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TSharedRef< FTutorialToken > | Factory method, tokens can only be constructed as shared refs | |
![]() ![]() |
const FString & | Get the tutorial asset name stored in this token. |
Overridden from IMessageToken
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
EMessageToken::Type | GetType () |
Get the type of this message token |