Go to the source code of this file.
|
| enum class | GeometryCollection::ESelectionMode : uint8 {
GeometryCollection::None = 0
, GeometryCollection::AllGeometry
, GeometryCollection::InverseGeometry
, GeometryCollection::Siblings
,
GeometryCollection::Neighbors
, GeometryCollection::Parent
, GeometryCollection::Children
, GeometryCollection::Level
,
GeometryCollection::Leaves
, GeometryCollection::Clusters
} |
| |
| enum class | GeometryCollection::EEditUpdate : uint8 {
GeometryCollection::None = 0
, GeometryCollection::Rest = 1 << 0
, GeometryCollection::Physics = 1 << 1
, GeometryCollection::Dynamic = 1 << 2
,
GeometryCollection::RestPhysics = Rest | Physics
, GeometryCollection::RestPhysicsDynamic = Rest | Physics | Dynamic
} |
| |
◆ COPY_ON_WRITE_ATTRIBUTE
Value:
private: \
\
\
public:
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ManagedArray.h:1099
◆ COPY_ON_WRITE_ATTRIBUTES
| #define COPY_ON_WRITE_ATTRIBUTES |
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [1/2]
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE() [2/2]
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [1/3]
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [2/3]
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [3/3]
◆ DECLARE_MULTICAST_DELEGATE_OneParam()
◆ operator<<()