Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FKismetResourceStat |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h |
| Include Path | #include "Commandlets/EditorCommandlets.h" |
Syntax
struct FKismetResourceStat
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKismetResourceStat
(
FName InObjectName |
Commandlets/EditorCommandlets.h | ||
FKismetResourceStat
(
FName InObjectName, |
Commandlets/EditorCommandlets.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectName | FName | The name of the kismet object this struct contains stats for | Commandlets/EditorCommandlets.h | |
| ReferenceCount | int32 | The number of references to the kismet object | Commandlets/EditorCommandlets.h | |
| ReferenceSources | TArray< FString > | Array of files that reference this kismet object | Commandlets/EditorCommandlets.h |