Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/ConvexDecompositionNotification.h |
| Include | #include "ConvexDecompositionNotification.h" |
Syntax
class FConvexDecompositionNotificationState
Remarks
To make the convex decomposition notification appear, you simply set 'IsActive' to true and assign the current status message in 'Status'. Use the 'GConvexDecompositionNotificationState' pointer to get access to the global notification state.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | IsActive | ||
| FString | Status |