Choose your operating system:
Windows
macOS
Linux
Module |
|
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
)
Find an objects with a given name and or class within an outer
Parameter |
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 |