Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatMaterialParam.h |
Include |
#include "Matinee/InterpTrackFloatMaterialParam.h" |
class UInterpTrackFloatMaterialParam : public UInterpTrackFloatBase
Name | Description | ||
---|---|---|---|
|
ParamName |
Name of parameter in the MaterialInstance which this track will modify over time. |
|
|
TargetMaterials |
Materials whose parameters we want to change and the references to those materials. |
Name | Description | |
---|---|---|
|
UInterpTrackFloatMaterialParam ( |
Name | Description | ||
---|---|---|---|
|
AddKeyframe ( |
Adds a keyframe at the given time to the track. |
|
|
PreviewUpdateTrack ( |
Updates the instance of this track based on the new position. This is for editor preview. |
|
|
UpdateTrack ( |
Updates the instance of this track based on the new position. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PreEditChange ( |
This is called when a property is about to be modified externally |