UMovieSceneParameterSection::RemoveVector2DParameter

Removes a vector2D 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 RemoveVector2DParameter
(
    FName InParameterName
)

Remarks

Removes a vector2D 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 vector2D 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