Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate
Widget which views a replication stream.
| Name | IReplicationStreamViewer |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Replication/Editor/View/IReplicationStreamViewer.h |
| Include Path | #include "Replication/Editor/View/IReplicationStreamViewer.h" |
Syntax
class IReplicationStreamViewer : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → IReplicationStreamViewer
- FSlateControlledConstruction → SWidget → SCompoundWidget → IReplicationStreamViewer
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IReplicationStreamViewer() |
Replication/Editor/View/IReplicationStreamViewer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< FSoftObjectPath > GetObjectsBeingPropertyEdited() |
Replication/Editor/View/IReplicationStreamViewer.h | ||
TArray< TSoftObjectPtr<> > GetSelectedObjects() |
Replication/Editor/View/IReplicationStreamViewer.h | ||
void Refresh() |
Call after the data underlying the model was externally changed and needs to be redisplayed in the UI. | Replication/Editor/View/IReplicationStreamViewer.h | |
void RequestObjectColumnResort
(
const FName& ColumnId |
Requests that column be resorted; the column is in the top object view. | Replication/Editor/View/IReplicationStreamViewer.h | |
void RequestPropertyColumnResort
(
const FName& ColumnId |
Requests that column be resorted; the column is in the bottom property view. | Replication/Editor/View/IReplicationStreamViewer.h | |
void SetSelectedObjects
(
TConstArrayView< TSoftObjectPtr<> > Objects |
Selects the objects in the outliner and deselects all others. | Replication/Editor/View/IReplicationStreamViewer.h |
See Also
- ReplicationWidgetFactories.h