Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FLayout
Description
Find a block by id. This converts the "absolute" id to a relative index to the layout blocks. Return -1 if not found.
| Name | FindBlock |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Layout.h |
| Include Path | #include "MuR/Layout.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Layout.cpp |
int32 FindBlock
(
uint64 Id
) const