FLiveLinkXRSource::RequestSourceShutdown

Request the source to shutdown.

Windows
MacOS
Linux

Override Hierarchy

ILiveLinkSource::RequestSourceShutdown()

FLiveLinkXRSource::RequestSourceShutdown()

References

Module

LiveLinkXR

Header

/Engine/Plugins/VirtualProduction/LiveLinkXR/Source/LiveLinkXR/Public/LiveLinkXRSource.h

Include

#include "LiveLinkXRSource.h"

Source

/Engine/Plugins/VirtualProduction/LiveLinkXR/Source/LiveLinkXR/Private/LiveLinkXRSource.cpp

Syntax

virtual bool RequestSourceShutdown()

Remarks

Request the source to shutdown. This may be called multiple times. Should return true, when the source can be destroyed. RequestSourceShutdown will be called multiple times until it returns true. If the source is multithreaded, the source should test if it can be shutdown, set a flag and return immediately.

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