Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectAnnotation.h |
| Include | #include "SmartObjectAnnotation.h" |
Syntax
struct FSmartObjectAnnotationGameplayDebugContext
Remarks
Context passed to CollectDataForGameplayDebugger to show gameplay debugger information.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGameplayDebuggerCategory & | Category | ||
| const AActor * | DebugActor | ||
| const USmartObjectDefinition & | Definition | ||
| FTransform | SlotTransform | ||
| const AActor * | SmartObjectOwnerActor | ||
| FVector | ViewDirection | ||
| FVector | ViewLocation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmartObjectAnnotationGameplayDebugContext
(
FGameplayDebuggerCategory& InCategory, |