UMovieSceneParameterSection::RemoveVectorParameter

Removes a vector parameter from this section.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h

Include

#include "Sections/MovieSceneParameterSection.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneParameterSection.cpp

Syntax

bool RemoveVectorParameter
(
    FName InParameterName
)

Remarks

Removes a vector parameter from this section.

Returns

True if a parameter with that name was found and removed, otherwise false.

Parameters

Parameter

Description

InParameterName

The name of the vector parameter to remove.

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