Returns true if object has static transform.
| 410 | /// Returns true if object has static transform. |
| 411 | /// </summary> |
| 412 | FORCE_INLINE bool IsTransformStatic() const |
| 413 | { |
| 414 | return (_staticFlags & StaticFlags::Transform) != StaticFlags::None; |
| 415 | } |
| 416 | |
| 417 | /// <summary> |
| 418 | /// Gets the actor static flags. |
no outgoing calls
no test coverage detected