USceneComponent::AreDynamicDataChangesAllowed

Determine if dynamic data is allowed to be changed.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h

Include

#include "Components/SceneComponent.h"

Syntax

bool AreDynamicDataChangesAllowed
(
    bool bIgnoreStationary
) const

Remarks

Determine if dynamic data is allowed to be changed.

Returns

Whether or not dynamic data is allowed to be changed.

Parameters

Parameter

Description

bIgnoreStationary

Whether or not to ignore stationary mobility when checking. Default is true (i.e. - check for static mobility only).

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