Navigation
API > API/Editor > API/Editor/ClassViewer
Inheritance Hierarchy
References
| Module | ClassViewer |
| Header | /Engine/Source/Editor/ClassViewer/Public/SClassViewer.h |
| Include | #include "SClassViewer.h" |
Syntax
class SClassViewer : public SCompoundWidget
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty the selection set. | ||
| void | Construct
(
const FArguments& InArgs, |
Construct the widget | |
| void | Destroys the internal Class Hierarchy database | ||
| TSharedRef< SWidget > | GetContent () |
Gets the widget contents of the app | |
| bool | IsClassAllowed
(
const UClass* InClass |
Test to see whether the given class would be allowed by this class viewer | |
| void | Refresh () |
Sends a requests to the Class Viewer to refresh itself the next chance it gets | |
| void | Requests a repopulation of the internal Class Hierarchy database |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnFocusReceived
(
const FGeometry& MyGeometry, |
KEY INPUT Called when focus is given to this widget. This event does not bubble. | |
| FReply | Called after a key is pressed when this widget has focus (this event bubbles if not handled) | ||
| bool | Checks to see if this widget supports keyboard focus. Override this in derived classes. | ||
| void | SWidget interface |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |