UNavTestRenderingComponent::DestroyRenderState_Concurrent

Used to shut down any rendering thread structure for this component

Windows
MacOS
Linux

Warnings

  • This is called concurrently on multiple threads (but never the same component concurrently)

Override Hierarchy

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavMesh/NavTestRenderingComponent.h

Include

#include "NavMesh/NavTestRenderingComponent.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavMesh/NavTestRenderingComponent.cpp

Syntax

virtual void DestroyRenderState_Concurrent()

Remarks

Used to shut down any rendering thread structure for this component

This is called concurrently on multiple threads (but never the same component concurrently)

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