Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FStructTracker
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructTypeBitSet.h |
| Include | #include "StructTypeBitSet.h" |
| Source | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Private/StructTypeBitSet.cpp |
FStructTracker
&40;
const FBaseStructGetter & InBaseStructGetter
&41;
Remarks
The input parameter is a function that fetches the UStruct representing the base class for all the stored structs. We're unable to get the UStruct parameter directly since FStructTracker instances are being created during module loading (via DEFINE_TYPEBITSET macro) and the StaticStruct call fail at that point for types defined in the same module.