FClassTree::GetChildClasses

Retrieve the child nodes of this node that match the flags specified

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/ClassTree.h

Include

#include "UObject/ClassTree.h"

Syntax

template<class Comparator>
void GetChildClasses
(
    TArray< UClass * > & ChildClasses,
    const Comparator & Mask,
    bool bRecurse
) const

Remarks

Retrieve the child nodes of this node that match the flags specified

Parameters

Parameter

Description

ChildClasses

[out] array of child classes with class flags matching the flags specified

Mask

info on how to determine whether classes are included in the results. Must implement bool IsValidClass(const FClassTree* Node) const.

bRecurse

if false, only direct children of this node's class will be considered

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