Navigation
API > API/Plugins > API/Plugins/DisplayCluster
NDisplay Transform component
| Name | UDisplayClusterXformComponent |
| Type | class |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Components/DisplayClusterXformComponent.h |
| Include Path | #include "Components/DisplayClusterXformComponent.h" |
Syntax
UCLASS (ClassGroup=(DisplayCluster),
Meta=(BlueprintSpawnableComponent, DisplayName="NDisplay Transform"))
class UDisplayClusterXformComponent :
public USceneComponent ,
public IDisplayClusterComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → USceneComponent → UDisplayClusterXformComponent
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDisplayClusterXformComponent
(
const FObjectInitializer& ObjectInitializer |
Components/DisplayClusterXformComponent.h |
Functions
Public
Overridden from UActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnRegister() |
End IDisplayClusterComponent. | Components/DisplayClusterXformComponent.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Begin UObject. | Components/DisplayClusterXformComponent.h |
Overridden from IDisplayClusterComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetVisualizationEnabled
(
bool bEnabled |
Activates or deactivates component visualization | Components/DisplayClusterXformComponent.h | |
virtual void SetVisualizationScale
(
float Scale |
Begin IDisplayClusterComponent. | Components/DisplayClusterXformComponent.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RefreshVisualRepresentation() |
Refreshes the visual components to match the component state | Components/DisplayClusterXformComponent.h |