Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FActionToken
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FActionToken > Create
(
const FText& InActionName, |
Factory methods, tokens can only be constructed as shared refs | Logging/TokenizedMessage.h | |
static TSharedRef< FActionToken > Create
(
const FText& InActionName, |
Logging/TokenizedMessage.h |
Create(const FText &, const FText &, const FOnActionTokenExecuted &, bool)
Description
Factory methods, tokens can only be constructed as shared refs
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h |
| Include Path | #include "Logging/TokenizedMessage.h" |
| Source | /Engine/Source/Runtime/Core/Private/Logging/TokenizedMessage.cpp |
static TSharedRef < FActionToken > Create
(
const FText & InActionName,
const FText & InActionDescription,
const FOnActionTokenExecuted & InAction,
bool bInSingleUse
)
Create(const FText &, const FText &, const FOnActionTokenExecuted &, const FCanExecuteActionToken &, bool)
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/TokenizedMessage.h |
| Include Path | #include "Logging/TokenizedMessage.h" |
| Source | /Engine/Source/Runtime/Core/Private/Logging/TokenizedMessage.cpp |
static TSharedRef < FActionToken > Create
(
const FText & InActionName,
const FText & InActionDescription,
const FOnActionTokenExecuted & InAction,
const FCanExecuteActionToken & InCanExecuteAction,
bool bInSingleUse
)