Navigation
API > API/Plugins > API/Plugins/GameplayInsights
Inheritance Hierarchy
- IModuleInterface
- IGameplayInsightsModule
References
| Module | GameplayInsights |
| Header | /Engine/Plugins/Animation/GameplayInsights/Source/GameplayInsights/Public/IGameplayInsightsModule.h |
| Include | #include "IGameplayInsightsModule.h" |
Syntax
class IGameplayInsightsModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EnableObjectPropertyTrace
(
UObject* Object, |
Start or stop tracing all properties of this Object to Insights | |
| bool | IsObjectPropertyTraceEnabled
(
UObject* Object |
Check if an Object has it's properties tracing to Insights | |
| void | StartTrace () |
Start tracing data |