IVirtualCameraController::AddOnVirtualCameraUpdatedDelegate

Adds a delegate that will be executed every tick while streaming.

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/IVirtualCameraController.h

Include

#include "IVirtualCameraController.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintNativeEvent, BlueprintCallable, Category="VirtualCamera")
void AddOnVirtualCameraUpdatedDelegate
(
    const FVirtualCameraTickDelegate & InDelegate
)

Remarks

Adds a delegate that will be executed every tick while streaming.

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