![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneBlendingActuator.h>
Inheritance diagram for IMovieSceneBlendingActuator:Additional Inherited Members | |
Protected Member Functions inherited from TSharedFromThis< IMovieSceneBlendingActuator > | |
| TSharedFromThis () | |
| TSharedFromThis (TSharedFromThis const &) | |
| UE_FORCEINLINE_HINT TSharedFromThis & | operator= (TSharedFromThis const &) |
| ~TSharedFromThis () | |
Static Protected Member Functions inherited from TSharedFromThis< IMovieSceneBlendingActuator > | |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > | SharedThis (OtherType *ThisPtr) |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > | SharedThis (const OtherType *ThisPtr) |
Base class for all blending actuators
|
inlinevirtual |
|
pure virtual |
Access the result of GetBlendingDataType<DataType>() for the data that this actuator can apply
|
pure virtual |
Remove the initial value for the specified object from this actuator causing it to be re-computed next time it is required.
| InObject | The object to remove the initial value for. |
Implemented in TMovieSceneBlendingActuator< DataType >, TMovieSceneBlendingActuator< int32 >, and TMovieSceneBlendingActuator< PropertyType >.