Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FColorVertexBuffer
Description
Export the data to a string, used for editor Copy&Paste. The method must not be called if there is no data.
Export the data to a string, used for editor Copy&Paste.
| Name | ExportText |
| 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 ExportText
(
FString & ValueStr
) const