Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/InstancedStaticMesh
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/InstancedStaticMesh/InstanceAttributeTracker.h |
| Include | #include "InstancedStaticMesh/InstanceAttributeTracker.h" |
Syntax
template<typename ElementType>
struct FBitManip
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | CountTrailingZeros
(
ElementType Value |
Make it possible to select the function based on the overloaded type for 32/64-bit use. | |
| uint32 | CountTrailingZeros
(
uint32 Value |
||
| uint32 | CountTrailingZeros
(
uint64 Value |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FRepMask | Utility to, at compile time, replicate the given bit mask 'Mask' as many times as MaskSize inside sizeof(ElementType)*8. |