FAssetNameToken

Basic message token that defaults its activated method to find a file Intended to hook into things like the content browser.

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IMessageToken

FAssetNameToken

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h

Include

#include "Logging/TokenizedMessage.h"

Syntax

class FAssetNameToken : public IMessageToken

Remarks

Basic message token that defaults its activated method to find a file Intended to hook into things like the content browser.

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Static

TSharedRef< ...

 

Create

(
    const FString& InAssetName,
    const FText& InMessage
)

Factory method, tokens can only be constructed as shared refs

Public function Const

const FStrin...

 

GetAssetName()

End IMessageToken interface Get the filename used by this token

Public function Static

FOnGotoAsset...

 

OnGotoAsset()

Overridden from IMessageToken

Name Description

Public function Virtual Const

EMessageToke...

 

GetType()

Begin IMessageToken interface

Typedefs

Name

Description

FOnGotoAsset

Constants

Name

Description

GotoAsset

The delegate we will use to go to our file

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