Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyEditorClipboard
| Type | Name | Description | |
|---|---|---|---|
| void | ClipboardCopy
(
const TCHAR* Str |
Perform a copy. | |
| void | ClipboardCopy
(
TUniqueFunction< void(TMap< FName, FString >&)>&& TagMappingFunc |
Perform a copy, supplying a function that maps the result to multiple tags. | |
| void | ClipboardCopy
(
const TCHAR* Str, |
Perform a copy, optionally specifying the tag. |