unreal.TakeRecorderAttachRecordBehaviour¶
- class unreal.TakeRecorderAttachRecordBehaviour¶
Bases:
EnumBaseETake Recorder Attach Record Behaviour
C++ Source:
Plugin: Takes
Module: TakeTrackRecorders
File: IMovieSceneTrackRecorderHost.h
- ATTACHMENTS: TakeRecorderAttachRecordBehaviour = Ellipsis¶
Do not re-record parents, instead record only an attach track to the parent if it is controlled by a sequence or being recorded.
- Type:
1
- HIERARCHY: TakeRecorderAttachRecordBehaviour = Ellipsis¶
Record the full parent hierarchy including attachments.
- Type:
2
- NONE: TakeRecorderAttachRecordBehaviour = Ellipsis¶
Do not record attachments and instead record in world space.
- Type:
0
- PROJECT_DEFAULT: TakeRecorderAttachRecordBehaviour = Ellipsis¶
Use the project settings default value.
- Type:
3