TBox::SerializeAsAABB

Some older classes used to use a [TBox](API\Runtime\Chaos\Chaos\TBox) as a bounding box, but now use a [TAABB](API\Runtime\Chaos\Chaos\TAABB).

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Box.h

Include

#include "Chaos/Box.h"

Syntax

static void SerializeAsAABB
(
    FArchive & Ar,
    TAABB< T, d > & AABB
)

Remarks

Some older classes used to use a TBox as a bounding box, but now use a TAABB. However we still need to be able to read the older files, so those older classes should use TBox::SerializeAsAABB and not TAABB::Serialize

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss