RemoteControlTypeUtilities::GetPropertySize

Size of given property + data, accounting for item count (arrays, strings, etc.)

Windows
MacOS
Linux

References

Module

RemoteControlCommon

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeUtilities.h

Include

#include "RCTypeUtilities.h"

Source

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Private/RCTypeUtilities.cpp

Syntax

namespace RemoteControlTypeUtilities
{
    SIZE_T RemoteControlTypeUtilities::GetPropertySize
    (
        const FProperty * InProperty,
        void * InData
    )
}

Remarks

Size of given property + data, accounting for item count (arrays, strings, etc.)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss