Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TLumenCardOBB
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor (no initialization). | MeshCardRepresentation.h | ||
| Creates and initializes a new OBB with zeros | MeshCardRepresentation.h | ||
TLumenCardOBB
(
const TLumenCardOBB< FArg >& From |
Conversion from other type. | MeshCardRepresentation.h |
TLumenCardOBB()
Description
Default constructor (no initialization).
| Name | TLumenCardOBB |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshCardRepresentation.h |
| Include Path | #include "MeshCardRepresentation.h" |
TLumenCardOBB()
TLumenCardOBB(EForceInit)
Description
Creates and initializes a new OBB with zeros
Use enum value EForceInit::ForceInit to force OBB initialization.
| Name | TLumenCardOBB |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshCardRepresentation.h |
| Include Path | #include "MeshCardRepresentation.h" |
TLumenCardOBB
(
EForceInit
)
TLumenCardOBB(const TLumenCardOBB< FArg > &)
Description
Conversion from other type.
| Name | TLumenCardOBB |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshCardRepresentation.h |
| Include Path | #include "MeshCardRepresentation.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TLumenCardOBB
(
const TLumenCardOBB < FArg > & From
)