UVCamComponent::SetModifierIndex

Moves an existing modifier in the stack from its current index to a new 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=(ReturnDisplayName="Success"))
bool SetModifierIndex
(
    int32 OriginalIndex,
    int32 NewIndex
)

Remarks

Moves an existing modifier in the stack from its current index to a new index.

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