Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TTypeContainer
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/TypeContainer.h |
Include | #include "Misc/TypeContainer.h" |
template<class R>
bool IsRegistered&40;&41; const
Remarks
Check whether the specified class has been registered. true if the class was registered, false otherwise.
Parameters
Name | Description |
---|---|
R | The type of registered class to check. |