![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DatasmithSceneReceiver.h>
Inheritance diagram for FDatasmithSceneReceiver:Classes | |
| class | ISceneChangeListener |
Public Member Functions | |
| UE_API | FDatasmithSceneReceiver () |
| void | SetChangeListener (ISceneChangeListener *Listener) |
| UE_API TSharedPtr< IDatasmithScene > | GetScene () const |
Public Member Functions inherited from DirectLink::ISceneReceiver | |
| virtual | ~ISceneReceiver ()=default |
| virtual void | FinalSnapshot (const class FSceneSnapshot &SceneSnapshot) |
This class receives DirectLink scene snapshots, and convert them into a DatasmithScene. A listener can be registered to be notified of a scene modification
| FDatasmithSceneReceiver::FDatasmithSceneReceiver | ( | ) |
| TSharedPtr< IDatasmithScene > FDatasmithSceneReceiver::GetScene | ( | ) | const |
|
inline |