Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingDataView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PropertyBindingDataView.h | |||
FPropertyBindingDataView
(
UObject* Object |
UObject constructor. | PropertyBindingDataView.h | |
FPropertyBindingDataView
(
const FStructView StructView |
Struct from a StructView. | PropertyBindingDataView.h | |
FPropertyBindingDataView
(
FInstancedStruct& InstancedStruct |
Struct from a InstancedStruct. | PropertyBindingDataView.h | |
FPropertyBindingDataView
(
const UStruct* InStruct, |
Generic struct constructor. | PropertyBindingDataView.h |
FPropertyBindingDataView()
| Name | FPropertyBindingDataView |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingDataView.h |
| Include Path | #include "PropertyBindingDataView.h" |
FPropertyBindingDataView()
FPropertyBindingDataView(UObject *)
Description
UObject constructor.
| Name | FPropertyBindingDataView |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingDataView.h |
| Include Path | #include "PropertyBindingDataView.h" |
FPropertyBindingDataView
(
UObject * Object
)
FPropertyBindingDataView(const FStructView)
Description
Struct from a StructView.
| Name | FPropertyBindingDataView |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingDataView.h |
| Include Path | #include "PropertyBindingDataView.h" |
FPropertyBindingDataView
(
const FStructView StructView
)
FPropertyBindingDataView(FInstancedStruct &)
Description
Struct from a InstancedStruct.
| Name | FPropertyBindingDataView |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingDataView.h |
| Include Path | #include "PropertyBindingDataView.h" |
FPropertyBindingDataView
(
FInstancedStruct & InstancedStruct
)
FPropertyBindingDataView(const UStruct , void )
Description
Generic struct constructor. Valid UStruct is required when passing in valid memory pointer. Both can be null and the constructed data view will be considered as invalid.
| Name | FPropertyBindingDataView |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingDataView.h |
| Include Path | #include "PropertyBindingDataView.h" |
FPropertyBindingDataView
(
const UStruct * InStruct,
void * InMemory
)
See Also
- IsValid