Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TConstObjectSharedAccess
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| DynamicMesh/MeshSharingUtil.h | |||
TConstObjectSharedAccess
(
const ObjectType* Object |
Construct shared access to a raw pointer of ObjectType | DynamicMesh/MeshSharingUtil.h | |
TConstObjectSharedAccess
(
TSharedPtr< ObjectType > Object |
Construct shared access to a shared pointer of ObjectType | DynamicMesh/MeshSharingUtil.h |
TConstObjectSharedAccess()
| Name | TConstObjectSharedAccess |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/MeshSharingUtil.h |
| Include Path | #include "DynamicMesh/MeshSharingUtil.h" |
TConstObjectSharedAccess()
TConstObjectSharedAccess(const ObjectType *)
Description
Construct shared access to a raw pointer of ObjectType
| Name | TConstObjectSharedAccess |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/MeshSharingUtil.h |
| Include Path | #include "DynamicMesh/MeshSharingUtil.h" |
TConstObjectSharedAccess
(
const ObjectType * Object
)
TConstObjectSharedAccess(TSharedPtr< ObjectType >)
Description
Construct shared access to a shared pointer of ObjectType
| Name | TConstObjectSharedAccess |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/MeshSharingUtil.h |
| Include Path | #include "DynamicMesh/MeshSharingUtil.h" |
TConstObjectSharedAccess
(
TSharedPtr < ObjectType > Object
)