UVCamOutputProviderBase::Initialize

Called when the provider is brought online such as after instantiating or loading a component containing this provider Use Initialize for any setup logic that needs to survive between Start / Stop cycles such as spawning transient objects

Windows
MacOS
Linux

Override Hierarchy

UVCamOutputProviderBase::Initialize()

UVCamOutputRemoteSession::Initialize()

References

Module

VCamCore

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VCamCore/Public/VCamOutputProviderBase.h

Include

#include "VCamOutputProviderBase.h"

Source

/Engine/Plugins/Experimental/VirtualCamera/Source/VCamCore/Private/VCamOutputProviderBase.cpp

Syntax

virtual void Initialize()

Remarks

Called when the provider is brought online such as after instantiating or loading a component containing this provider Use Initialize for any setup logic that needs to survive between Start / Stop cycles such as spawning transient objects

If bForceInitialization is true then it will force a reinitialization even if the provider was already initialized

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