Navigation
API > API/Developer > API/Developer/DatasmithFacade
| Name | FDatasmithFacadeRawInfo |
| Type | struct |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DirectLink/DatasmithFacadeEndpointObserver.h |
| Include Path | #include "DirectLink/DatasmithFacadeEndpointObserver.h" |
Syntax
struct FDatasmithFacadeRawInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithFacadeRawInfo
(
const DirectLink::FRawInfo& InRawInfo |
DirectLink/DatasmithFacadeEndpointObserver.h |
Structs
| Name | Remarks |
|---|---|
| FDatasmithFacadeDataPointId | |
| FDatasmithFacadeDataPointInfo | |
| FDatasmithFacadeEndpointInfo | |
| FDatasmithFacadeStreamInfo |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RawInfo | DirectLink::FRawInfo | DirectLink/DatasmithFacadeEndpointObserver.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithFacadeDataPointInfo * GetNewDataPointsInfo
(
const FGuid* Id |
Returns the DataPointInfo (Source or Destination) associated to the given Id, returns null if there is no DataPointInfo associated to the Id. | DirectLink/DatasmithFacadeEndpointObserver.h | |
FDatasmithFacadeEndpointInfo * GetNewEndpointInfo
(
const FMessageAddress* MessageAddress |
Returns the Endpoint info associated to given MessageAddress, returns null if there is no Endpoint associated to the MessageAddress. | DirectLink/DatasmithFacadeEndpointObserver.h | |
FDatasmithFacadeStreamInfo * GetNewStreamInfo
(
int32 Index |
Returns the Stream info at the given index, returns null if the index is invalid. | DirectLink/DatasmithFacadeEndpointObserver.h | |
int32 GetNumberOfStreamsInfo() |
DirectLink/DatasmithFacadeEndpointObserver.h | ||
FMessageAddress GetThisEndpointAddress() |
Returns the MessageAddress associated to the current DirectLink Endpoint. | DirectLink/DatasmithFacadeEndpointObserver.h |