Choose your operating system:
Windows
macOS
Linux
| UObject::ImportCustomProperties()
|
Module |
|
Header |
/Engine/Source/Runtime/Landscape/Classes/LandscapeMeshCollisionComponent.h |
Include |
#include "LandscapeMeshCollisionComponent.h" |
Source |
/Engine/Source/Runtime/Landscape/Private/LandscapeCollision.cpp |
virtual void ImportCustomProperties
(
const TCHAR * SourceText,
FFeedbackContext * Warn
)
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.
Parameter |
Description |
---|---|
SourceText |
The input data (zero terminated), will never be null |
Warn |
For error reporting, will never be null |