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

Go to the source code of this file.

Macros

#define UE_EXACTCLASS_BOOL_DEPRECATED(FunctionName)   UE_DEPRECATED(5.7, FunctionName " with a boolean ExactClass has been deprecated - please use the EFindObjectFlags enum instead")
 

Enumerations

enum class  EFindObjectFlags { None , ExactClass }
 

Macro Definition Documentation

◆ UE_EXACTCLASS_BOOL_DEPRECATED

#define UE_EXACTCLASS_BOOL_DEPRECATED (   FunctionName)    UE_DEPRECATED(5.7, FunctionName " with a boolean ExactClass has been deprecated - please use the EFindObjectFlags enum instead")

Enumeration Type Documentation

◆ EFindObjectFlags

enum class EFindObjectFlags
strong
Enumerator
None 
ExactClass 

Whether to require an exact match with the passed in class