Navigation
API > API/Plugins > API/Plugins/DaySequence
Implements the DaySequence module.
| Name | IDaySequenceModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/DaySequence/Source/DaySequence/Public/IDaySequenceModule.h |
| Include Path | #include "IDaySequenceModule.h" |
Syntax
class IDaySequenceModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GenerateObjectSpawners
(
TArray< TSharedRef< IMovieSceneObjectSpawner > >& OutSpawners |
Populate the specified array with new object spawner instances for all registered object spawner types | IDaySequenceModule.h | |
FDelegateHandle RegisterObjectSpawner
(
FOnCreateMovieSceneObjectSpawner InOnCreateMovieSceneObjectSpawner |
Register an object spawner | IDaySequenceModule.h | |
void UnregisterObjectSpawner
(
FDelegateHandle InHandle |
Unregister an object spawner | IDaySequenceModule.h |