Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/UDynamicMesh
- UObject::ImportCustomProperties()
- UDynamicMesh::ImportCustomProperties()
References
| Module | GeometryFramework |
| Header | /Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
| Include | #include "UDynamicMesh.h" |
| Source | /Engine/Source/Runtime/GeometryFramework/Private/UDynamicMesh.cpp |
virtual void ImportCustomProperties
&40;
const TCHAR &42; SourceText,
FFeedbackContext &42; Warn
&41;
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.
Parameters
| Name | Description |
|---|---|
| SourceText | The input data (zero terminated), will never be null |
| Warn | For error reporting, will never be null |