Navigation
Unreal Engine C++ API Reference > Plugins > ApexDestruction
Deprecated * APEX is deprecated. Destruction in future will be supported using Chaos Destruction.
Syntax
UPROPERTY&40;EditAnywhere, Category&61;DestructibleParametersFlag&41;
uint32 bAssetDefinedSupport
Remarks
Flags that apply to a destructible actor. If set, then chunks which are tagged as "support" chunks (via NxDestructibleChunkDesc::isSupportChunk) will have environmental support in static destructibles.
Note: if both bAssetDefinedSupport and bWorldSupport are set, then chunks must be tagged as "support" chunks AND overlap the Scene's static geometry in order to be environmentally supported.