ULandscapeHeightfieldCollisionComponent::ExportCustomProperties

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

Windows
MacOS
Linux

Override Hierarchy

UObject::ExportCustomProperties()

ULandscapeHeightfieldCollisionComponent::ExportCustomProperties()

ULandscapeMeshCollisionComponent::ExportCustomProperties()

References

Module

Landscape

Header

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

Include

#include "LandscapeHeightfieldCollisionComponent.h"

Source

/Engine/Source/Runtime/Landscape/Private/LandscapeCollision.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.

Parameters

Parameter

Description

Out

The output device to send the exported text to

Indent

Number of spaces to prepend to each line of output

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