Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | UActorFactoryDeferredDecal |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/ActorFactories/ActorFactoryDeferredDecal.h |
| Include Path | #include "ActorFactories/ActorFactoryDeferredDecal.h" |
Syntax
UCLASS (MinimalAPI, Config=Editor)
class UActorFactoryDeferredDecal : public UActorFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorFactory → UActorFactoryDeferredDecal
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UActorFactoryDeferredDecal
(
const FObjectInitializer& ObjectInitializer |
ActorFactories/ActorFactoryDeferredDecal.h |
Functions
Public
Protected
Overridden from UActorFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanCreateActorFrom
(
const FAssetData& AssetData, |
ActorFactories/ActorFactoryDeferredDecal.h | ||
| Subclasses may implement this to modify the actor after it has been spawned | ActorFactories/ActorFactoryDeferredDecal.h |