FNode

Node used to hold the element and its corresponding 2D box

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GenericQuadTree.h

Include

#include "GenericQuadTree.h"

Syntax

struct FNode

Remarks

Node used to hold the element and its corresponding 2D box

Variables

Name Description

Public variable

FBox2D

 

Box

Public variable

ElementType

 

Element

Constructors

Name Description

Public function

FNode()

Public function

FNode

(
    const ElementType& InElement,
    const FBox2D& InBox
)

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