bAssetDefinedSupport

Flags that apply to a destructible actor.

Windows
MacOS
Linux

Deprecated

  • APEX is deprecated. Destruction in future will be supported using Chaos Destruction.

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(EditAnywhere, Category=DestructibleParametersFlag)
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.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss