TTypeContainer::IsRegistered

Check whether the specified class has been registered.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h

Include

#include "Misc/TypeContainer.h"

Syntax

template<class R>
bool IsRegistered() const

Remarks

Check whether the specified class has been registered.

Returns

true if the class was registered, false otherwise.

Parameters

Parameter

Description

R

The type of registered class to check.

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