FStageInstanceDescriptor

Holds descriptive information about that data providers.

Windows
MacOS
Linux

References

Module

StageDataCore

Header

/Engine/Source/Runtime/VirtualProduction/StageDataCore/Public/StageMessages.h

Include

#include "StageMessages.h"

Syntax

struct FStageInstanceDescriptor

Remarks

Holds descriptive information about that data providers. Information that won't change for a session Used when monitor and provider connects

Variables

Name Description

Public variable

FName

 

FriendlyName

Friendly name for this Unreal instance. If empty, this will be MachineName - ProcessId

Public variable

FString

 

MachineName

Machine name read from FPlatformProcess::ComputerName()

Public variable

uint32

 

ProcessId

ProcessId read from FPlatformProcess::GetCurrentProcessId

Public variable

FString

 

RolesStringified

Simple stringified view of the roles of that instance

Public variable

int32

 

SessionId

Session Id that may be used to differentiate different sessions on the network

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