FLidarPointCloudNotification

Wrapper around a NotificationItem to make the notification handling more centralized

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

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

Include

#include "LidarPointCloud.h"

Syntax

class FLidarPointCloudNotification

Remarks

Wrapper around a NotificationItem to make the notification handling more centralized

Constructors

Functions

Name Description

Public function

void

 

Close

(
    bool bSuccess
)

Public function

void

 

Create

(
    const FString& Text,
    FThreadSafeBool* bCancelPtr,
    const FString& Icon
)

Public function Const

bool

 

IsValid()

Public function

void

 

SetProgress

(
    int8 Progress
)

Public function

void

 

SetText

(
    const FString& Text
)

Public function

void

 

SetTextWithProgress

(
    const FString& Text,
    int8 Progress
)

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