UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypedElementListObjectUtil.cpp File Reference

Namespaces

namespace  TypedElementListObjectUtil
 

Functions

UObjectTypedElementListObjectUtil::GetObjectOfType (const TTypedElement< ITypedElementObjectInterface > &InObjectElement, const UClass *InRequiredClass)
 
bool TypedElementListObjectUtil::HasObjects (FTypedElementListConstRef InElementList, const UClass *InRequiredClass)
 
int32 TypedElementListObjectUtil::CountObjects (FTypedElementListConstRef InElementList, const UClass *InRequiredClass)
 
void TypedElementListObjectUtil::ForEachObject (FTypedElementListConstRef InElementList, TFunctionRef< bool(UObject *)> InCallback, const UClass *InRequiredClass)
 
TArray< UObject * > TypedElementListObjectUtil::GetObjects (FTypedElementListConstRef InElementList, const UClass *InRequiredClass)
 
UObjectTypedElementListObjectUtil::GetTopObject (FTypedElementListConstRef InElementList, const UClass *InRequiredClass)
 
UObjectTypedElementListObjectUtil::GetBottomObject (FTypedElementListConstRef InElementList, const UClass *InRequiredClass)
 
bool TypedElementListObjectUtil::HasObjectsOfExactClass (FTypedElementListConstRef InElementList, const UClass *InClass)
 
int32 TypedElementListObjectUtil::CountObjectsOfExactClass (FTypedElementListConstRef InElementList, const UClass *InClass)
 
void TypedElementListObjectUtil::ForEachObjectClass (FTypedElementListConstRef InElementList, TFunctionRef< bool(UClass *)> InCallback)