UObject::ImportCustomProperties

Exports the property values for the specified object as text to the output device.

Windows
MacOS
Linux

Override Hierarchy

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h

Include

#include "UObject/Object.h"

Syntax

virtual void ImportCustomProperties
(
    const TCHAR * SourceText,
    FFeedbackContext * Warn
)

Remarks

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.

Parameters

Parameter

Description

SourceText

The input data (zero terminated), will never be null

Warn

For error reporting, will never be null

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss