TSubclassOf::operator=

Assignment operator from [UClass](API\Runtime\CoreUObject\UObject\UClass), the type is checked on get not on set

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Templates/SubclassOf.h

Include

#include "Templates/SubclassOf.h"

Syntax

TSubclassOf & operator=
(
    TClassType * From
)

Remarks

Assignment operator from UClass, the type is checked on get not on set

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