Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T RemoteControlTypeUtilities::GetPropertySize
(
const TSharedPtr< IPropertyHandle >& InPropertyHandle |
Size of given property + data, accounting for item count (arrays, strings, etc.) | RCTypeUtilities.h | |
SIZE_T RemoteControlTypeUtilities::GetPropertySize
(
const FProperty* InProperty, |
Size of given property + data, accounting for item count (arrays, strings, etc.) | RCTypeUtilities.h |
RemoteControlTypeUtilities::GetPropertySize(const TSharedPtr< IPropertyHandle > &)
Description
Size of given property + data, accounting for item count (arrays, strings, etc.)
| Name | RemoteControlTypeUtilities::GetPropertySize |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeUtilities.h |
| Include Path | #include "RCTypeUtilities.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Private/RCTypeUtilities.cpp |
namespace RemoteControlTypeUtilities
{
SIZE_T RemoteControlTypeUtilities::GetPropertySize
(
const TSharedPtr < IPropertyHandle > & InPropertyHandle
)
}
RemoteControlTypeUtilities::GetPropertySize(const FProperty , void )
Description
Size of given property + data, accounting for item count (arrays, strings, etc.)
| Name | RemoteControlTypeUtilities::GetPropertySize |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeUtilities.h |
| Include Path | #include "RCTypeUtilities.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Private/RCTypeUtilities.cpp |
namespace RemoteControlTypeUtilities
{
SIZE_T RemoteControlTypeUtilities::GetPropertySize
(
const FProperty * InProperty,
void * InData
)
}