Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementHandle.h |
Include |
#include "Elements/Framework/TypedElementHandle.h" |
template<typename U, std::enable_if_t<!std::is_void< U >::value > *>
U & GetInterfaceChecked() const
Attempt to access the interface stored within this element, asserting if it isn't set.