FEdModeGeometry::FindFromCache

Attempt to find all the new geometry using the cached data, and cache those new ones out

Windows
MacOS
Linux

References

Module

GeometryMode

Header

/Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/GeometryEdMode.h

Include

#include "GeometryEdMode.h"

Source

/Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Private/GeometryEdMode.cpp

Syntax

bool FindFromCache
(
    TArray< HGeomMidPoints > & raGeomData,
    FGeomObject & rGeomObject,
    TArray< FGeomBase * > & raSelectedGeom
) const

Remarks

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss