Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/UMovieSceneComponentMaterialPara-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveColorParameter
(
const FMaterialParameterInfo& InParameterInfo |
Removes a color parameter from this section. | Sections/MovieSceneComponentMaterialParameterSection.h |
|
bool RemoveColorParameter
(
FName InParameterPath |
Removes a color parameter from this section. | Sections/MovieSceneComponentMaterialParameterSection.h |
RemoveColorParameter(const FMaterialParameterInfo &)
Description
Removes a color parameter from this section.
| Name | RemoveColorParameter |
| 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 RemoveColorParameter
(
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 color parameter to remove. |
RemoveColorParameter(FName)
Description
Removes a color parameter from this section.
| Name | RemoveColorParameter |
| 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 RemoveColorParameter
(
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 color parameter to remove. |