UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MovieSceneIntegerPropertySystem.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
Systems/MovieScenePropertySystem.h
"
6
#include "MovieSceneIntegerPropertySystem.generated.h"
7
8
UCLASS
(MinimalAPI)
9
class
UMovieSceneIntegerPropertySystem
:
public
UMovieScenePropertySystem
10
{
11
GENERATED_BODY
()
12
13
UMovieSceneIntegerPropertySystem
(
const
FObjectInitializer
&
ObjInit
);
14
15
MOVIESCENETRACKS_API
virtual
void
OnRun(
FSystemTaskPrerequisites
&
InPrerequisites
,
FSystemSubsequentTasks
& Subsequents)
override
;
16
};
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
MovieScenePropertySystem.h
GENERATED_BODY
#define GENERATED_BODY(...)
Definition
ObjectMacros.h:765
UCLASS
#define UCLASS(...)
Definition
ObjectMacros.h:776
FObjectInitializer
Definition
UObjectGlobals.h:1292
UMovieSceneIntegerPropertySystem
Definition
MovieSceneIntegerPropertySystem.h:10
UMovieScenePropertySystem
Definition
MovieScenePropertySystem.h:19
UE::MovieScene::FSystemSubsequentTasks
Definition
MovieSceneSystemTaskDependencies.h:98
UE::MovieScene::FSystemTaskPrerequisites
Definition
MovieSceneSystemTaskDependencies.h:29
Engine
Source
Runtime
MovieSceneTracks
Public
Systems
MovieSceneIntegerPropertySystem.h
Generated by
1.9.8