Navigation
API > API/Plugins > API/Plugins/ChaosCaching
| Name | IChaosCachingPlugin |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCachingPlugin.h |
| Include Path | #include "Chaos/ChaosCachingPlugin.h" |
Syntax
class IChaosCachingPlugin : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GeometryCollectionAdapter | TUniquePtr< Chaos::FGeometryCollectionCacheAdapter > | Chaos/ChaosCachingPlugin.h | ||
| OnCreateMovieSceneObjectSpawnerHandle | FDelegateHandle | Chaos/ChaosCachingPlugin.h | ||
| StaticMeshAdapter | TUniquePtr< Chaos::FStaticMeshCacheAdapter > | Chaos/ChaosCachingPlugin.h |
Functions
Public
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
Chaos/ChaosCachingPlugin.h | ||
virtual void StartupModule() |
Chaos/ChaosCachingPlugin.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IChaosCachingPlugin & Get () |
Singleton-like access to this module's interface. | Chaos/ChaosCachingPlugin.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | Chaos/ChaosCachingPlugin.h |