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" |
template<typename ObjectType, typename ... ArgTypes>
TEnableIf< TPointerIsConvertibleFromTo< ObjectType, BaseObjectType >::Value, ObjectType * >::Type BuildObject
(
ArgTypes &&... InArgs
)
Remarks
Creates an object of the given type. Will allocate a new page buffer if needed.