UDataprepFilter::PostCDOContruct

Called after the C++ constructor has run on the Class Default Object (CDO) for a class.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::PostCDOContruct()

UDataprepFilter::PostCDOContruct()

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepFilter.h

Include

#include "SelectionSystem/DataprepFilter.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/SelectionSystem/DataprepFilter.cpp

Syntax

virtual void PostCDOContruct()

Remarks

Called after the C++ constructor has run on the Class Default Object (CDO) for a class. This is an obscure routine used to deal with the recursion in the construction of the default materials