Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphNode
- UObject::ImportCustomProperties()
- UEdGraphNode::ImportCustomProperties()
- UK2Node_EditablePinBase::ImportCustomProperties()
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 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 |