Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib > API/Plugins/GeneSplicerLib/RegionAffiliationJSONStreamWrite-
Warnings * User is responsible for releasing the returned pointer by calling destroy.
Description
If a custom memory resource is not given, a default allocation mechanism will be used.
User is responsible for releasing the returned pointer by calling destroy.
| Name | create |
| Type | function |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/raf/RegionAffiliationJSONStreamWriter.h |
| Include Path | #include "raf/RegionAffiliationJSONStreamWriter.h" |
| Source | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Private/raf/RegionAffiliationJSONStreamWriterImpl.cpp |
static RegionAffiliationJSONStreamWriter * create
(
BoundedIOStream * stream,
std::uint32_t indentWidth,
MemoryResource * memRes
)
Parameters
| Name | Remarks |
|---|---|
| stream | Stream to which data is going to be written. |
| indentWidth | Number of spaces to use for indentation. |
| memRes | A custom memory resource to be used for allocations. |
See Also
- destroy