Navigation
API > API/Plugins > API/Plugins/GeometryMode > API/Plugins/GeometryMode/FEdModeGeometry
Description
Cache all the selected geometry on the object, and add to the array if any is found
Return true if new object has been added to the array.
| Name | CacheSelectedData |
| 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 CacheSelectedData
(
TArray< HGeomMidPoints > & raGeomData,
const FGeomObject & rGeomObject
) const