| ActivityTags |
FGameplayTagContainer |
Tags identifying this slot's use case. |
SmartObjectDefinition.h |
- BlueprintReadOnly
- EditDefaultsOnly
- Category="Slot"
|
| BehaviorDefinitions |
TArray< TObjectPtr< USmartObjectBehaviorDefinition > > |
All available definitions associated to this slot. |
SmartObjectDefinition.h |
- BlueprintReadOnly
- EditDefaultsOnly
- Category="Slot"
- Instanced
|
| bEnabled |
bool |
Whether the slot is enable initially. |
SmartObjectDefinition.h |
- BlueprintReadOnly
- EditDefaultsOnly
- Category="Slot"
|
| DEBUG_DrawColor |
FColor |
|
SmartObjectDefinition.h |
- EditAnywhere
- Category="Slot"
- Meta=(DisplayName="Color")
|
| DEBUG_DrawShape |
ESmartObjectSlotShape |
|
SmartObjectDefinition.h |
- EditAnywhere
- Category="Slot"
- Meta=(DisplayName="Shape")
|
| DEBUG_DrawSize |
float |
|
SmartObjectDefinition.h |
- EditAnywhere
- Category="Slot"
- Meta=(DisplayName="Size")
|
| DefinitionData |
TArray< FSmartObjectDefinitionDataProxy > |
Custom definition data items (struct inheriting from SmartObjecDefinitionData) that can be added to the slot definition and accessed through a FSmartObjectSlotView |
SmartObjectDefinition.h |
- EditDefaultsOnly
- Category="Slot"
|
| ID |
FGuid |
|
SmartObjectDefinition.h |
- EditAnywhere
- Category="Slot"
- Meta=(Hidden)
|
| Name |
FName |
|
SmartObjectDefinition.h |
- EditDefaultsOnly
- Category="Slot"
|
| Offset |
FVector3f |
Offset relative to the parent object where the slot is located. |
SmartObjectDefinition.h |
- BlueprintReadOnly
- EditDefaultsOnly
- Category="Slot"
|
| Rotation |
FRotator3f |
Rotation relative to the parent object. |
SmartObjectDefinition.h |
- BlueprintReadOnly
- EditDefaultsOnly
- Category="Slot"
|
| RuntimeTags |
FGameplayTagContainer |
Initial runtime tags. |
SmartObjectDefinition.h |
- BlueprintReadOnly
- EditDefaultsOnly
- Category="Slot"
|
| SelectionPreconditions |
FWorldConditionQueryDefinition |
Preconditions that must pass for the slot to be selected. |
SmartObjectDefinition.h |
- EditDefaultsOnly
- Category="Slot"
|
| UserTagFilter |
FGameplayTagQuery |
This slot is available only for users matching this query. |
SmartObjectDefinition.h |
- BlueprintReadOnly
- EditDefaultsOnly
- Category="Slot"
|