UMovieSceneParameterSection::RemoveScalarParameter

Removes a scalar 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 RemoveScalarParameter
(
    FName InParameterName
)

Remarks

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