|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
Enumerations | |
| enum | EImageSize { Small , Medium , Large } |
Functions | |
| const ARTICYEDITOR_API FSlateBrush * | GetArticyTypeImage (const UArticyObject *ArticyObject, EImageSize Size) |
| ARTICYEDITOR_API UTexture2D * | GetDisplayImage (const UArticyObject *ArticyObject) |
| ARTICYEDITOR_API bool | RetrievePreviewImage (const UArticyObject *ArticyObject, FSlateBrush &OutSlateBrush) |
| ARTICYEDITOR_API bool | RetrieveSpeakerPreviewImage (const UArticyObject *ArticyObject, FSlateBrush &OutSlateBrush) |
| const ARTICYEDITOR_API FArticyId * | GetTargetID (const UArticyObject *ArticyObject) |
| const ARTICYEDITOR_API FString | GetDisplayName (const UArticyObject *ArticyObject) |
| const ARTICYEDITOR_API FLinearColor | GetColor (const UArticyObject *ArticyObject) |
| const ARTICYEDITOR_API bool | ShowObjectInArticy (const UArticyObject *ArticyObject) |
| const ARTICYEDITOR_API bool | ShowObjectInArticy (const FArticyId ArticyId, bool bNewTab) |
A namespace containing utility functions for handling user interface elements related to Articy objects.
Enumeration representing the possible sizes for images.
| const FSlateBrush * UserInterfaceHelperFunctions::GetArticyTypeImage | ( | const UArticyObject * | ArticyObject, |
| UserInterfaceHelperFunctions::EImageSize | Size ) |
Retrieves the type image associated with an Articy object based on its type and specified size.
| ArticyObject | The Articy object for which to retrieve the type image. |
| Size | The desired size of the image (Small, Medium, or Large). |
| const FLinearColor UserInterfaceHelperFunctions::GetColor | ( | const UArticyObject * | ArticyObject | ) |
Retrieves the color associated with an Articy object.
| ArticyObject | The Articy object for which to retrieve the color. |
| UTexture2D * UserInterfaceHelperFunctions::GetDisplayImage | ( | const UArticyObject * | ArticyObject | ) |
Retrieves the display image (preview image) associated with an Articy object.
| ArticyObject | The Articy object for which to retrieve the display image. |
| const FString UserInterfaceHelperFunctions::GetDisplayName | ( | const UArticyObject * | ArticyObject | ) |
Retrieves the display name associated with an Articy object.
| ArticyObject | The Articy object for which to retrieve the display name. |
| const FArticyId * UserInterfaceHelperFunctions::GetTargetID | ( | const UArticyObject * | ArticyObject | ) |
Retrieves the target ID associated with an Articy object.
| ArticyObject | The Articy object for which to retrieve the target ID. |
| bool UserInterfaceHelperFunctions::RetrievePreviewImage | ( | const UArticyObject * | ArticyObject, |
| FSlateBrush & | OutSlateBrush ) |
Retrieves the preview image associated with an Articy object and assigns it to the specified Slate brush.
| ArticyObject | The Articy object for which to retrieve the preview image. |
| OutSlateBrush | The Slate brush to which the preview image will be assigned. |
| bool UserInterfaceHelperFunctions::RetrieveSpeakerPreviewImage | ( | const UArticyObject * | ArticyObject, |
| FSlateBrush & | OutSlateBrush ) |
Retrieves the preview image associated with the speaker of an Articy object and assigns it to the specified Slate brush.
| ArticyObject | The Articy object for which to retrieve the speaker's preview image. |
| OutSlateBrush | The Slate brush to which the speaker's preview image will be assigned. |
| const bool UserInterfaceHelperFunctions::ShowObjectInArticy | ( | const FArticyId | ArticyId, |
| bool | bNewTab ) |
Displays an Articy object with the specified ID in the Articy software.
| ArticyId | The ID of the Articy object to be displayed. |
| bNewTab | Specifies whether to open the object in a new tab (true) or the current tab (false). |
| const bool UserInterfaceHelperFunctions::ShowObjectInArticy | ( | const UArticyObject * | ArticyObject | ) |
Displays an Articy object in the Articy software.
| ArticyObject | The Articy object to be displayed. |