Navigation
API > API/Plugins > API/Plugins/GeometryMode > API/Plugins/GeometryMode/FEdModeGeometry
Description
Attempt to find all the new geometry using the cached data, and cache those new ones out
Return true everything was found (or there was nothing to find)
| Name | FindFromCache |
| Type | function |
| Header File | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/GeometryEdMode.h |
| Include Path | #include "GeometryEdMode.h" |
| Source | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Private/GeometryEdMode.cpp |
bool FindFromCache
(
TArray< HGeomMidPoints > & raGeomData,
FGeomObject & rGeomObject,
TArray< FGeomBase * > & raSelectedGeom
) const