Navigation
Unreal Engine C++ API Reference > 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 |
bool IsInA
&40;
const UClass &42; SomeBaseClass
&41; const
Remarks
Find out if this object is inside (has an outer) that is of the specified class True if this object is in an object of the given type.
Parameters
Name | Description |
---|---|
SomeBaseClass | The base class to compare against |