Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSharedStruct
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| StructUtils/SharedStruct.h | |||
FSharedStruct
(
const FSharedStruct& InOther |
Copy constructors | StructUtils/SharedStruct.h | |
FSharedStruct
(
FSharedStruct&& InOther |
StructUtils/SharedStruct.h |
FSharedStruct()
| Name | FSharedStruct |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include Path | #include "StructUtils/SharedStruct.h" |
FSharedStruct()
FSharedStruct(const FSharedStruct &)
Description
Copy constructors
| Name | FSharedStruct |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include Path | #include "StructUtils/SharedStruct.h" |
FSharedStruct
(
const FSharedStruct & InOther
)
FSharedStruct(FSharedStruct &&)
| Name | FSharedStruct |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include Path | #include "StructUtils/SharedStruct.h" |
FSharedStruct
(
FSharedStruct && InOther
)