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