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