Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
A system that can notify an object that some of its properties are being animated.
| Name | UMovieScenePropertyNotificationSystem |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieScenePropertyNotificationSystem.h |
| Include Path | #include "Systems/MovieScenePropertyNotificationSystem.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieScenePropertyNotificationSystem : public UMovieSceneEntitySystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneEntitySystem → UMovieScenePropertyNotificationSystem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieScenePropertyNotificationSystem
(
const FObjectInitializer& ObjInit |
Systems/MovieScenePropertyNotificationSystem.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnRun
(
FSystemTaskPrerequisites& InPrerequisites, |
Systems/MovieScenePropertyNotificationSystem.h |