Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UDisplayClusterXformComponent
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Components/DisplayClusterXformComponent.h |
| Include | #include "Components/DisplayClusterXformComponent.h" |
Syntax
UCLASS (ClassGroup=(DisplayCluster),
Meta=(BlueprintSpawnableComponent, DisplayName="NDisplay Transform"))
class UDisplayClusterXformComponent :
public USceneComponent ,
public IDisplayClusterComponent
Remarks
NDisplay Transform component
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | BaseGizmoScale | Base gizmo scale | |
| uint8: 1 | bEnableGizmo | Gizmo visibility | |
| float | GizmoScaleMultiplier | Gizmo scale multiplier | |
| TObjectPtr< UStaticMesh > | ProxyMesh | Proxy mesh to render | |
| TObjectPtr< UStaticMeshComponent > | ProxyMeshComponent | Proxy mesh component |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDisplayClusterXformComponent
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Refreshes the visual components to match the component state |
Overridden from UActorComponent
| Type | Name | Description | |
|---|---|---|---|
| void | OnRegister () |
End IDisplayClusterComponent. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Begin UObject. |
Overridden from IDisplayClusterComponent
| Type | Name | Description | |
|---|---|---|---|
| void | SetVisualizationEnabled
(
bool bEnabled |
Activates or deactivates component visualization | |
| void | SetVisualizationScale
(
float Scale |
Begin IDisplayClusterComponent. |