Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/UPropertyBag
- UStruct::DestroyStruct()
- UScriptStruct::DestroyStruct()
- UPropertyBag::DestroyStruct()
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/PropertyBag.h |
| Include | #include "PropertyBag.h" |
| Source | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Private/PropertyBag.cpp |
virtual void DestroyStruct
&40;
void &42; Dest,
int32 ArrayDim
&41; const
Remarks
Destroy a struct in memory. This may be done by calling the native destructor or individually destroying properties
Parameters
| Name | Description |
|---|---|
| Dest | Pointer to memory to destory |
| ArrayDim | Number of elements in the array |
| Stride | Stride of the array. If this default (0), then we will pull the size from the struct |