ULandscapeComponent::ExportCustomProperties

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

Windows
MacOS
Linux

Override Hierarchy

UObject::ExportCustomProperties()

ULandscapeComponent::ExportCustomProperties()

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 ExportCustomProperties
(
    FOutputDevice & Out,
    uint32 Indent
)

Remarks

Exports the property values for the specified object as text to the output device. 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