Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/UTypedElementSelectionSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 CountSelectedObjects () |
Count the number of selected objects. | Elements/Framework/TypedElementSelectionSet.h | |
int32 CountSelectedObjects
(
const UClass* InRequiredClass |
Count the number of selected objects. | Elements/Framework/TypedElementSelectionSet.h |
|
CountSelectedObjects()
Description
Count the number of selected objects.
| Name | CountSelectedObjects |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
template<typename RequiredClassType>
int32 CountSelectedObjects() const
CountSelectedObjects(const UClass *)
Description
Count the number of selected objects.
| Name | CountSelectedObjects |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementSelectionSet.h |
| Include Path | #include "Elements/Framework/TypedElementSelectionSet.h" |
UFUNCTION (BlueprintCallable, BlueprintPure=false, Category="TypedElementFramework|Selection")
int32 CountSelectedObjects
(
const UClass * InRequiredClass
) const