UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
OrientedEntity.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "Core/Types.h"
5#include "Geo/GeoEnum.h"
6
7namespace UE::CADKernel
8{
9template <typename KeyType>
28}
29
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SharedPointer.h:692
Definition OrientedEntity.h:11
TOrientedEntity & operator=(TOrientedEntity &&)=default
EOrientation Direction
Definition OrientedEntity.h:14
TOrientedEntity(const TOrientedEntity &)=default
TOrientedEntity(TSharedPtr< KeyType > InEntity, EOrientation InDirection)
Definition OrientedEntity.h:16
TOrientedEntity & operator=(const TOrientedEntity &)=default
TOrientedEntity(TOrientedEntity &&)=default
TSharedPtr< KeyType > Entity
Definition OrientedEntity.h:13
Definition CADEntity.cpp:23
EOrientation
Definition GeoEnum.h:82