Navigation
API > API/Plugins > API/Plugins/GameplayInsights
| Name | FObjectInfo |
| Type | struct |
| Header File | /Engine/Plugins/Animation/GameplayInsights/Source/GameplayInsights/Public/IGameplayProvider.h |
| Include Path | #include "IGameplayProvider.h" |
Syntax
struct FObjectInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FObjectInfo
(
const FObjectInfo& Other |
IGameplayProvider.h | ||
FObjectInfo
(
FObjectInfo&& Other |
IGameplayProvider.h | ||
PRAGMA_ENABLE_DEPRECATION_WARNINGS FObjectInfo
(
const RewindDebugger::FObjectId& ObjectId, |
IGameplayProvider.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassId | uint64 | IGameplayProvider.h | ||
| Flags | EObjectInfoFlags | IGameplayProvider.h | ||
| Id | uint64 | IGameplayProvider.h | ||
| Name | const TCHAR * | IGameplayProvider.h | ||
| OuterId | uint64 | IGameplayProvider.h | ||
| PathName | const TCHAR * | IGameplayProvider.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectId | RewindDebugger::FObjectId | IGameplayProvider.h | ||
| OuterObjectId | RewindDebugger::FObjectId | IGameplayProvider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const RewindDebugger::FObjectId & GetId() |
IGameplayProvider.h | ||
const RewindDebugger::FObjectId & GetOuterId() |
IGameplayProvider.h | ||
uint64 GetOuterUObjectId() |
IGameplayProvider.h | ||
uint64 GetUObjectId() |
IGameplayProvider.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FObjectInfo & operator=
(
const FObjectInfo& Other |
IGameplayProvider.h | ||
FObjectInfo & operator=
(
FObjectInfo&& Other |
IGameplayProvider.h |