Navigation
API > API/Editor > API/Editor/UnrealEd
Call FKismetDebugUtilities::GetDebugInfo to construct
| Name | FPropertyInstanceInfo |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetDebugUtilities.h |
| Include Path | #include "Kismet2/KismetDebugUtilities.h" |
Syntax
struct FPropertyInstanceInfo : public TSharedFromThis< FPropertyInstanceInfo >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FPropertyInstanceInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyInstanceInfo
(
FPropertyInstance PropertyInstance, |
Helper constructor. | Kismet2/KismetDebugUtilities.h |
Structs
| Name | Remarks |
|---|---|
| FPropertyInstance | Used to determine whether an object's property has been visited yet when generating FDebugInfo |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsInContainer | bool | Kismet2/KismetDebugUtilities.h | ||
| ContainerIndex | int32 | Kismet2/KismetDebugUtilities.h | ||
| DisplayName | FText | Kismet2/KismetDebugUtilities.h | ||
| Name | FText | Kismet2/KismetDebugUtilities.h | ||
| Object | TWeakObjectPtr< UObject > | Kismet2/KismetDebugUtilities.h | ||
| Property | TFieldPath< const FProperty > | Kismet2/KismetDebugUtilities.h | ||
| Type | FText | Kismet2/KismetDebugUtilities.h | ||
| Value | FText | Kismet2/KismetDebugUtilities.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TArray< TSharedPtr< FPropertyInstanceInfo > > | Kismet2/KismetDebugUtilities.h | ||
| Parent | TWeakPtr< FPropertyInstanceInfo > | Kismet2/KismetDebugUtilities.h | ||
| ValueAddress | const void * | Warning: only the head ValueAddress in the tree is guaranteed to be valid. | Kismet2/KismetDebugUtilities.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< TSharedPtr< FPropertyInstanceInfo > > & GetChildren() |
Returns children of this node (generating them if necessary) | Kismet2/KismetDebugUtilities.h | |
FString GetWatchText() |
Returns the watch text for info popup bubbles on the graph | Kismet2/KismetDebugUtilities.h | |
void PopulateChildren
(
FPropertyInstance PropertyInstance |
Populates a FDebugInfo::Children with sub-properties (non-recursive) | Kismet2/KismetDebugUtilities.h | |
TSharedPtr< FPropertyInstanceInfo > ResolvePathToProperty
(
const TArray< FName >& InPathToProperty |
Resolves the PathToProperty treating this PropertyInstance as the head of the path | Kismet2/KismetDebugUtilities.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FPropertyInstanceInfo > Make
(
FPropertyInstance PropertyInstance, |
Constructs a Shared FPropertyInstanceInfo | Kismet2/KismetDebugUtilities.h |