UVCamComponent::GetModifiersByClass

Given a specific Modifier class, returns a list of matching Modifiers.

Windows
MacOS
Linux

References

Module

VCamCore

Header

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

Include

#include "VCamComponent.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="VirtualCamera",
          Meta=(DeterminesOutputType="ModifierClass", DynamicOutputParam="FoundModifiers"))
void GetModifiersByClass
(
    TSubclassOf< UVCamModifier > ModifierClass,
    TArray< UVCamModifier * > & FoundModifiers
) const

Remarks

Given a specific Modifier class, returns a list of matching Modifiers.

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