Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPROPERTY Serialization Specifiers issue #22

Open
Daekesh opened this issue Aug 3, 2023 · 0 comments
Open

UPROPERTY Serialization Specifiers issue #22

Daekesh opened this issue Aug 3, 2023 · 0 comments
Assignees

Comments

@Daekesh
Copy link

Daekesh commented Aug 3, 2023

The comments on (and order of) of the serialization specifiers seem to imply that Transient (and other specifiers) will not allow text export. However, only TextExportTransient actually blocks this. I'm not sure where DuplicateTransient is actually used, but duplicating actors, for instance, is done entirely through text export/import and does not use this flag. Which flag copy/paste uses is entirely implementation dependent so other copy/paste actions have to be looked at on a case by case basis to see which flag their action actually use (Text, StaticDuplicate, etc.)

@benui-dev benui-dev self-assigned this Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants