Navigation
API > API/Editor > API/Editor/RewindDebuggerInterface > API/Editor/RewindDebuggerInterface/IRewindDebugger
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FObjectInfo * FindTypedOuterInfo
(
TNotNull< const IGameplayProvider* > GameplayProvider, |
IRewindDebugger.h | ||
const FObjectInfo * FindTypedOuterInfo
(
TNotNull< const UStruct* > Type, |
IRewindDebugger.h |
FindTypedOuterInfo(TNotNull< const IGameplayProvider * >, uint64)
| Name | FindTypedOuterInfo |
| Type | function |
| Header File | /Engine/Source/Editor/RewindDebuggerInterface/Public/IRewindDebugger.h |
| Include Path | #include "IRewindDebugger.h" |
template<typename T>
const FObjectInfo * FindTypedOuterInfo
(
TNotNull< const IGameplayProvider * > GameplayProvider,
uint64 ObjectId
) const
the object information of the first object inheriting from the specified type in the outer chain of ObjectId
FindTypedOuterInfo(TNotNull< const UStruct >, TNotNull< const IGameplayProvider >, uint64)
| Name | FindTypedOuterInfo |
| Type | function |
| Header File | /Engine/Source/Editor/RewindDebuggerInterface/Public/IRewindDebugger.h |
| Include Path | #include "IRewindDebugger.h" |
const FObjectInfo * FindTypedOuterInfo
(
TNotNull< const UStruct * > Type,
TNotNull< const IGameplayProvider * > GameplayProvider,
uint64 ObjectId
) const
the object information of the first object inheriting from the specified type in the outer chain of ObjectId