Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib > API/Plugins/GeneSplicerLib/RegionAffiliationJSONStreamReade-
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/RegionAffiliationJSONStreamReader.h |
| Include Path | #include "raf/RegionAffiliationJSONStreamReader.h" |
| Source | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Private/raf/RegionAffiliationJSONStreamReaderImpl.cpp |
static RegionAffiliationJSONStreamReader * create
(
BoundedIOStream * stream,
MemoryResource * memRes
)
Parameters
| Name | Remarks |
|---|---|
| stream | Stream from which data is going to be read. |
| memRes | A custom memory resource to be used for allocations. |
See Also
- destroy