Navigation
API > API/Plugins > API/Plugins/UAF
| Name | UAbstractSkeletonLabelCollection |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/AbstractSkeleton/AbstractSkeletonLabelCollection.h |
| Include Path | #include "UAF/AbstractSkeleton/AbstractSkeletonLabelCollection.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UAbstractSkeletonLabelCollection : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAbstractSkeletonLabelCollection
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Labels | TArray< FName > | UAF/AbstractSkeleton/AbstractSkeletonLabelCollection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddLabel
(
const FName InLabel |
UAF/AbstractSkeleton/AbstractSkeletonLabelCollection.h | ||
TConstArrayView< FName > GetLabels() |
UAF/AbstractSkeleton/AbstractSkeletonLabelCollection.h | ||
| UAF/AbstractSkeleton/AbstractSkeletonLabelCollection.h | |||
bool HasLabel
(
const FName InLabel |
UAF/AbstractSkeleton/AbstractSkeletonLabelCollection.h | ||
bool RemoveLabel
(
const FName InLabel |
UAF/AbstractSkeleton/AbstractSkeletonLabelCollection.h | ||
| UAF/AbstractSkeleton/AbstractSkeletonLabelCollection.h |