Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObjectBaseUtility
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include | #include "UObject/UObjectBaseUtility.h" |
template<typename InterfaceClassType>
InterfaceClassType * GetImplementingOuter() const
Remarks
Traverses the outer chain looking for the next object that implements the specified IInterface (InterfaceClass must be an IInterface) a pointer to the interface on the first object in this object's Outer chain which implements the specified interface.