Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeRawInfo
Description
Returns the Stream info at the given index, returns null if the index is invalid. The caller is responsible of deleting the returned object pointer.
| Name | GetNewStreamInfo |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DirectLink/DatasmithFacadeEndpointObserver.h |
| Include Path | #include "DirectLink/DatasmithFacadeEndpointObserver.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DirectLink/DatasmithFacadeEndpointObserver.cpp |
FDatasmithFacadeStreamInfo * GetNewStreamInfo
(
int32 Index
) const