Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FColorVertexBuffer
Description
Export the data from a string, used for editor Copy&Paste. Export the data from a string, used for editor Copy&Paste.
| Name | ImportText |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Rendering/ColorVertexBuffer.h |
| Include Path | #include "Rendering/ColorVertexBuffer.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Rendering/ColorVertexBuffer.cpp |
void ImportText
(
const TCHAR * SourceText
)
Parameters
| Name | Remarks |
|---|---|
| SourceText | must not be 0 |