Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core > API/Plugins/GameplayCameras/Core/TCameraObjectStorage
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraObjectStorage.h |
| Include | #include "Core/CameraObjectStorage.h" |
void * BuildObjectUninitialized
(
uint32 Sizeof,
uint32 Alignof
)
Remarks
Allocates memory for an object of the given size and alignment, but doesn't initialize anything in that memory block.
After the caller has constructed the object in-place, they MUST call RegisterInitializedObject() with the actual object pointer, otherwise the storage won't call its destructor.