Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UPrimitiveComponent
- UZoneGraphRenderingComponent
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphRenderingComponent.h |
| Include | #include "ZoneGraphRenderingComponent.h" |
Syntax
UCLASS&40;HideCategories&61;Object, EditInlineNew&41;
class UZoneGraphRenderingComponent : public UPrimitiveComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bForceUpdate | ||
| bool | bPreviousShowNavigation | ||
| FDelegateHandle | DebugTextDrawingDelegateHandle | ||
| FTimerHandle | TimerHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UZoneGraphRenderingComponent
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | ForceUpdate () |
||
| bool | |||
| bool | IsNavigationShowFlagSet
(
const UWorld* World |
Overridden from UPrimitiveComponent
| Type | Name | Description | |
|---|---|---|---|
| FPrimitiveSceneProxy * | Creates a proxy to represent the primitive to the scene manager in the rendering thread. |
Overridden from USceneComponent
| Type | Name | Description | |
|---|---|---|---|
| FBoxSphereBounds | CalcBounds
(
const FTransform& LocalToWorld |
Calculate the bounds of the component. Default behavior is a bounding box/sphere of zero size. |
Overridden from UActorComponent
| Type | Name | Description | |
|---|---|---|---|
| void | OnRegister () |
Called when a component is registered, after Scene is set, but before CreateRenderState_Concurrent or OnCreatePhysicsState are called. | |
| void | OnUnregister () |
Called when a component is unregistered. |