Navigation
API > API/Editor > API/Editor/PropertyEditor
Type
typedef TMulticastDelegate< void &InTag, const FString &InText, const TOptional< FGuid > &InOperationId)> FOnPasteFromText
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorCopyPaste.h |
| Include | #include "PropertyEditorCopyPaste.h" |
Remarks
Subscribe to and parse the string contents. Note that the caller is responsible for providing valid UE text, and the subscriber is responsible for applying it if applicable.