UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSelectedObjectsChangeList Struct Reference

#include <ToolContextInterfaces.h>

Public Attributes

ESelectedObjectsModificationType ModificationType
 
TArray< AActor * > Actors
 
TArray< UActorComponent * > Components
 

Detailed Description

Represents a change to a set of selected Actors and Components

Member Data Documentation

◆ Actors

TArray<AActor*> FSelectedObjectsChangeList::Actors

List of Actors

◆ Components

TArray<UActorComponent*> FSelectedObjectsChangeList::Components

List of Componets

◆ ModificationType

ESelectedObjectsModificationType FSelectedObjectsChangeList::ModificationType

How should this list be interpreted in the context of a larger selection set


The documentation for this struct was generated from the following file: