Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/UMovieSceneComponentMaterialPara-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveScalarParameter
(
const FMaterialParameterInfo& InParameterInfo |
Removes a scalar parameter from this section. | Sections/MovieSceneComponentMaterialParameterSection.h |
|
bool RemoveScalarParameter
(
FName InParameterPath |
Removes a scalar parameter from this section. | Sections/MovieSceneComponentMaterialParameterSection.h |
RemoveScalarParameter(const FMaterialParameterInfo &)
Description
Removes a scalar parameter from this section.
| Name | RemoveScalarParameter |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneComponentMaterialParameterSection.h |
| Include Path | #include "Sections/MovieSceneComponentMaterialParameterSection.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneComponentMaterialParameterSection.cpp |
UFUNCTION (BlueprintCallable, Category="Sequencer|Section")
bool RemoveScalarParameter
(
const FMaterialParameterInfo & InParameterInfo
)
True if a parameter with that name was found and removed, otherwise false.
Parameters
| Name | Remarks |
|---|---|
| InParameterInfo | The material parameter info of the scalar parameter to remove. |
RemoveScalarParameter(FName)
Description
Removes a scalar parameter from this section.
| Name | RemoveScalarParameter |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneComponentMaterialParameterSection.h |
| Include Path | #include "Sections/MovieSceneComponentMaterialParameterSection.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneComponentMaterialParameterSection.cpp |
bool RemoveScalarParameter
(
FName InParameterPath
)
True if a parameter with that name was found and removed, otherwise false.
Parameters
| Name | Remarks |
|---|---|
| InParameterPath | The full path name of the scalar parameter to remove. |