Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyVisitor.h |
| Include | #include "UObject/PropertyVisitor.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyVisitor.cpp |
namespace PropertyVisitorHelpers
{
bool PropertyVisitorHelpers::PathIsContainedWithin
(
TArrayView < const FPropertyVisitorInfo > Path,
TArrayView < const FPropertyVisitorInfo > OtherPath,
bool * bIsEqual
)
}
Remarks
Is this property path contained in the specified one true if it is contained in the specified path
Parameters
| Name | Description |
|---|---|
| OtherPath | property path to check if it is contained in |
| bIsEqual | optional parameter to know if it fully match |