FSceneGraphSharedState

Data shared by all element of a given scene.

Choose your operating system:

Windows

macOS

Linux

References

Module

DirectLink

Header

/Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkSceneGraphNode.h

Include

#include "DirectLinkSceneGraphNode.h"

Syntax

class FSceneGraphSharedState

Remarks

Data shared by all element of a given scene. The scene is uniquely identified by this element. Within this scene, all elements ids are unique. To ensure this property, this shared state is responsible for the id attribution. Id 0 is considered invalid (see InvalidId).

Variables

Name Description

Protected variable

FSceneGraphId

 

LastElementId

Protected variable

FSceneIdentifie...

 

SceneId

Functions

Name Description

Public function Const

const FGuid ...

 

GetGuid()

Public function Const

const FScene...

 

GetSceneId()

Public function

FSceneGraphI...

 

MakeId()