FKismetResourceStat

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h

Include

#include "Commandlets/EditorCommandlets.h"

Syntax

struct FKismetResourceStat

Variables

Name Description

Public variable

FName

 

ObjectName

The name of the kismet object this struct contains stats for

Public variable

int32

 

ReferenceCount

The number of references to the kismet object

Public variable

TArray< FString...

 

ReferenceSources

Array of files that reference this kismet object

Constructors

Name Description

Public function

FKismetResourceStat

(
    FName InObjectName
)

Public function

FKismetResourceStat

(
    FName InObjectName,
    int32 InRefCount
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss