FClassTree::GetNode

Find the node associated with the class specified

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/ClassTree.h"

Syntax

FClassTree * GetNode
(
    UClass * SearchClass
)

Remarks

Find the node associated with the class specified

Returns

a pointer to the node associated with the class specified, or NULL if this branch doesn't contain that class

Parameters

Parameter

Description

SearchClass

the class to search for

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