Navigation
API > API/Plugins > API/Plugins/LandscapePatch > API/Plugins/LandscapePatch/ULandscapeTextureBackedRenderTar-
- UObject::ExportCustomProperties()
- ULandscapeTextureBackedRenderTargetBase::ExportCustomProperties()
References
| Module | LandscapePatch |
| Header | /Engine/Plugins/Experimental/LandscapePatch/Source/LandscapePatch/Public/LandscapeTextureBackedRenderTarget.h |
| Include | #include "LandscapeTextureBackedRenderTarget.h" |
| Source | /Engine/Plugins/Experimental/LandscapePatch/Source/LandscapePatch/Private/LandscapeTextureBackedRenderTarget.cpp |
virtual void ExportCustomProperties
&40;
FOutputDevice & Out,
uint32 Indent
&41;
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
| Name | Description |
|---|---|
| Out | The output device to send the exported text to |
| Indent | Number of spaces to prepend to each line of output |