Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USceneComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h |
| Include | #include "Components/SceneComponent.h" |
bool AreDynamicDataChangesAllowed
&40;
bool bIgnoreStationary
&41; const
Remarks
Determine if dynamic data is allowed to be changed. Whether or not dynamic data is allowed to be changed.
Parameters
| Name | Description |
|---|---|
| bIgnoreStationary | Whether or not to ignore stationary mobility when checking. Default is true (i.e. - check for static mobility only). |