Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections > API/Runtime/MovieSceneTracks/Sections/UMovieSceneCompo- > API/Runtime/MovieSceneTracks/Sections/UMovieSceneCompo-/RemoveScalarParameter
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneComponentMaterialParameterSection.h |
| Include | #include "Sections/MovieSceneComponentMaterialParameterSection.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneComponentMaterialParameterSection.cpp |
bool RemoveScalarParameter
(
FName InParameterPath
)
Remarks
Removes a scalar parameter from this section. True if a parameter with that name was found and removed, otherwise false.
Parameters
| Name | Description |
|---|---|
| InParameterPath | The full path name of the scalar parameter to remove. |