Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyEditorClipboard
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ClipboardCopy
(
const TCHAR* Str |
Perform a copy. | PropertyEditorClipboard.h | |
static void ClipboardCopy
(
TUniqueFunction< void(TMap< FName, FString >&)>&& TagMappingFunc |
Perform a copy, supplying a function that maps the result to multiple tags. | PropertyEditorClipboard.h | |
static void ClipboardCopy
(
const TCHAR* Str, |
Perform a copy, optionally specifying the tag. | PropertyEditorClipboard.h |
ClipboardCopy(const TCHAR *)
Description
Perform a copy.
| Name | ClipboardCopy |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorClipboard.h |
| Include Path | #include "PropertyEditorClipboard.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorClipboard.cpp |
static void ClipboardCopy
(
const TCHAR * Str
)
ClipboardCopy(TUniqueFunction< void(TMap< FName, FString > &)> &&)
Description
Perform a copy, supplying a function that maps the result to multiple tags.
| Name | ClipboardCopy |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorClipboard.h |
| Include Path | #include "PropertyEditorClipboard.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorClipboard.cpp |
static void ClipboardCopy
(
TUniqueFunction < void< FName , FString > &)> && TagMappingFunc
)
ClipboardCopy(const TCHAR *, FName)
Description
Perform a copy, optionally specifying the tag.
| Name | ClipboardCopy |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorClipboard.h |
| Include Path | #include "PropertyEditorClipboard.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorClipboard.cpp |
static void ClipboardCopy
(
const TCHAR * Str,
FName Tag
)