Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FBlock
Description
Finds and returns the common block between this and Other, if any. It returns null if no common block was found. Note: This has O(n) complexity, where n is the maximum depth of the tree structure.
| Name | FindCommonParentWith |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIR.h |
| Include Path | #include "Materials/MaterialIR.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialIR.cpp |
FBlock * FindCommonParentWith
(
MIR::FBlock * Other
)