Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Commandlets > FAnalyzeReferencedContentStat
Inheritance Hierarchy
- FAnalyzeReferencedContentStat::FAssetStatsBase
- FAnalyzeReferencedContentStat::FSoundCueStats
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h |
Include | #include "Commandlets/AnalyzeReferencedContentStat.h" |
Syntax
struct FSoundCueStats : public FAnalyzeReferencedContentStat::FAssetStatsBase
Remarks
Encapsulates gathered stats for a particular USoundCue object.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bIsReferencedByScript | Whether resource is referenced by script. |
![]() |
FString | ResourceName | Resource name. |
![]() |
int32 | ResourceSize | Resource size of static mesh. |
![]() |
FString | ResourceType | Resource type. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FSoundCueStats
(
USoundCue* SoundCue |
Constructor, initializing all members. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FString | Returns a header row for CSV | |
![]() ![]() |
FString | This is for summary | |
![]() ![]() |
bool | ||
![]() ![]() |
FString | ToCSV () |
Stringifies gathered stats in CSV format. |
![]() ![]() |
FString | This takes a LevelName and then looks for the number of Instances of this StatMesh used within that level | |
![]() ![]() |
FString | ToSummaryCSV
(
const FString& LevelName, |
This is for summary |