Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeNotification.h |
| Include | #include "LandscapeNotification.h" |
Syntax
struct FLandscapeNotification
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | NotificationStartTime | Determines when a notification should be displayed, ignored if less than 0. | |
| FText | NotificationText | The text to be displayed.Can either be set by user directly or by setting SetTextCallback at notification construction. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLandscapeNotification
(
const TWeakObjectPtr< ALandscape >& InLandscape, |
Constructs a notification which is expected to have a longer lifetime and behave in a dynamic way. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< ALandscape > | GetLandscape () |
||
| EType | |||
| void | |||
| bool | Public wrappers for the callback functions. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FLandscapeNotification& Other |
||
| bool | operator==
(
const FLandscapeNotification& Other |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType | The various types of landscape notifications, ordered by priority (a single notification is displayed at a time). |
Typedefs
| Name | Description |
|---|---|
| FConditionCallback | |
| FUpdateTextCallback |