Navigation
API > API/Plugins > API/Plugins/Paper2D
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- PAPER2UPaperRuntimeSettings
References
| Module | Paper2D |
| Header | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperRuntimeSettings.h |
| Include | #include "PaperRuntimeSettings.h" |
Syntax
UCLASS&40;Config&61;Engine, defaultconfig&41;
class PAPER2UPaperRuntimeSettings : public UObject
Remarks
Implements the settings for the Paper2D plugin.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableSpriteAtlasGroups | Enables experimental incomplete and unsupported texture atlas groups that sprites can be assigned to. | |
| bool | bEnableTerrainSplineEditing | Enables experimental incomplete and unsupported 2D terrain spline editing. Note: You need to restart the editor when enabling this setting for the change to fully take effect. | |
| bool | bResizeSpriteDataToMatchTextures | Enables automatic resizing of various sprite data that is authored in texture space if the source texture gets resized (sockets, the pivot, render and collision geometry, etc...) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
PAPER2UPaperRuntimeSettings
(
const FObjectInitializer& ObjectInitializer |