FSelectedClassInfo

Contains info about each class and how many objects of that class are selected

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Selection.h

Include

#include "Engine/Selection.h"

Syntax

struct FSelectedClassInfo

Remarks

Contains info about each class and how many objects of that class are selected

Variables

Name Description

Public variable

const UClass &#...

 

Class

The selected class

Public variable

int32

 

SelectionCount

How many objects of that class are selected

Constructors

Name Description

Public function

FSelectedClassInfo

(
    const UClass* InClass
)

Public function

FSelectedClassInfo

(
    const UClass* InClass,
    int32 InSelectionCount
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FSelectedClassInfo& Info
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss