Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation
Inheritance Hierarchy
- TSharedFromThis
- IMovieSceneBlendingActuator
- TMovieSceneBlendingActuator
- TPropertyActuator
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePropertyTemplate.h |
| Include | #include "Evaluation/MovieScenePropertyTemplate.h" |
Syntax
template<typename PropertyType>
struct TPropertyActuator : public TMovieSceneBlendingActuator< PropertyType >
Remarks
Blending actuator type that knows how to apply values of type PropertyType
Variables
| Type | Name | Description | |
|---|---|---|---|
| PropertyTemplate::FSectionData | PropertyData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPropertyActuator
(
const PropertyTemplate::FSectionData& InPropertyData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Actuate
(
FMovieSceneInterrogationData& InterrogationData, |
Specializations. | |
| void | Actuate
(
FMovieSceneInterrogationData& InterrogationData, |
||
| void | Actuate
(
FMovieSceneInterrogationData& InterrogationData, |
||
| void | Actuate
(
FMovieSceneInterrogationData& InterrogationData, |
||
| void | Actuate
(
FMovieSceneInterrogationData& InterrogationData, |
||
| void | Actuate
(
FMovieSceneInterrogationData& InterrogationData, |
||
| void | Actuate
(
FMovieSceneInterrogationData& InterrogationData, |
Overridden from TMovieSceneBlendingActuator
| Type | Name | Description | |
|---|---|---|---|
| void | Actuate
(
FMovieSceneInterrogationData& InterrogationData, |
This will be specialized at end of this file for floats, transforms,eulertransforms and vectors. | |
| void | Actuate
(
UObject* InObject, |
Apply the the specified value to an object. | |
| PropertyType | RetrieveCurrentValue
(
UObject* InObject, |
Retrieve the current value of the specified object |