ILiveLinkSource::RequestSourceShutdown

Request the source to shutdown.

Windows
MacOS
Linux

Override Hierarchy

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/ILiveLinkSource.h

Include

#include "ILiveLinkSource.h"

Syntax

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