Week 12 Quiz

Week 12 Quiz

University

10 Qs

quiz-placeholder

Similar activities

Cross-Site Scripting

Cross-Site Scripting

University

10 Qs

Kuiz - Dasar2 Sistem Jaringan Internet

Kuiz - Dasar2 Sistem Jaringan Internet

12th Grade - University

10 Qs

DBA  - Week 12 Quiz - Client Server Model

DBA - Week 12 Quiz - Client Server Model

University

15 Qs

QUIZ FTP

QUIZ FTP

University

10 Qs

Quiz 6 Perancangan dan Pemrograman Web 2022-1

Quiz 6 Perancangan dan Pemrograman Web 2022-1

KG - University

10 Qs

OC3_L2

OC3_L2

University

10 Qs

Computer Network Chapter 1 part 2

Computer Network Chapter 1 part 2

University

12 Qs

JD521 Chapter 13 Quiz

JD521 Chapter 13 Quiz

University

11 Qs

Week 12 Quiz

Week 12 Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Andrew Rafe

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the return of the GetOwner() function?

UActorComponent

UActorComponent*

AActor

AActor*

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The crash error "EXCEPTION_ACCESS_VIOLATION" generally means you have ...

dereferenced a nullptr.

accessed outside the bounds of the array.

an infinite loop.

called a function that does not exist.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Collision Hit Events will be called only once when the collision occurs.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An actor has been spawned on the server and replicated to all clients. The local role of the actor on the server is ...

ROLE_None

ROLE_Authority

ROLE_AutonomousProxy

ROLE_SimulatedProxy

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I have declared a function UPROPERTY(Server, Reliable) void ServerFire(); in the class AGun. How would I add this to the .cpp file?

void AGun::ServerFire() { ... }

void AGun::ServerFire_Server() { ... }

void AGun::ServerFire_Implementation() { ... }

void AGun::ServerFire_Validate() { ... }

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which UPROPERTY tags would I use to create a Client RPC function that includes some form of validation?

UPROPERTY(Client, Reliable)

UPROPERTY(Client, Reliable, WithValidation)

UPROPERTY(Client, Reliable, IncludesValidation)

UPROPERTY(Client, Reliable, Validation)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I am on a client computer connected to a dedicated server. The Remote Role of the pawn that I am currently possessing will be what?

ROLE_None

ROLE_Authority

ROLE_AutonomousProxy

ROLE_SimulatedProxy

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?