Navigation
API > API/Plugins > API/Plugins/AvalancheCore > API/Plugins/AvalancheCore/FDataView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValidFor () |
Returns true if both the type and memory are set for the given struct. | AvaDataView.h | |
bool IsValidFor
(
const UStruct* InStruct |
Returns true if both the type and memory are set for the given struct. | AvaDataView.h |
IsValidFor()
Description
Returns true if both the type and memory are set for the given struct.
| Name | IsValidFor |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheCore/Public/AvaDataView.h |
| Include Path | #include "AvaDataView.h" |
template<typename T>
bool IsValidFor() const
IsValidFor(const UStruct *)
Description
Returns true if both the type and memory are set for the given struct.
| Name | IsValidFor |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheCore/Public/AvaDataView.h |
| Include Path | #include "AvaDataView.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheCore/Private/AvaDataView.cpp |
bool IsValidFor
(
const UStruct * InStruct
) const