Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimNodeStructData
Description
Verifies the layout of another struct data against this one Note: uses name + index, so not robust to type/size changes. This is OK however as tagged property serializaton will deal with those and names/indices are all we need to be consistent at this level (as we inderect by name/index)
| Name | DoesLayoutMatch |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimNodeData.h |
| Include Path | #include "Animation/AnimNodeData.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNodeData.cpp |
bool DoesLayoutMatch
(
const FAnimNodeStructData & InOther
) const