Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePropertyTrack.h |
| Include | #include "Tracks/MovieScenePropertyTrack.h" |
Syntax
template<typename... T>
struct TPropertyTrackEntityImportHelperImpl
Remarks
Utility class for importing a customizable property track entity in a way that automatically supports being inside a bound property track or not, and being hooked up to a property with an edit condition or not.
Specializations
TPropertyTrackEntityImportHelperImpl<>
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEntityBuilder< T... > | Builder | ||
| FComponentTypeID | PropertyTag |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPropertyTrackEntityImportHelperImpl
(
TEntityBuilder< T... >&& InBuilder, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TPropertyTrackEntityImportHelperImpl< T..., TAdd< U > > | Add
(
TComponentTypeID< U > ComponentType, |
||
| TPropertyTrackEntityImportHelperImpl< T..., TAddConditional< U > > | AddConditional
(
TComponentTypeID< U > ComponentType, |
||
| void | Commit
(
const UMovieSceneSection* InSection, |