UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ClassTree.h File Reference
#include "CoreMinimal.h"
#include "UObject/Object.h"
#include "UObject/Class.h"
#include "Containers/List.h"
#include "UObject/UObjectHash.h"
#include "UObject/UObjectIterator.h"

Go to the source code of this file.

Classes

class  FClassTree
 

Enumerations

enum  EClassFlagMatchType { MATCH_Any , MATCH_All }
 

Enumeration Type Documentation

◆ EClassFlagMatchType

Enumerator
MATCH_Any 

matches if the flags contain any of the mask flags specified

MATCH_All 

matches only if the flags contain all of the mask flags specified