Value

Test the derived type pointer.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h

Include

#include "Templates/UnrealTypeTraits.h"

Syntax

static const bool Value = sizeof(Test( DerivedTypePtr() )) == sizeof(Yes);

Remarks

Test the derived type pointer. If it inherits from BaseType, the Test( BaseType* ) will be chosen. If it does not, Test( ... ) will be chosen.

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