Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h |
| Include | #include "UObject/UObjectHash.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp |
UObjectBase * FindObjectWithOuter
(
const class UObjectBase * Outer,
const class UClass * ClassToLookFor,
FName NameToLookFor
)
Remarks
Find an objects with a given name and or class within an outer
Parameters
| Name | Description |
|---|---|
| Outer | Outer to search for |
| ClassToLookFor | if NULL, ignore this parameter, otherwise require the returned object have this class |
| NameToLookFor | if NAME_None, ignore this parameter, otherwise require the returned object have this name |