Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Logging
Inheritance Hierarchy
- TSharedFromThis
- IMessageToken
- FActorToken
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h |
| Include | #include "Logging/TokenizedMessage.h" |
Syntax
class FActorToken : public IMessageToken
Remarks
Basic message token that defaults its activated method to select an actor in the opened level
Constructors
| Type | Name | Description | |
|---|---|---|---|
FActorToken
(
FPrivateToken, |
Private constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FActorToken > | Factory method, tokens can only be constructed as shared refs | ||
| FOnMessageTokenActivated & | Get the delegate for default token activation | ||
| const FGuid & | GetActorGuid () |
Get the actor guid used by this token | |
| const FString & | GetActorPath () |
End IMessageToken interface Get the actor name used by this token |
Overridden from IMessageToken
| Type | Name | Description | |
|---|---|---|---|
| const FOnMessageTokenActivated & | Get the activated delegate associated with this token, if any | ||
| EMessageToken::Type | GetType () |
Begin IMessageToken interface |
Constants
| Name | Description |
|---|---|
| DefaultMessageTokenActivated | The default activation method, if any |