Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatAnimBPParam.h |
Include |
#include "Matinee/InterpTrackFloatAnimBPParam.h" |
class UInterpTrackFloatAnimBPParam : public UInterpTrackFloatBase
Name | Description | ||
---|---|---|---|
|
TSubclassOf< UA... |
AnimClass |
Materials whose parameters we want to change and the references to those materials. |
|
ParamName |
Name of parameter in the MaterialInstance which this track will modify over time. |
Name | Description | |
---|---|---|
|
UInterpTrackFloatAnimBPParam ( |
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 |
|
|
Serialize ( |
Handles reading, writing, and reference collecting using FArchive. |
Name | Description | ||
---|---|---|---|
|
TObjectPtr< cla... |
AnimBlueprintClass |
This property is deprecated. Please use AnimClass instead |