Navigation
API > API/Plugins > API/Plugins/ChaosOutfitAssetEngine > API/Plugins/ChaosOutfitAssetEngine/FChaosSizedOutfitSource
Description
Get a usable name for the body size. Return SizeName unless empty, in which case return the name of the first valid body part. If both SizeName and the SourceBodyParts are empty, but a valid SourceAsset is provided, it will return "Default" as the body size name. Otherwise if none of these are valid, an empty string is returned.
| Name | GetBodySizeName |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosOutfitAsset/Source/ChaosOutfitAssetEngine/Public/ChaosOutfitAsset/SizedOutfitSource.h |
| Include Path | #include "ChaosOutfitAsset/SizedOutfitSource.h" |
| Source | /Engine/Plugins/Experimental/ChaosOutfitAsset/Source/ChaosOutfitAssetEngine/Private/ChaosOutfitAsset/SizedOutfitSource.cpp |
FString GetBodySizeName() const