Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials > API/Runtime/Engine/Materials/UMaterial
- UMaterialInterface::ComputeAllStateCRC()
- UMaterial::ComputeAllStateCRC()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/Material.h |
| Include | #include "Materials/Material.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/Material.cpp |
virtual uint32 ComputeAllStateCRC&40;&41; const
Remarks
Returns a CRC of all the Guids related to this material's shader. This includes Guids from the parent hierarchy (for material instances), material function state, and parameter assignment state. NOTE this function does NOT include texture content state or texture streaming state. Used as a faster way to detect changes than GetLightingGuidChain.