Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FPropertyVisitorPath
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 |
bool Contained
(
const FPropertyVisitorPath & OtherPath,
bool * bIsEqual
) const
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 |