Navigation
API > API/Editor > API/Editor/Persona
| |
|
| Name |
FPersonaViewportNotificationOptions |
| Type |
struct |
| Header File |
/Engine/Source/Editor/Persona/Public/IPersonaViewport.h |
| Include Path |
#include "IPersonaViewport.h" |
Syntax
struct FPersonaViewportNotificationOptions
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
IPersonaViewport.h |
|
|
In general on GetVisibility should always be provided |
IPersonaViewport.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OnGetBrushOverride |
TAttribute< const FSlateBrush * > |
|
IPersonaViewport.h |
|
| OnGetVisibility |
TAttribute< EVisibility > |
|
IPersonaViewport.h |
|
Functions
Public