ULandscapeComponent::ImportCustomProperties

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

Windows
MacOS
Linux

Override Hierarchy

UObject::ImportCustomProperties()

ULandscapeComponent::ImportCustomProperties()

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h

Include

#include "LandscapeComponent.h"

Source

/Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp

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.

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