UDisplayClusterSceneComponent

Extended scene component

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/DisplayClusterSceneComponent.h

Include

#include "DisplayClusterSceneComponent.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(ClassGroup=(Custom))
class UDisplayClusterSceneComponent : public USceneComponent

Remarks

Extended scene component

Constructors

Name Description

Public function

UDisplayClusterSceneComponent

(
    const FObjectInitializer& ObjectIn...
)

Functions

Overridden from UActorComponent

Name Description

Public function Virtual

void

 

BeginPlay()

Begins Play for the component.

Public function Virtual

void

 

TickComponent

(
    float DeltaTime,
    ELevelTick TickType,
    FActorComponentTickFunction* T...
)

Function called every frame on this ActorComponent.

Overridden from UObject

Name Description

Public function Virtual

void

 

BeginDestroy()

Called before destroying the object.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss