UAction¶
#include <Action.h>
Inherits from UTBLObject, UAssemblyObject, UObject
Inherited by UAbilityCost, UAddMovementModifier, UApplyCondition, UApplyTargetMethod, UBlockedDamage, UConditionalActions, UCrowdControl, UDelay, UDropItem, UEnableInteractableComponent, ULoadItem, UStandardDamage, UStartJump, UStartMovement, UTriggeredAction, UUseItem
Public Functions¶
| Name | |
|---|---|
| UAction() |
Public Attributes¶
| Name | |
|---|---|
| FActionContext | Context |
| int32 | Flags |
| TWeakObjectPtr< UObject > | Initiator |
| TWeakObjectPtr< UObject > | Target |
| FVector | TargetLocation |
| int32 | Version |
| bool | bLogEvents |
Protected Attributes¶
| Name | |
|---|---|
| bool | bIsComplete |
Updated on 2025-01-21 at 09:02:23 +0100