Navigation
API > API/Runtime > API/Runtime/DirectLink
References
Module | DirectLink |
Header | /Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkCommon.h |
Include | #include "DirectLinkCommon.h" |
Syntax
struct FSceneIdentifier
Remarks
Guid and optional name, used to designate a scene across processes without ambiguity. The name is not necessary to identify a scene, but it offer a better UX
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FString | DisplayName | Nice user-facing name. Do not expect it to be stable or consistent. |
![]() |
FGuid | SceneGuid | Id of scene SharedState. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FSceneIdentifier
(
const FGuid& Id, |