Navigation
API > API/Plugins > API/Plugins/ApexDestruction
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- ADestructibleActor
References
| Module | ApexDestruction |
| Header | /Engine/Plugins/Runtime/ApexDestruction/Source/ApexDestruction/Public/DestructibleActor.h |
| Include | #include "DestructibleActor.h" |
Syntax
UCLASS&40;HideCategories&61;&40;Input&41;, ShowCategories&61;&40;"Input&124;MouseInput", "Input&124;TouchInput"&41;,
ComponentWrapperClass&41;
class ADestructibleActor : public AActor
Variables
| Type | Name | Description | |
|---|---|---|---|
| FActorFractureSignature | OnActorFracture |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ADestructibleActor
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGSUDestructibleComponent * | Returns DestructibleComponent subobject |
Overridden from AActor
| Type | Name | Description | |
|---|---|---|---|
| bool | GetReferencedContentObjects
(
TArray< UObject* >& Objects |
Used by the "Sync to Content Browser" right-click menu option in the editor. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bAffectNavigation | This property will be removed in future versions. Please use bCanEverAffectNavigation in DestructionComponent. |