Navigation
API > API/Plugins > API/Plugins/DisplayClusterWarp
Inheritance Hierarchy
- IModuleInterface
- IDisplayClusterWarp
References
| Module | DisplayClusterWarp |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterWarp/Public/IDisplayClusterWarp.h |
| Include | #include "IDisplayClusterWarp.h" |
Syntax
class IDisplayClusterWarp : public IModuleInterface
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IDisplayClusterWarpBlend, ESPMode::ThreadSafe > | Create
(
const FDisplayClusterWarpInitializer_MPCDIFile& InConstructParameters |
Create new WarpBlend interface from MPCDI File | |
| TSharedPtr< IDisplayClusterWarpBlend, ESPMode::ThreadSafe > | Create
(
const FDisplayClusterWarpInitializer_MPCDIFile_Profile2DScreen& InConstructParameters |
Create WarpBlend interface from MPCDI file and DisplayClusterScreen component | |
| TSharedPtr< IDisplayClusterWarpBlend, ESPMode::ThreadSafe > | Create
(
const FDisplayClusterWarpInitializer_PFMFile& InConstructParameters |
Create new WarpBlend interface from PFM File | |
| TSharedPtr< IDisplayClusterWarpBlend, ESPMode::ThreadSafe > | Create
(
const FDisplayClusterWarpInitializer_StaticMesh& InConstructParameters |
Create new WarpBlend interface from static mesh | |
| TSharedPtr< IDisplayClusterWarpBlend, ESPMode::ThreadSafe > | Create
(
const FDisplayClusterWarpInitializer_ProceduralMesh& InConstructParameters |
Create new WarpBlend interface from procedural mesh | |
| IDisplayClusterWarp & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| bool | ReadMPCDFileStructure
(
const FString& InMPCDIFileName, |
Read MPCDI file structure (This function uses MPCDICachedLoader's internal implementation, which greatly reduces the load time of huge MPCDI files.) |
Constants
| Name | Description |
|---|---|
| ModuleName |