Navigation
API > API/Plugins > API/Plugins/EditorPerformanceModule > API/Plugins/EditorPerformanceModule/StallLogSubsystem
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEditorSubsystem
- UStallLogSubsystem
References
| Module | EditorPerformanceModule |
| Header | /Engine/Plugins/Editor/EditorPerformanceModule/Source/EditorPerformanceModule/Public/StallLogSubsystem/StallLogSubsystem.h |
| Include | #include "StallLogSubsystem/StallLogSubsystem.h" |
Syntax
UCLASS&40;&41;
class UStallLogSubsystem : public UEditorSubsystem
Remarks
Subsystem that provides feedback on stall detection
Overridden from USubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | Deinitialize () |
Implement this for deinitialization of instances of the system | |
| void | Initialize
(
FSubsystemCollectionBase& Collection |
Implement this for initialization of instances of the system | |
| bool | ShouldCreateSubsystem
(
UObject* Outer |
Override to control if the Subsystem should be created at all. |