Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h |
Include |
#include "UObject/Linker.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/Linker.cpp |
bool ResourceIsIn
(
FPackageIndex LinkerIndex,
FPackageIndex OuterIndex
) const
Return if a resource has the specified other resource in its outer chain
true if the resource pointed by LinkerIndex is in the resource pointed by OuterIndex
Parameter |
Description |
---|---|
LinkerIndex |
the package index of the resource to verify |
OuterIndex |
the package index of the possible outer for the resource |