Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FTypedElementCommonActions_CopyPasteCapability |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Public/Elements/Framework/TypedElementCommonActions.h |
| Include Path |
#include "Elements/Framework/TypedElementCommonActions.h" |
Syntax
USTRUCT ()
struct FTypedElementCommonActions_CopyPasteCapability
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bAllowed |
bool |
The CanCopy is allowing copying to occur. |
Elements/Framework/TypedElementCommonActions.h |
|
| bCapable |
bool |
There are handlers that are registered with Common Actions that understand the elements and have the capability of copying them. |
Elements/Framework/TypedElementCommonActions.h |
|