Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperSpriteActorFactory.h |
Include |
#include "PaperSpriteActorFactory.h" |
UCLASS()
class UPaperSpriteActorFactory : public UActorFactory
Name | Description | |
---|---|---|
|
UPaperSpriteActorFactory ( |
Name | Description | ||
---|---|---|---|
|
CanCreateActorFrom ( |
||
|
PostCreateBlueprint |
Override this in derived factory classes if needed. |
|
|
PostSpawnActor |
Subclasses may implement this to modify the actor after it has been spawned IMPORTANT: If you override this, you should usually also override PostCreateBlueprint()! |