Navigation
API > API/Plugins > API/Plugins/ChaosCachingEditor
The public interface to this module
| Name | IChaosCachingEditorPlugin |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Chaos/ChaosCachingEditorPlugin.h |
| Include Path | #include "Chaos/ChaosCachingEditorPlugin.h" |
Syntax
class IChaosCachingEditorPlugin : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetTypeActions_ChaosCacheCollection | FAssetTypeActions_ChaosCacheCollection * | Chaos/ChaosCachingEditorPlugin.h | ||
| EditorCommands | TArray< IConsoleObject * > | Chaos/ChaosCachingEditorPlugin.h | ||
| MovieSceneChaosCacheTrackRecorder | FMovieSceneChaosCacheTrackRecorderFactory | Chaos/ChaosCachingEditorPlugin.h | ||
| SourcesMenuExtension | FDelegateHandle | Chaos/ChaosCachingEditorPlugin.h | ||
| StartupHandle | FDelegateHandle | Chaos/ChaosCachingEditorPlugin.h | ||
| TrackEditorBindingHandle | FDelegateHandle | Chaos/ChaosCachingEditorPlugin.h |
Functions
Public
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
Chaos/ChaosCachingEditorPlugin.h | ||
virtual void StartupModule() |
Chaos/ChaosCachingEditorPlugin.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IChaosCachingEditorPlugin & Get () |
Singleton-like access to this module's interface. | Chaos/ChaosCachingEditorPlugin.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | Chaos/ChaosCachingEditorPlugin.h |