Navigation
Unreal Engine C++ API Reference > Plugins > TakeTrackRecorders > TrackRecorders
Inheritance Hierarchy
- IModularFeature
- IMovieSceneTrackRecorderFactory
- FMovieScenePropertyTrackRecorderFactory
References
Module | TakeTrackRecorders |
Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakeTrackRecorders/Public/TrackRecorders/MovieScenePropertyTrackRecorder.h |
Include | #include "TrackRecorders/MovieScenePropertyTrackRecorder.h" |
Syntax
class FMovieScenePropertyTrackRecorderFactory : public IMovieSceneTrackRecorderFactory
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UMovieSceneTrackRecorder * | CreateTrackRecorderForPropertyEnum
(
ESerializedPropertyType ePropertyType, |
Overridden from IMovieSceneTrackRecorderFactory
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | CanRecordObject
(
UObject* InObjectToRecord |
Property Track only records individual UProperties on an object. |
![]() ![]() ![]() |
bool | CanRecordProperty
(
UObject* InObjectToRecord, |
Check whether or not the specific property on the given object can be recorded. |
![]() ![]() ![]() |
UMovieSceneTrackRecorder * | Create a track recorder for this factory. | |
![]() ![]() ![]() |
UMovieSceneTrackRecorder * | CreateTrackRecorderForProperty
(
UObject* InObjectToRecord, |
Create a track recorder for this factory. |
![]() ![]() ![]() |
FText | Get the human readable display name for the recorder. | |
![]() ![]() ![]() |
FName | Unique Name that's stored in the serialized manifest when it's recoreded | |
![]() ![]() ![]() |
bool | Whether or not the created section recorder is serializable. |