UVCamComponent::RemoveModifierByName

Remove the Modifier with a specific name from the Stack.

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")
bool RemoveModifierByName
(
    const FName Name
)

Remarks

Remove the Modifier with a specific name from the Stack. Returns true if the modifier was removed successfully

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