Navigation
Unreal Engine C++ API Reference > Runtime > Core > Logging
Inheritance Hierarchy
- TSharedFromThis
- IMessageToken
- FImageToken
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h |
Include | #include "Logging/TokenizedMessage.h" |
Syntax
class FImageToken : public IMessageToken
Remarks
Basic message token with an icon/image payload
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FImageToken
(
FPrivateToken, |
Private constructor |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TSharedRef< FImageToken > | Factory method, tokens can only be constructed as shared refs | |
![]() ![]() |
const FName & | GetImageName () |
End IMessageToken interface Get the name of the image for this token |
Overridden from IMessageToken
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
EMessageToken::Type | GetType () |
Begin IMessageToken interface |