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" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp |
UObjectBaseUtility * GetImplementingOuterObject
(
const UClass * InInterfaceClass
) const
Remarks
Traverses the outer chain looking for the next object that implements the specified UInterface (InInterfaceClass must be a subclass of UInterface) a pointer to the first object in this object's Outer chain which implements the specified interface.
Parameters
| Name | Description |
|---|---|
| InInterfaceClass | Target interface to search for |