Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FStructBuilder
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/StructBuilder.h |
Include | #include "Misc/StructBuilder.h" |
int32 AddMember
&40;
int32 MemberSize,
int32 MemberAlignment
&41;
Remarks
Adds a new member to the end of the struct. The offset of the member from the start of the struct.
Parameters
Name | Description |
---|---|
MemberSize | The size of the member. |
MemberAlignment | The alignment of the member. |