AVirtualCameraPlayerControllerBase::OnRecordEnabledStateChanged

Blueprint Event for updating if a sequence can be recorded or not.

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

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

Include

#include "VirtualCameraPlayerControllerBase.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintImplementableEvent, Category="VirtualCamera")
void OnRecordEnabledStateChanged
(
    bool bIsRecordEnabled
)

Remarks

Blueprint Event for updating if a sequence can be recorded or not.

Parameters

Parameter

Description

bIsRecordEnabled

If the loaded sequence can record or not.

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