Navigation
API > API/Developer > API/Developer/CollisionAnalyzer
| Name | FCollisionAnalyzerModule |
| Type | class |
| Header File | /Engine/Source/Developer/CollisionAnalyzer/Public/CollisionAnalyzerModule.h |
| Include Path | #include "CollisionAnalyzerModule.h" |
Syntax
class FCollisionAnalyzerModule : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CollisionAnalyzer | ICollisionAnalyzer * | CollisionAnalyzerModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
CollisionAnalyzerModule.h | ||
virtual void StartupModule() |
CollisionAnalyzerModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ICollisionAnalyzer * Get() |
Gets the debugger singleton or returns NULL | CollisionAnalyzerModule.h |