Navigation
API > API/Developer > API/Developer/CollisionAnalyzer
References
| Module | CollisionAnalyzer |
| Header | /Engine/Source/Developer/CollisionAnalyzer/Public/ICollisionAnalyzer.h |
| Include | #include "ICollisionAnalyzer.h" |
Syntax
class ICollisionAnalyzer
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CaptureQuery
(
const FVector& Start, |
||
| bool | IsRecording () |
||
| TSharedPtr< SWidget > | SummonUI () |
Returns a new Collision Analyzer widget. | |
| void | TickAnalyzer
(
UWorld* InWorld |