FDatasmithSceneReceiver

This class receives DirectLink scene snapshots, and convert them into a DatasmithScene.

Windows
MacOS
Linux

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

Name Description

Public function

FDatasmithSceneReceiver()

Functions

Name Description

Public function

TSharedPtr< ...

 

GetScene()

Get the reconstructed DatasmithScene. Can be null.

Public function

void

 

SetChangeListener

(
    ISceneChangeListener* Listener
)

Register a listner that will be notified of important scene edition events.

Classes

Name

Description

Public class

ISceneChangeListener

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss