UClass::GetAuthoritativeClass

If there are potentially multiple versions of this class (e.g. blueprint generated classes), this function will return the authoritative version, which should be used for references

Windows
MacOS
Linux

Override Hierarchy

UClass::GetAuthoritativeClass()

UBlueprintGeneratedClass::GetAuthoritativeClass()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp

Syntax

virtual UClass * GetAuthoritativeClass()

Remarks

If there are potentially multiple versions of this class (e.g. blueprint generated classes), this function will return the authoritative version, which should be used for references

Returns

The version of this class that references should be stored to

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