AGeometryCollectionDebugDrawActor::Tick

Game tick callback. This tick function is required to clean up the persistent debug lines.

Windows
MacOS
Linux

Override Hierarchy

AActor::Tick()

AGeometryCollectionDebugDrawActor::Tick()

References

Module

GeometryCollectionEngine

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionDebugDrawActor.h

Include

#include "GeometryCollection/GeometryCollectionDebugDrawActor.h"

Source

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionDebugDrawActor.cpp

Syntax

virtual void Tick
(
    float DeltaSeconds
)

Remarks

Game tick callback. This tick function is required to clean up the persistent debug lines.

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