![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FPinchIntersectionContext |
Typedefs | |
| typedef TFunction< double(const FVector2d &, const FVector2d &, double)> | GetSlopeMethod |
| typedef TFunction< FLoopNode *(FLoopNode *)> | GetNextNodeMethod |
| typedef TFunction< const FLoopNode *(const FLoopNode *)> | GetNextConstNodeMethod |
| typedef TFunction< const FLoopNode *(const FIsoSegment *)> | GetSegmentToNodeMethod |
| typedef TPair< FLoopNode *, FLoopNode * > | FLoopSection |
Functions | |
| FLoopNode * | GetNextNodeImpl (FLoopNode *Node) |
| FLoopNode * | GetPreviousNodeImpl (FLoopNode *Node) |
| const FLoopNode * | GetNextConstNodeImpl (const FLoopNode *Node) |
| const FLoopNode * | GetPreviousConstNodeImpl (const FLoopNode *Node) |
| const FLoopNode * | GetFirstNode (const FIsoSegment *Segment) |
| const FLoopNode * | GetSecondNode (const FIsoSegment *Segment) |
| void | RemoveDeletedNodes (TArray< FLoopNode * > &NodesOfLoop) |
| typedef TFunction<const FLoopNode* (const FLoopNode*)> UE::CADKernel::LoopCleanerImpl::GetNextConstNodeMethod |
| typedef TFunction<const FLoopNode* (const FIsoSegment*)> UE::CADKernel::LoopCleanerImpl::GetSegmentToNodeMethod |
| typedef TFunction<double(const FVector2d&, const FVector2d&, double)> UE::CADKernel::LoopCleanerImpl::GetSlopeMethod |
|
inline |
|
inline |
|
inline |
|
inline |