Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/ClassViewer/Public/SClassViewer.h |
Include |
#include "SClassViewer.h" |
class SClassViewer : public SCompoundWidget
Name | Description | |
---|---|---|
|
~SClassViewer() |
Name | Description | ||
---|---|---|---|
|
ClearSelection() |
Empty the selection set. |
|
|
Construct ( |
Construct the widget |
|
|
DestroyClassHierarchy() |
Destroys the internal Class Hierarchy database |
|
|
TSharedRef< ... |
GetContent() |
Gets the widget contents of the app |
|
IsClassAllowed ( |
Test to see whether the given class would be allowed by this class viewer |
|
|
Refresh() |
Sends a requests to the Class Viewer to refresh itself the next chance it gets |
Name | Description | ||
---|---|---|---|
|
OnFocusReceived ( |
KEY INPUT Called when focus is given to this widget. This event does not bubble. |
|
|
OnKeyDown |
Called after a key is pressed when this widget has focus (this event bubbles if not handled) |
|
|
SupportsKeyboardFocus() |
Checks to see if this widget supports keyboard focus. Override this in derived classes. |
|
|
Tick ( |
SWidget interface |
Name |
Description |
|
---|---|---|
|
FArguments |