unreal.DaySequence¶
- class unreal.DaySequence(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
MovieSceneSequenceDay Sequence
C++ Source:
Plugin: DaySequence
Module: DaySequence
File: DaySequence.h
Editor Properties: (see get_editor_property/set_editor_property)
asset_user_data(Array[AssetUserData]): [Read-Write] Array of user data stored with the asset
- add_asset_user_data_of_class(user_data_class) bool¶
Creates and adds an instance of the provided AssetUserData class to the target asset.
- get_asset_user_data_of_class(user_data_class) AssetUserData¶
Returns an instance of the provided AssetUserData class if it’s contained in the target asset.