Navigation
API > API/Editor > API/Editor/SubobjectDataInterface
Struct holding information about the context of a subobject editor
| Name | FSubobjectEditorContext |
| Type | struct |
| Header File | /Engine/Source/Editor/SubobjectDataInterface/Public/SubobjectDataSubsystem.h |
| Include Path | #include "SubobjectDataSubsystem.h" |
Syntax
struct FSubobjectEditorContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectContext | UObject * | If editor operates on a single object, the object to use. | SubobjectDataSubsystem.h | |
| SelectionSet | TWeakObjectPtr< UTypedElementSelectionSet > | SubobjectDataSubsystem.h |