Navigation
Unreal Engine C++ API Reference > Runtime > DatasmithCore > DirectLink
Inheritance Hierarchy
- ISceneReceiver
- FDatasmithSceneReceiver
References
Module | DatasmithCore |
Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DirectLink/DatasmithSceneReceiver.h |
Include | #include "DirectLink/DatasmithSceneReceiver.h" |
Syntax
class FDatasmithSceneReceiver : public DirectLink::ISceneReceiver
Remarks
This class receives DirectLink scene snapshots, and convert them into a DatasmithScene. A listener can be registered to be notified of a scene modification
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TSharedPtr< IDatasmithScene > | GetScene () |
Get the reconstructed DatasmithScene. Can be null. |
![]() |
void | SetChangeListener
(
ISceneChangeListener* Listener |
Register a listner that will be notified of important scene edition events. |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
ISceneChangeListener |