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. Override this if you need custom support for copy/paste.
| Name | ExportCustomProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
virtual void ExportCustomProperties
(
FOutputDevice & Out,
uint32 Indent
)
Parameters
| Name | Remarks |
|---|---|
| Out | The output device to send the exported text to |
| Indent | Number of spaces to prepend to each line of output |
See Also
- ImportCustomProperties()