IsConcreteTypeCompatibleWithReflectedType

Check whether the concrete type T is compatible with the reflected type of a [FProperty](API\Runtime\CoreUObject\UObject\FProperty) for the purposes of CopysingleValue() Non-enum implementation.

Windows
MacOS
Linux

References

Module

PropertyPath

Header

/Engine/Source/Runtime/PropertyPath/Public/PropertyTypeCompatibility.h

Include

#include "PropertyTypeCompatibility.h"

Syntax

template<typename T>
static TEnableIf<!TIsEnum< T >::Value, bool >::Type IsConcreteTypeCompatibleWithReflectedType
(
    FProperty * Property
)

Remarks

Check whether the concrete type T is compatible with the reflected type of a FProperty for the purposes of CopysingleValue() Non-enum implementation.

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