UVCamEditorLibrary::GetAllVCamComponentsInLevel

Find all loaded VCam Components own by an actor in the world editor.

Windows
MacOS
Linux

References

Module

VCamCoreEditor

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VCamCoreEditor/Public/VCamEditorLibrary.h

Include

#include "VCamEditorLibrary.h"

Source

/Engine/Plugins/Experimental/VirtualCamera/Source/VCamCoreEditor/Private/VCamEditorLibrary.cpp

Syntax

static void GetAllVCamComponentsInLevel
(
    TArray< UVCamComponent * > & VCamComponents
)

Remarks

Find all loaded VCam Components own by an actor in the world editor. Exclude actor that are pending kill, in PIE, PreviewEditor, ...

Parameters

Parameter

Description

VCamComponents

Output List of found VCamComponents

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