UVCamComponent::InsertModifier

Insert a modifier to the stack with a given name and index.

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)(BlueprintCallable, Category="VirtualCamera",
          Meta=(DeterminesOutputType="ModifierClass", DynamicOutputParam="CreatedModifier", ReturnDisplayName="Success"))
bool InsertModifier
(
    const FName Name,
    int32 Index,
    TSubclassOf< UVCamModifier > ModifierClass,
    UVCamModifier *& CreatedModifier
)

Remarks

Insert a modifier to the stack with a given name and index. If that name is already in use then the modifier will not be added. The index must be between zero and the number of existing modifiers inclusive Returns the created modifier if the Add succeeded

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