Navigation
API > API/Plugins > API/Plugins/GameplayInsights
Inheritance Hierarchy
- IProvider
- IGameplayProvider
References
| Module | GameplayInsights |
| Header | /Engine/Plugins/Animation/GameplayInsights/Source/GameplayInsights/Public/IGameplayProvider.h |
| Include | #include "IGameplayProvider.h" |
Syntax
class IGameplayProvider : public TraceServices::IProvider
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EnumerateObjectPropertyValues
(
uint64 InObjectId, |
||
| void | EnumerateObjects
(
double StartTime, |
||
| void | EnumerateObjects
(
TFunctionRef< void(const FObjectInfo&)> Callback |
||
| void | EnumerateSubobjects
(
uint64 ObjectId, |
||
| const UClass * | FindClass
(
uint64 InClassId |
||
| const FClassInfo * | FindClassInfo
(
uint64 InClassId |
||
| const FClassInfo * | FindClassInfo
(
const TCHAR* InClassPath |
||
| const FObjectInfo * | FindObjectInfo
(
uint64 InObjectId |
||
| uint64 | FindPossessingController
(
uint64 Pawn, |
||
| const FObjectPropertyValue * | FindPropertyValueFromStorageIndex
(
uint64 InObjectId, |
||
| const FWorldInfo * | FindWorldInfo
(
uint64 InObjectId |
||
| const FWorldInfo * | FindWorldInfoFromObject
(
uint64 InObjectId |
||
| const FClassInfo & | GetClassInfo
(
uint64 InClassId |
||
| const FClassInfo & | GetClassInfoFromObject
(
uint64 InObjectId |
||
| const FObjectInfo & | GetObjectInfo
(
uint64 InObjectId |
||
| TRange< double > | GetObjectRecordingLifetime
(
uint64 ObjectId |
||
| TRange< double > | GetObjectTraceLifetime
(
uint64 ObjectId |
||
| const TCHAR * | GetPropertyName
(
uint32 InPropertyStringId |
||
| const RecordingInfoTimeline * | GetRecordingInfo
(
uint32 RecordingId |
||
| bool | IsWorld
(
uint64 InObjectId |
||
| FOnObjectEndPlay & | |||
| bool | ReadObjectEvent
(
uint64 InObjectId, |
||
| bool | ReadObjectEventsTimeline
(
uint64 InObjectId, |
||
| bool | ReadObjectPropertiesStorage
(
uint64 InObjectId, |
||
| bool | ReadObjectPropertiesTimeline
(
uint64 InObjectId, |
||
| void | ReadViewTimeline
(
TFunctionRef< void(const ViewTimeline&)> Callback |
Typedefs
| Name | Description |
|---|---|
| ObjectEventsTimeline | |
| ObjectPropertiesTimeline | |
| RecordingInfoTimeline | |
| ViewTimeline |