Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Exports the property values for the specified object as text to the output device. Required for Copy&Paste Override this if you need custom support for copy/paste.
| Name | ImportCustomProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
virtual void ImportCustomProperties
(
const TCHAR * SourceText,
FFeedbackContext * Warn
)
Parameters
| Name | Remarks |
|---|---|
| SourceText | The input data (zero terminated), will never be null |
| Warn | For error reporting, will never be null |