Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphNode
- UObject::ExportCustomProperties()
- UEdGraphNode::ExportCustomProperties()
- UK2Node_EditablePinBase::ExportCustomProperties()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include | #include "EdGraph/EdGraphNode.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.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 |