Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolContextInterfaces.h |
| Include | #include "ToolContextInterfaces.h" |
Syntax
struct FSelectedOjectsChangeList
Remarks
Represents a change to a set of selected Actors and Components
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< AActor * > | Actors | List of Actors | |
| TArray< UActorComponent * > | Components | List of Componets | |
| ESelectedObjectsModificationType | ModificationType | How should this list be interpreted in the context of a larger selection set |