Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Blueprints
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintCore
- UBlueprint
- UDisplayClusterBlueprint
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Blueprints/DisplayClusterBlueprint.h |
| Include | #include "Blueprints/DisplayClusterBlueprint.h" |
Syntax
UCLASS&40;BlueprintType, DisplayName&61;"nDisplay Blueprint"&41;
class UDisplayClusterBlueprint : public UBlueprint
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bRunConstructionScriptOnInteractiveChange | Whether or not you want to continuously rerun the construction script while dragging a slider | |
| TObjectPtr< UDisplayClusterConfigurationData > | ConfigData | ||
| FString | ConfigExport | Holds the last saved config export. In the AssetRegistry to allow parsing without loading. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDisplayClusterConfigurationData * | GetConfig () |
||
| const FString & | |||
| UDisplayClusterBlueprintGeneratedClass * | |||
| UDisplayClusterConfigurationData * | |||
| void | Configure the config with needed blueprint data for an export. | ||
| void | SetConfigData
(
UDisplayClusterConfigurationData* InConfigData, |
Set the config data on the CDO and update the config file path. | |
| void | SetConfigPath
(
const FString& InPath |
Overridden from UBlueprint
| Type | Name | Description | |
|---|---|---|---|
| UClass * | Gets the class generated when this blueprint is compiled. | ||
| void | GetReparentingRules
(
TSet< const UClass* >& AllowedChildrenOfClasses, |
||
| bool | UBlueprint. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PreSave
(
FObjectPreSaveContext SaveContext |
~UBlueprint |