TSubclassOf::operator=

Assignment operator, will only compile if types are compatible

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Templates/SubclassOf.h"

Syntax

template<class TClassA, class>
TSubclassOf & operator=
(
    const TSubclassOf< TClassA > & From
)

Remarks

Assignment operator, will only compile if types are compatible

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