FLidarPointCloudLODManager

This class is responsible for selecting nodes for rendering among all instances of all LidarPointCloud assets.

Windows
MacOS
Linux

Inheritance Hierarchy

FTickableObjectBase

FTickableGameObject

FLidarPointCloudLODManager

References

Module

LidarPointCloudRuntime

Header

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudLODManager.h

Include

#include "LidarPointCloudLODManager.h"

Syntax

class FLidarPointCloudLODManager : public FTickableGameObject

Remarks

This class is responsible for selecting nodes for rendering among all instances of all LidarPointCloud assets.

Constructors

Name Description

Public function

FLidarPointCloudLODManager()

Functions

Name Description

Public function Static

void

 

RegisterProxy

Overridden from FTickableGameObject

Name Description

Public function Virtual Const

bool

 

IsTickableInEditor()

Used to determine whether the object should be ticked in the editor.

Overridden from FTickableObjectBase

Name Description

Public function Virtual Const

TStatId

 

GetStatId()

Return the stat id to use for this tickable

Public function Virtual Const

ETickableTic...

 

GetTickableTickType()

Virtual that can be overloaded by the inheriting class.

Public function Virtual

void

 

Tick

(
    float DeltaTime
)

Pure virtual that must be overloaded by the inheriting class.

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